File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,9 @@ ctest_start(${dashboard_model} TRACK ${dashboard_track})
2020# Add some exception rules for ctest automatic error detection
2121# These are strings in the build output that ctest mistakenly
2222# interprets as errors
23- string (CONCAT FILE_CONTENT
24- "list(APPEND CTEST_CUSTOM_ERROR_EXCEPTION\n "
25- " error_handler\n "
26- ")"
27- )
28-
29- file (WRITE ${CTEST_BINARY_DIRECTORY} /CTestCustom.cmake
30- "${FILE_CONTENT} "
23+ list (APPEND CTEST_CUSTOM_ERROR_EXCEPTION
24+ ".*error_handler.*"
25+ ".*spdlog/fmt/bundled/format.h.*"
3126)
3227
3328if (USE_NINJA)
Original file line number Diff line number Diff line change @@ -291,7 +291,8 @@ class GHCISNLOneAPI(Machine):
291291 def setup (cls ):
292292 super ().setup_base ("ghci-snl-oneapi" )
293293 cls .baselines_dir = "/projects/e3sm/baselines/scream/ghci-snl-oneapi"
294- cls .env_setup = ["export GATOR_INITIAL_MB=4000MB" ]
294+ cls .env_setup = ["export GATOR_INITIAL_MB=4000MB" ,
295+ "export OMPI_MCA_io=romio321" ]
295296
296297###############################################################################
297298class GHCISNLCuda (Machine ):
You can’t perform that action at this time.
0 commit comments