Changes between Version 7 and Version 8 of GridEngine
- Timestamp:
- Nov 14, 2017, 11:22:03 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GridEngine
v7 v8 44 44 === Multithreading option === 45 45 If you need to run your job with multiple threads you can do so by using the following commands: 46 -pe smp (int)46 -pe smp:: (int) 47 47 SMP (symmetric multiprocessing) is the processing of programs by multiple processors that share a common operating system 48 48 and memory. 49 49 50 -pe openmpi (int)51 The Message Passing Interface (MPI ) is a library specification for message-passing. It is a standard API (Application50 -pe openmpi:: (int) 51 The Message Passing Interface (MPI::) is a library specification for message-passing. It is a standard API (Application 52 52 Programming Interface) that can be used to create parallel applications. 53 53