Changes between Version 57 and Version 58 of cypress/using
- Timestamp:
- 08/21/18 16:01:56 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v57 v58 190 190 191 191 SLURM calculates each priority component as a fraction (value between 0 and 1), which is then multiplied by a weight. The current weights are: Fair-share: 100,000; Age: 10,000; Job Size: 1,000. That is, Fair-share is the major contributor to priority. The weighted components are added to give the final priority. 192 193 [[Image(https://docs.google.com/drawings/d/e/2PACX-1vSAkWkpvRMKGg-dmSlgPSVSxSViFfyhk9pS2oUxS9tcpkuwCclzmHk7dOHe2H2jwGYyWBJC_qT0719w/pub?w=1082&h=205)]] 192 194 193 195 === MPI Jobs === … … 332 334 With ALL, you will get emails at any state change. 333 335 334 == Running Manny Serial Jobs ==336 == Running Manny Serial/Parallel Jobs == 335 337 336 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: