Changes between Version 58 and Version 59 of cypress/using
- Timestamp:
- 08/21/18 16:03:19 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v58 v59 334 334 With ALL, you will get emails at any state change. 335 335 336 == Running Manny Serial/Parallel Jobs ==336 == Running Manny !Serial/Parallel Jobs == 337 337 338 338 If you are running a large number of serial jobs, it is recommended to submit them as a '''job array''' to make the best use of your allocated resources. For example, suppose you are running 100 serial jobs using scripts located in a "scripts" folder, each of which does a serial calculation: scripts/run1.sh, scripts/run2.sh, ..., scripts/run100.sh. You would create an sbatch script named "run100scripts.srun" with contents: