We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8f5ce commit ce1f55bCopy full SHA for ce1f55b
Tools/machines/fugaku-riken/submit.sh
@@ -18,6 +18,12 @@ export INPUT="i.3d"
18
19
export XOS_MMM_L_PAGING_POLICY=demand:demand:demand
20
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
27
llio_transfer ${EXE}
28
29
mpiexec -stdout-proc ./output.%j/%/1000r/stdout -stderr-proc ./output.%j/%/1000r/stderr -n ${MPI_RANKS} ${EXE} ${INPUT}
0 commit comments