Changes between Version 4 and Version 5 of Workshops/cypress/SlurmPractice
- Timestamp:
- 08/22/18 17:03:16 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/cypress/SlurmPractice
v4 v5 33 33 34 34 When your code runs on a single core only, your job-script should request a single core. The python code 'hello.py' runs on a single core that is, 35 {{{ 35 {{{#!python 36 36 # HELLO PYTHON 37 37 import datetime