Skip to content

Commit f7181f9

Browse files
committed
rebase to cime master
1 parent d5b122f commit f7181f9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

config/cesm/machines/config_compilers.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,15 +906,15 @@ using a fortran linker.
906906

907907
<compiler MACH="casper" COMPILER="intel">
908908
<CFLAGS>
909-
<append> -qopt-report -xCORE_AVX2 -no-fma</append>
909+
<append> -qopt-report -xCORE_AVX2 -no-fma </append>
910910
</CFLAGS>
911911
<FFLAGS>
912912
<append> -qopt-report -xCORE_AVX2 -no-fma</append>
913913
</FFLAGS>
914914
<LDFLAGS>
915915
<!-- the path to gcc should match that used in building the SmartRedis lib -->
916916
<append>-Wl,-rpath /glade/u/apps/dav/opt/gnu/9.1.0/lib64 </append>
917-
</LDFLAGS>
917+
</LDFLAGS>
918918
<CMAKE_OPTS>
919919
<append DEBUG="TRUE"> -DPIO_ENABLE_LOGGING=ON </append>
920920
</CMAKE_OPTS>

config/cesm/machines/config_machines.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,9 @@ This allows using a different mpirun command to launch unit tests
496496
<env name="CESMDATAROOT">/glade/p/cesmdata/cseg</env>
497497
<env name="NETCDF_PATH">$ENV{NETCDF}</env>
498498
</environment_variables>
499+
<environment_variables compiler="intel">
500+
<env name="PATH">/glade/u/apps/dav/opt/gnu/9.1.0/bin/:$ENV{PATH}</env>
501+
</environment_variables>
499502
<resource_limits>
500503
<resource name="RLIMIT_STACK">-1</resource>
501504
</resource_limits>

scripts/lib/CIME/test_scheduler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ def _run_phase(self, test):
803803
else:
804804
# SmartSim test needs a wrapper to submit
805805
if testmods and "drv/smartsim" in testmods:
806+
self._log_output(test, "Runnning smartsim launch script")
806807
cmd = os.path.join(self._cime_root, "tools", "smartsim", "launch.py")
807808
else:
808809
cmd = "./case.submit"

0 commit comments

Comments
 (0)