Replies: 2 comments 1 reply
-
There could be a portability issue. For example, OMPI (that does not use ROMIO) has different hints on that: https://www.open-mpi.org/faq/?category=ompio#fs-parametesrs |
Beta Was this translation helpful? Give feedback.
1 reply
-
Discussed this with Philipp Schlatter in RT ticket 247964. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Nek users on Lustre usually have to set the file striping on each output directory to get good IO performance, i.e. command
lfs setstripe -c 1 .
. We could make this more convenient for users by doing it automatically on a per-file basis where relevant. MPICH has builtin support for this usingstriping_factor
key in anMPI_Info
object. (Note that theMPICH_MPIIO_HINTS
environment variable can still override these settings if necessary.)Ref: https://www.alcf.anl.gov/files/CompPerfWorkshop_May2019_IOopt_harms.pdf
Beta Was this translation helpful? Give feedback.
All reactions