cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 85: | Line 85: | ||
#SBATCH --account=def-group # some account | #SBATCH --account=def-group # some account | ||
#SBATCH --time=0-00:30 # specify time limit (D-HH:MM) | #SBATCH --time=0-00:30 # specify time limit (D-HH:MM) | ||
#SBATCH --cpus-per-task= | #SBATCH --cpus-per-task=8 # specify number threads | ||
#SBATCH --mem=4G # specify total memory | #SBATCH --mem=4G # specify total memory | ||
#SBATCH --nodes=1 # do not change | #SBATCH --nodes=1 # do not change |