Changes between Version 6 and Version 7 of GridEngine


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GridEngine

    v6 v7  
    4545If you need to run your job with multiple threads you can do so by using the following commands:
    4646 -pe smp (int)
     47 SMP (symmetric multiprocessing) is the processing of programs by multiple processors that share a common operating system
     48 and memory.
    4749
    4850 -pe openmpi (int)
     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.
    4953
    5054For more information on what you can do with qsub, check the man page (`$ man qsub`)