Skip to content

Commit ce1f55b

Browse files
committed
update submission script
1 parent ec8f5ce commit ce1f55b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tools/machines/fugaku-riken/submit.sh

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ export INPUT="i.3d"
1818

1919
export XOS_MMM_L_PAGING_POLICY=demand:demand:demand
2020

21+
# Add HDF5 library path to LD_LIBRARY_PATH
22+
# This is done manually to avoid calling spack during the run,
23+
# since this would take a significant amount of time.
24+
export LD_LIBRARY_PATH=/vol0004/apps/oss/spack-v0.19/opt/spack/linux-rhel8-a64fx/fj-4.8.1/hdf5-1.12.2-im6lxevf76cu6cbzspi4itgz3l4gncjj/lib:$LD_LIBRARY_PATH
25+
26+
# Broadcast WarpX executable to all the nodes
2127
llio_transfer ${EXE}
2228

2329
mpiexec -stdout-proc ./output.%j/%/1000r/stdout -stderr-proc ./output.%j/%/1000r/stderr -n ${MPI_RANKS} ${EXE} ${INPUT}

0 commit comments

Comments
 (0)