Changes between Version 19 and Version 20 of GridEngine


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GridEngine

    v19 v20  
    4343
    4444=== Multithreading option ===
    45 If you need to run your job with multiple threads you can do so by using the following commands:
    46 SMP (symmetric multiprocessing) is the processing of programs by multiple processors that share a common operating system
    47 and memory.
     45If you need to run your job with multiple threads you can do so by using the following commands:
     46
     47SMP (symmetric multiprocessing) is the processing of programs by multiple processors that share a common operating system and memory.
     48
    4849 -pe smp:: -pe smp (# of cores you want - not in brackets)
    4950
    50 The Message Passing Interface (MPI) is a library specification for message-passing. It is a standard API (Application
    51 Programming Interface) that can be used to create parallel applications.
     51The Message Passing Interface (MPI) is a library specification for message-passing. It is a standard API (Application Programming Interface) that can be used to create parallel applications.
     52
    5253 -pe openmpi:: -pe openmpi (# of cores you want - not in brackets)
    53  
    5454
    5555For more information on what you can do with qsub, check the man page (`$ man qsub`)