-
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 #10 from fvitt/ccs_config_pleiades
Updates needed for CESM on NAS Pleiades machines Fixes issue #7 so that CESM will run on pleiades-ivy and pleiades-san machines modified: machines/cmake_macros/pleiades-bro.cmake modified: machines/cmake_macros/pleiades-has.cmake modified: machines/cmake_macros/pleiades-ivy.cmake modified: machines/cmake_macros/pleiades-san.cmake modified: machines/config_batch.xml modified: machines/config_compilers.xml modified: machines/config_machines.xml modified: machines/Depends.intel
- Loading branch information
Showing
8 changed files
with
41 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
set(CONFIG_ARGS "--host=cray") | ||
string(APPEND CFLAGS " -axCORE-AVX2 -xSSE4.2 -no-fma") | ||
string(APPEND FFLAGS " -axCORE-AVX2 -xSSE4.2 -no-fma") | ||
set(MPICC "icc") | ||
set(MPI_LIB_NAME "mpi") | ||
set(MPI_PATH "$ENV{MPI_ROOT}") | ||
set(NETCDF_PATH "$ENV{NETCDF}") | ||
string(APPEND SLIBS " -L$ENV{NETCDF}/lib -lnetcdff -lnetcdf") | ||
set(PNETCDF_PATH "/home6/fvitt/pnetcdf-1.12.2") | ||
set(ESMF_LIBDIR "/home6/fvitt/esmf-8_1_1/lib/libO/Linux.intel.64.mpt.default") | ||
set(PNETCDF_PATH "/home6/fvitt/pnetcdf/pnetcdf-1.12.2") |
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,10 +1,6 @@ | ||
set(CONFIG_ARGS "--host=cray") | ||
string(APPEND CFLAGS " -axCORE-AVX2 -xSSE4.2 -no-fma") | ||
string(APPEND FFLAGS " -axCORE-AVX2 -xSSE4.2 -no-fma") | ||
set(MPICC "icc") | ||
set(MPI_LIB_NAME "mpi") | ||
set(MPI_PATH "$ENV{MPI_ROOT}") | ||
set(NETCDF_PATH "$ENV{NETCDF}") | ||
string(APPEND SLIBS " -L$ENV{NETCDF}/lib -lnetcdff -lnetcdf") | ||
set(PNETCDF_PATH "/home6/fvitt/pnetcdf-1.12.2") | ||
set(ESMF_LIBDIR "/home6/fvitt/esmf-8_1_1/lib/libO/Linux.intel.64.mpt.default") | ||
set(PNETCDF_PATH "/home6/fvitt/pnetcdf/pnetcdf-1.12.2") |
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,10 +1,6 @@ | ||
set(CONFIG_ARGS "--host=cray") | ||
string(APPEND CFLAGS " -axCORE-AVX2 -xSSE4.2 -no-fma") | ||
string(APPEND FFLAGS " -axCORE-AVX2 -xSSE4.2 -no-fma") | ||
set(MPICC "icc") | ||
set(MPI_LIB_NAME "mpi") | ||
set(MPI_PATH "$ENV{MPI_ROOT}") | ||
set(NETCDF_PATH "$ENV{NETCDF}") | ||
string(APPEND SLIBS " -L$ENV{NETCDF}/lib -lnetcdff -lnetcdf") | ||
set(PNETCDF_PATH "/home6/fvitt/pnetcdf-1.12.2") | ||
set(ESMF_LIBDIR "/home6/fvitt/esmf-8_1_1/lib/libO/Linux.intel.64.mpt.default") | ||
set(PNETCDF_PATH "/home6/fvitt/pnetcdf/pnetcdf-1.12.2") |
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,10 +1,6 @@ | ||
set(CONFIG_ARGS "--host=cray") | ||
string(APPEND CFLAGS " -axCORE-AVX2 -xSSE4.2 -no-fma") | ||
string(APPEND FFLAGS " -axCORE-AVX2 -xSSE4.2 -no-fma") | ||
set(MPICC "icc") | ||
set(MPI_LIB_NAME "mpi") | ||
set(MPI_PATH "$ENV{MPI_ROOT}") | ||
set(NETCDF_PATH "$ENV{NETCDF}") | ||
string(APPEND SLIBS " -L$ENV{NETCDF}/lib -lnetcdff -lnetcdf") | ||
set(PNETCDF_PATH "/home6/fvitt/pnetcdf-1.12.2") | ||
set(ESMF_LIBDIR "/home6/fvitt/esmf-8_1_1/lib/libO/Linux.intel.64.mpt.default") | ||
set(PNETCDF_PATH "/home6/fvitt/pnetcdf/pnetcdf-1.12.2") |
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