-
Notifications
You must be signed in to change notification settings - Fork 377
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
Cleanup blues config and upgrade gnu to 5.3.0 #1739
Merged
Merged
Conversation
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
Changing the baseline root to the ACME group directory.
Making sure that we load mvapich modules and set mvapich-related paths only if user specifies the mpilib as mvapich.
Setting the LD_LIBRARY_PATH is not required for gnu+mvapich on blues (This might have been required before but it is no longer required).
Remove explicit setting of LD_LIBRARY_PATH on blues when using the Intel compiler (This may have been required before but is no longer needed)
Removing compiler+mpi library specific paths set for NetCDF and PnetCDF libraries. Instead use the shell to detect paths to these libraries.
Upgrading the gnu compiler from gnu 5.2 to 5.3.0 on blues.
jayeshkrishna
added a commit
that referenced
this pull request
Aug 21, 2017
This PR includes some cleanup for the blues config, * Load modules based on the choice (compiler+mpilib) made by the user Compilers : gnu, pgi, nag MPI libs : mvapich, mpi-serial * Remove custom paths for NetCDF and PnetCDF * Upgrade compiler from gnu 5.2 to gnu 5.3.0 [BFB] * jayeshkrishna/cleanup_blues_config: Upgrading gnu compiler to 5.3.0 on blues Remove custom NetCDF and PnetCDF paths on blues Rm setting of LD_LIBRARY_PATH on blues+intel Rm LD_LIBRARY_PATH setting for gnu+blues Checking user mpilib before loading mvapich Change baseline root for blues
amametjanov
added a commit
that referenced
this pull request
Aug 28, 2017
Cleanup blues config and upgrade gnu to 5.3.0 This PR includes some cleanup for the blues config: * Load modules based on the choice (compiler+mpilib) made by the user - Compilers : gnu, pgi, nag - MPI libs : mvapich, mpi-serial * Remove custom paths for NetCDF and PnetCDF * Upgrade compiler from gnu 5.2 to gnu 5.3.0 Fixes #1700 [BFB]
jgfouca
added a commit
that referenced
this pull request
Oct 3, 2017
…machines Update netcdf version for ACME For Sandia machines. Necessary for ERIO test to work. Test suite: scripts_regression_test Z_FullSystemTest Test baseline: Test namelist changes: Test status: [bit for bit, roundoff, climate changing] Fixes [CIME Github issue #] User interface changes?: N Update gh-pages html (Y/N)?:N Code review: None
jgfouca
pushed a commit
that referenced
this pull request
Oct 25, 2017
Cleanup blues config and upgrade gnu to 5.3.0 This PR includes some cleanup for the blues config: * Load modules based on the choice (compiler+mpilib) made by the user - Compilers : gnu, pgi, nag - MPI libs : mvapich, mpi-serial * Remove custom paths for NetCDF and PnetCDF * Upgrade compiler from gnu 5.2 to gnu 5.3.0 Fixes #1700 [BFB]
jgfouca
pushed a commit
that referenced
this pull request
Feb 27, 2018
Cleanup blues config and upgrade gnu to 5.3.0 This PR includes some cleanup for the blues config: * Load modules based on the choice (compiler+mpilib) made by the user - Compilers : gnu, pgi, nag - MPI libs : mvapich, mpi-serial * Remove custom paths for NetCDF and PnetCDF * Upgrade compiler from gnu 5.2 to gnu 5.3.0 Fixes #1700 [BFB]
jgfouca
pushed a commit
that referenced
this pull request
Mar 14, 2018
Cleanup blues config and upgrade gnu to 5.3.0 This PR includes some cleanup for the blues config: * Load modules based on the choice (compiler+mpilib) made by the user - Compilers : gnu, pgi, nag - MPI libs : mvapich, mpi-serial * Remove custom paths for NetCDF and PnetCDF * Upgrade compiler from gnu 5.2 to gnu 5.3.0 Fixes #1700 [BFB]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes some cleanup for the blues config,
Compilers : gnu, pgi, nag
MPI libs : mvapich, mpi-serial
Fixes #1700
[BFB]