You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the FTI tutorial branch contain --oversubscribe. This leads to an incompatibility to intel MPI (and likely other MPI versions). ´--oversubscribe` is an openmpi specific flag.
We need to replace it with $MPIRUN_ARGS and update the tutorial pages in the FTI documentation. We need to point the user to prepend MPIRUN_ARGS=--oversubscribe when using openmpi version >= 3.0 and having less than 8 cores available.
The text was updated successfully, but these errors were encountered:
The custom targets
in the FTI tutorial branch contain
--oversubscribe
. This leads to an incompatibility to intel MPI (and likely other MPI versions). ´--oversubscribe` is an openmpi specific flag.We need to replace it with
$MPIRUN_ARGS
and update the tutorial pages in the FTI documentation. We need to point the user to prependMPIRUN_ARGS=--oversubscribe
when using openmpi version >= 3.0 and having less than 8 cores available.The text was updated successfully, but these errors were encountered: