Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial custom targets #395

Open
kellekai opened this issue Jul 6, 2021 · 0 comments
Open

Tutorial custom targets #395

kellekai opened this issue Jul 6, 2021 · 0 comments

Comments

@kellekai
Copy link
Collaborator

kellekai commented Jul 6, 2021

The custom targets

  • hdDCP (tutorial/DCP/CMakeLists.txt)
  • hdl1 (tutorial/L1/CMakeLists.txt)
  • hdl2 (tutorial/L2/CMakeLists.txt)
  • hdl3 (tutorial/L3/CMakeLists.txt)
  • hdl4 (tutorial/L4/CMakeLists.txt)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant