File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ NTH=4 # number of OMP threads
32
32
33
33
# SUPERLU settings:
34
34
# ################################################
35
- export SUPERLU_PYTHON_LIB_PATH=/global/cfs/cdirs/m2957/liuyangz/my_research/superlu_dist_python_09_19_2024 /build/PYTHON/
35
+ export SUPERLU_PYTHON_LIB_PATH=.. /build/PYTHON/
36
36
export SUPERLU_LBS=GD
37
37
export SUPERLU_ACC_OFFLOAD=1 # whether to do CPU or GPU numerical factorization
38
38
export GPU3DVERSION=0 # whether to do use the latest C++ numerical factorization
@@ -92,6 +92,6 @@ export MPICH_MAX_THREAD_SAFETY=multiple
92
92
93
93
94
94
95
- srun -n $NCORE_VAL_TOT2D -c $TH_PER_RANK --cpu_bind=cores python ../PYTHON/pddrive.py -c $NCOL -r $NROW -s 1 -q 5 -m 1 -p 0
95
+ srun -n $NCORE_VAL_TOT2D -c $TH_PER_RANK --cpu_bind=cores python ../PYTHON/pddrive.py -c $NCOL -r $NROW -s 1 -q 5 -m 1 -p 0 -i 0
96
96
97
97
You can’t perform that action at this time.
0 commit comments