Skip to content

Commit

Permalink
add a comment on how to disable OMPiO on openmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur authored Mar 7, 2024
1 parent 8f7cbc5 commit f491dce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ How can I stop the code without loosing the current calculation?
I'm doing performance measures. How do I disable all outputs in *Idefix*?
Add ``-nowrite`` when you call *Idefix* executable.

I sometimes get incoherent values in my VTK files when running Idefix with OpenMPI>4, but the code seems to be running fine.
This is probably a bug ot the MPI library for some of the MPI I/O calls used by the VTK class. We recommend passing ``--mca io ^ompio`` to mpirun to avoid
this problem which seems to be a bug of the OMPIO layer of OpenMPI.

Developement
------------
Expand Down

0 comments on commit f491dce

Please sign in to comment.