Skip to content

Commit

Permalink
Update Orion batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Zhang authored and Joseph Zhang committed Sep 5, 2023
1 parent f6249c1 commit 08f2103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Utility/Cluster_files/run_orion
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash --login
#!/bin/bash

#SBATCH -D .
#SBATCH -J CORIE
#SBATCH -A nosofs
#SBATCH -A nos-surge
#SBATCH -p orion
##queues: 'windfall' max 450 nodes (no walltime limit but lower priority; for quick turn-around try <=8 hrs)
###40 cores/node (mem 192GB/node)
Expand All @@ -20,4 +20,4 @@ ulimit -s unlimited

module load intel/2020 impi/2020 netcdf/4.7.2-parallel

srun ./pschism_ORION_TVD-VL
srun ./pschism_ORION_TVD-VL 8

0 comments on commit 08f2103

Please sign in to comment.