-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing still requires OPENMPI_ROOT, add a note. Slightly modify user guide to document this new behaviour, and other <MPI_STACK>_ROOT variables.
- Loading branch information
1 parent
a36408d
commit 7ce8274
Showing
5 changed files
with
21 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#This part is handled by cmake | ||
WI4MPI_VERSION="@WI4MPI_VERSION@" | ||
OPENMPI_DEFAULT_ROOT="@OPENMPI_ROOT@" | ||
#Please provide the following variables to use the launcher | ||
INTELMPI_DEFAULT_ROOT="" | ||
MPC_DEFAULT_ROOT="" | ||
MPICH_DEFAULT_ROOT="" | ||
OPENMPI_DEFAULT_ROOT="@OPENMPI_ROOT@" | ||
INTELMPI_DEFAULT_ROOT="@INTELMPI_ROOT@" | ||
MPC_DEFAULT_ROOT="@MPC_ROOT@" | ||
MPICH_DEFAULT_ROOT="@MPICH_ROOT@" |