File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 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
1616PYTHONPATH=$BBP_DIR /comps:$BBP_DIR /comps/PySeismoSoil; export PYTHONPATH
@@ -19,10 +19,8 @@ PYTHONPATH=$BBP_DIR/comps:$BBP_DIR/comps/PySeismoSoil;export PYTHONPATH
1919mkdir -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
2824ulimit -s unlimited
25+
26+ umask 0002
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ mkdir -p $BBP_DATA_DIR
2121# Use right Python
2222module load gcc/8.3.0
2323module 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
2826ulimit -s unlimited
27+
28+ umask 0002
You can’t perform that action at this time.
0 commit comments