Changes between Version 18 and Version 19 of GridEngine


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GridEngine

    v18 v19  
    4444=== Multithreading option ===
    4545If 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.
    48 
     46SMP (symmetric multiprocessing) is the processing of programs by multiple processors that share a common operating system
     47and memory.
    4948 -pe smp:: -pe smp (# of cores you want - not in brackets)
    5049
    51  The Message Passing Interface (MPI) is a library specification for message-passing. It is a standard API (Application
    52  Programming Interface) that can be used to create parallel applications.
    53 
     50The Message Passing Interface (MPI) is a library specification for message-passing. It is a standard API (Application
     51Programming Interface) that can be used to create parallel applications.
    5452 -pe openmpi:: -pe openmpi (# of cores you want - not in brackets)
    5553