forked from E3SM-Project/E3SM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AH MAM5 perlmutter cherry pick E3SM-Project#6
- Loading branch information
1 parent
9e2474b
commit 66d8033
Showing
15 changed files
with
330 additions
and
158 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
list(APPEND NO_INLINE_ARG_PACKING_LIST | ||
eam/src/dynamics/se/inidat.F90 | ||
) | ||
|
||
if (CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER_EQUAL 10) | ||
|
||
if (NOT DEBUG) | ||
# new in gnu10, inline arg packing was causing INF values with SMS_P4x1.ne4pg2_ne4pg2.F-MMFXX | ||
foreach(ITEM IN LISTS NO_INLINE_ARG_PACKING_LIST) | ||
e3sm_add_flags("${ITEM}" " -fno-inline-arg-packing") | ||
endforeach() | ||
endif() | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
list(APPEND NO_INLINE_ARG_PACKING_LIST | ||
eam/src/dynamics/se/inidat.F90 | ||
) | ||
|
||
if (CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER_EQUAL 10) | ||
|
||
if (NOT DEBUG) | ||
# new in gnu10, inline arg packing was causing INF values with SMS_P4x1.ne4pg2_ne4pg2.F-MMFXX | ||
foreach(ITEM IN LISTS NO_INLINE_ARG_PACKING_LIST) | ||
e3sm_add_flags("${ITEM}" " -fno-inline-arg-packing") | ||
endforeach() | ||
endif() | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
list(APPEND NO_INLINE_ARG_PACKING_LIST | ||
eam/src/dynamics/se/inidat.F90 | ||
) | ||
|
||
if (CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER_EQUAL 10) | ||
|
||
if (NOT DEBUG) | ||
# new in gnu10, inline arg packing was causing INF values with SMS_P4x1.ne4pg2_ne4pg2.F-MMFXX | ||
foreach(ITEM IN LISTS NO_INLINE_ARG_PACKING_LIST) | ||
e3sm_add_flags("${ITEM}" " -fno-inline-arg-packing") | ||
endforeach() | ||
endif() | ||
|
||
endif() | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
19 changes: 0 additions & 19 deletions
19
cime_config/machines/cmake_macros/nvidiagpu_perlmutter.cmake
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.