We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c36f3 commit e87931dCopy full SHA for e87931d
scripts/sol.sh scripts/kinetics.shscripts/sol.sh renamed to scripts/kinetics.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
3
#SBATCH -N 1 # number of nodes
4
-#SBATCH -c 48 # number of cores
5
-#SBATCH -t 0-02:00:00 # time in d-hh:mm:ss
+#SBATCH -c 128 # number of cores
+#SBATCH -t 0-12:00:00 # time in d-hh:mm:ss
6
#SBATCH -p general # partition
7
#SBATCH -q public # QOS
8
#SBATCH -o slurm.%j.out # file to save job's STDOUT (%j = JobId)
0 commit comments