Skip to content

Commit

Permalink
Remove MOAB_PATH
Browse files Browse the repository at this point in the history
Remove MOAB_PATH from perlmutter and anlgce
  • Loading branch information
rljacob committed Mar 28, 2024
1 parent b170f68 commit ee7e670
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cime_config/machines/cmake_macros/gnu_anlgce.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
string(APPEND CMAKE_C_FLAGS_RELEASE " -O2")
string(APPEND CMAKE_Fortran_FLAGS_RELEASE " -O2")
set(MOAB_PATH "/nfs/gce/projects/climate/software/moab/devel/mpich-4.0/gcc-11.1.0")
1 change: 0 additions & 1 deletion cime_config/machines/cmake_macros/gnu_pm-cpu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ set(MPIFC "ftn")
set(SCC "gcc")
set(SCXX "g++")
set(SFC "gfortran")
set(MOAB_PATH "/global/cfs/cdirs/e3sm/software/moab/gnu")
1 change: 0 additions & 1 deletion cime_config/machines/cmake_macros/intel_pm-cpu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ string(APPEND CMAKE_Fortran_FLAGS " -fp-model=consistent -fimf-use-svml")
string(APPEND CMAKE_Fortran_FLAGS_RELEASE " -g -traceback")
string(APPEND CMAKE_Fortran_FLAGS " -DHAVE_ERF_INTRINSICS")
string(APPEND CMAKE_CXX_FLAGS " -fp-model=consistent")
set(MOAB_PATH "/global/cfs/cdirs/e3sm/software/moab/intel")

0 comments on commit ee7e670

Please sign in to comment.