Changes between Version 17 and Version 18 of GridEngine


Ignore:
Timestamp:
Nov 14, 2017, 11:29:50 AM (8 years ago)
Author:
les
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GridEngine

    v17 v18  
    4444=== Multithreading option ===
    4545If you need to run your job with multiple threads you can do so by using the following commands:
    46  -pe smp:
    47  -pe smp (# of cores you want - not in brackets)
    4846 SMP (symmetric multiprocessing) is the processing of programs by multiple processors that share a common operating system
    4947 and memory.
    5048
    51  -pe openmpi::
    52  -pe openmpi (# of cores you want - not in brackets)
    53  
     49 -pe smp:: -pe smp (# of cores you want - not in brackets)
     50
    5451 The Message Passing Interface (MPI) is a library specification for message-passing. It is a standard API (Application
    5552 Programming Interface) that can be used to create parallel applications.
     53
     54 -pe openmpi:: -pe openmpi (# of cores you want - not in brackets)
     55 
    5656
    5757For more information on what you can do with qsub, check the man page (`$ man qsub`)