Skip to content

Commit

Permalink
Merge Pull Request #2943 from E3SM-Project/scream/dqwu/frontier-080924
Browse files Browse the repository at this point in the history
Automatically Merged using E3SM Pull Request AutoTester
PR Title: Frontier: disable hipInit before MPI_Init
PR Author: dqwu
PR LABELS: cmake, AT: AUTOMERGE, AT: Integrate Without Testing, Frontier
  • Loading branch information
E3SM-Bot authored and brhillman committed Aug 12, 2024
1 parent 0ab0b3f commit 1548120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(SCC "cc")
set(SCXX "hipcc")
set(SFC "ftn")

string(APPEND CPPDEFS " -DLINUX -DSCREAM_SYSTEM_WORKAROUND=1")
string(APPEND CPPDEFS " -DLINUX -DSCREAM_SYSTEM_WORKAROUND=0")
if (COMP_NAME STREQUAL gptl)
string(APPEND CPPDEFS " -DHAVE_NANOTIME -DBIT64 -DHAVE_SLASHPROC -DHAVE_COMM_F2C -DHAVE_TIMES -DHAVE_GETTIMEOFDAY")
endif()
Expand Down

0 comments on commit 1548120

Please sign in to comment.