Skip to content

Commit 79f4968

Browse files
committed
minor
1 parent a8c086c commit 79f4968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_scripts/batch_script_mpi_runit_perlmutter_python_gcc_nvshmem.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ NTH=4 # number of OMP threads
3232

3333
#SUPERLU settings:
3434
#################################################
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/
3636
export SUPERLU_LBS=GD
3737
export SUPERLU_ACC_OFFLOAD=1 # whether to do CPU or GPU numerical factorization
3838
export GPU3DVERSION=0 # whether to do use the latest C++ numerical factorization
@@ -92,6 +92,6 @@ export MPICH_MAX_THREAD_SAFETY=multiple
9292

9393

9494

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
9696

9797

0 commit comments

Comments
 (0)