Skip to content

Commit 8fc2057

Browse files
committed
Updated cluster scripts to match current CARC Discovery cluster
1 parent 00de17c commit 8fc2057

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

bbp/utils/batch/setup_bbp_env.discovery

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
#
66

77
# BBP_DIR should point to the top-level Broadband distribution directory
8-
BBP_DIR=/project/scec_608/$USER/19_4_DEV/19.4.0/bbp;export BBP_DIR
8+
BBP_DIR=/project/scec_608/$USER/bbp/bbp;export BBP_DIR
99
# BBP_GF_DIR should point to the Green's Functions top-level directory
10-
BBP_GF_DIR=/scratch/$USER/bbp_gf;export BBP_GF_DIR
10+
BBP_GF_DIR=/scratch1/$USER/bbp_gf;export BBP_GF_DIR
1111
# BBP_VAL_DIR should point to the Validation packages' top-level directory
12-
BBP_VAL_DIR=/project/scec_608/$USER/19_4_DEV/bbp_val;export BBP_VAL_DIR
13-
BBP_DATA_DIR=/scratch/$USER/bbp_sims/$SLURM_JOB_ID;export BBP_DATA_DIR
12+
BBP_VAL_DIR=/project/scec_608/$USER/bbp/bbp_val;export BBP_VAL_DIR
13+
BBP_DATA_DIR=/scratch1/$USER/bbp_sims/$SLURM_JOB_ID;export BBP_DATA_DIR
1414

1515
# Do not change anything below this line
1616
PYTHONPATH=$BBP_DIR/comps:$BBP_DIR/comps/PySeismoSoil;export PYTHONPATH
@@ -19,10 +19,8 @@ PYTHONPATH=$BBP_DIR/comps:$BBP_DIR/comps/PySeismoSoil;export PYTHONPATH
1919
mkdir -p $BBP_DATA_DIR
2020

2121
# Use right Python
22-
module load gcc/8.3.0
23-
module load python/3.7.6
24-
module load openmpi/4.0.2
25-
#module load fftw/3.3.8-sp
2622

2723
# Set stack size
2824
ulimit -s unlimited
25+
26+
umask 0002

bbp/utils/batch/setup_bbp_env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ mkdir -p $BBP_DATA_DIR
2121
# Use right Python
2222
module load gcc/8.3.0
2323
module load python/3.7.6
24-
#module load openmpi/4.0.2
25-
#module load fftw/3.3.8-sp
2624

2725
# Set stack size
2826
ulimit -s unlimited
27+
28+
umask 0002

0 commit comments

Comments
 (0)