Changes between Version 14 and Version 15 of GridEngine
- Timestamp:
- Nov 14, 2017, 11:27:12 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GridEngine
v14 v15 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:: 47 -pe smp (# of cores you want - not in brackets) 46 -pe smp:: -pe smp (# of cores you want - not in brackets). 48 47 SMP (symmetric multiprocessing) is the processing of programs by multiple processors that share a common operating system 49 48 and memory.