-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from jedwards4b/pio_module_on_cheyenne
We now have pio/2.5.5 installed on cheyenne for all of the compiler flavors, I will put up a PR in ccs_config adding the module load. There is an ESMF branch about to be folded into development with an update to pio2. Once that is done we will want to build the esmf module with ESMF_PIO=external and using the pio module.
- Loading branch information
Showing
2 changed files
with
56 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
string(APPEND SLIBS " -llapack -lblas") | ||
if (MPILIB STREQUAL mpi-serial) | ||
string(APPEND SLIBS " -ldl") | ||
endif() |
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