Skip to content

Commit

Permalink
rebase to cime master
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 10, 2021
1 parent d5b122f commit f7181f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cesm/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -906,15 +906,15 @@ using a fortran linker.

<compiler MACH="casper" COMPILER="intel">
<CFLAGS>
<append> -qopt-report -xCORE_AVX2 -no-fma</append>
<append> -qopt-report -xCORE_AVX2 -no-fma </append>
</CFLAGS>
<FFLAGS>
<append> -qopt-report -xCORE_AVX2 -no-fma</append>
</FFLAGS>
<LDFLAGS>
<!-- the path to gcc should match that used in building the SmartRedis lib -->
<append>-Wl,-rpath /glade/u/apps/dav/opt/gnu/9.1.0/lib64 </append>
</LDFLAGS>
</LDFLAGS>
<CMAKE_OPTS>
<append DEBUG="TRUE"> -DPIO_ENABLE_LOGGING=ON </append>
</CMAKE_OPTS>
Expand Down
3 changes: 3 additions & 0 deletions config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,9 @@ This allows using a different mpirun command to launch unit tests
<env name="CESMDATAROOT">/glade/p/cesmdata/cseg</env>
<env name="NETCDF_PATH">$ENV{NETCDF}</env>
</environment_variables>
<environment_variables compiler="intel">
<env name="PATH">/glade/u/apps/dav/opt/gnu/9.1.0/bin/:$ENV{PATH}</env>
</environment_variables>
<resource_limits>
<resource name="RLIMIT_STACK">-1</resource>
</resource_limits>
Expand Down
1 change: 1 addition & 0 deletions scripts/lib/CIME/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ def _run_phase(self, test):
else:
# SmartSim test needs a wrapper to submit
if testmods and "drv/smartsim" in testmods:
self._log_output(test, "Runnning smartsim launch script")
cmd = os.path.join(self._cime_root, "tools", "smartsim", "launch.py")
else:
cmd = "./case.submit"
Expand Down

0 comments on commit f7181f9

Please sign in to comment.