Skip to content

Commit

Permalink
Lassen: Fix Chunked HDF5 with MPI (#2863)
Browse files Browse the repository at this point in the history
Try to work-around segfaults with HDF5 when running on more than one node.
  • Loading branch information
ax3l authored Feb 17, 2022
1 parent cc42965 commit a6f876a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tools/machines/lassen-llnl/lassen.bsub
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
#BSUB -o WarpXo.%J
#BSUB -e WarpXe.%J

# Work-around OpenMPI bug with chunked HDF5
# https://github.com/open-mpi/ompi/issues/7795
export OMPI_MCA_io=ompio

export OMP_NUM_THREADS=1
jsrun -r 4 -a 1 -g 1 -c 7 -l GPU-CPU -d packed -b rs -M "-gpu" <path/to/executable> <input file> > output.txt

0 comments on commit a6f876a

Please sign in to comment.