Skip to content

Commit

Permalink
Merge pull request #6 from jedwards4b/izumi_nag_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b authored Jan 13, 2022
2 parents 7ecee89 + 5f6b30a commit 09e61cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 0 additions & 12 deletions machines/cmake_macros/ibm_mira.cmake

This file was deleted.

3 changes: 2 additions & 1 deletion machines/cmake_macros/nag.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ if (DEBUG)
endif()
string(APPEND CPPDEFS " -DFORTRANUNDERSCORE -DNO_CRAY_POINTERS -DNO_SHR_VMATH -DCPRNAG")
set(FC_AUTO_R8 "-r8")
string(APPEND FFLAGS " -Wp,-macro=no_com -convert=BIG_ENDIAN -indirect $ENV{CIMEROOT}/config/cesm/machines/nag_mpi_argument.txt")
string(APPEND FFLAGS " -Wp,-macro=no_com -convert=BIG_ENDIAN ")
string(APPEND FFLAGS "-indirect ${SRCROOT}/ccs_config/machines/nag_mpi_argument.txt")
if (NOT DEBUG)
string(APPEND FFLAGS " -ieee=full -O2")
endif()
Expand Down

0 comments on commit 09e61cb

Please sign in to comment.