Skip to content

Commit 8fd5fe3

Browse files
add explicit #SBATCH constraint (make_bcs_shared.py)
Without the explicit #SBATCH constraint, make_bcs.py jobs hang or fail on NCCS Discover SLES15 for unknown reasons. Adding the explicit constraint somehow fixes this and should not hurt otherwise.
1 parent fb06070 commit 8fd5fe3

File tree

1 file changed

+1
-0
lines changed
  • GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/makebcs

1 file changed

+1
-0
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/makebcs/make_bcs_shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def get_script_head() :
1515
#SBATCH --time=12:00:00
1616
#SBATCH --nodes=1
1717
#SBATCH --job-name={GRIDNAME2}.j
18+
#SBATCH --constraint=sky|cas|mil
1819
1920
echo "-----------------------------"
2021
echo "make_bcs starts date/time"

0 commit comments

Comments
 (0)