Skip to content

Commit d8dc747

Browse files
committed
Fix: Updating max wall time after skyline changes.
1 parent bb9bd44 commit d8dc747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function submit(){
189189
#!/usr/bin/env bash
190190
#SBATCH --cpus-per-task=6
191191
#SBATCH --mem=24g
192-
#SBATCH --time=10-00:00:00
192+
#SBATCH --time=7-00:00:00
193193
#SBATCH --parsable
194194
#SBATCH -J "$2"
195195
#SBATCH --mail-type=BEGIN,END,FAIL

0 commit comments

Comments
 (0)