Skip to content

Commit e87931d

Browse files
committed
fix: bad script
1 parent 27c36f3 commit e87931d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sol.sh renamed to scripts/kinetics.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
#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
4+
#SBATCH -c 128 # number of cores
5+
#SBATCH -t 0-12:00:00 # time in d-hh:mm:ss
66
#SBATCH -p general # partition
77
#SBATCH -q public # QOS
88
#SBATCH -o slurm.%j.out # file to save job's STDOUT (%j = JobId)

0 commit comments

Comments
 (0)