diff --git a/config/cesm/machines/config_compilers.xml b/config/cesm/machines/config_compilers.xml index 3bc9ba093db..429c8042191 100644 --- a/config/cesm/machines/config_compilers.xml +++ b/config/cesm/machines/config_compilers.xml @@ -906,7 +906,7 @@ using a fortran linker. - -qopt-report -xCORE_AVX2 -no-fma + -qopt-report -xCORE_AVX2 -no-fma -qopt-report -xCORE_AVX2 -no-fma @@ -914,7 +914,7 @@ using a fortran linker. -Wl,-rpath /glade/u/apps/dav/opt/gnu/9.1.0/lib64 - + -DPIO_ENABLE_LOGGING=ON diff --git a/config/cesm/machines/config_machines.xml b/config/cesm/machines/config_machines.xml index efad4b202ac..6baac8fec55 100644 --- a/config/cesm/machines/config_machines.xml +++ b/config/cesm/machines/config_machines.xml @@ -496,6 +496,9 @@ This allows using a different mpirun command to launch unit tests /glade/p/cesmdata/cseg $ENV{NETCDF} + + /glade/u/apps/dav/opt/gnu/9.1.0/bin/:$ENV{PATH} + -1 diff --git a/scripts/lib/CIME/test_scheduler.py b/scripts/lib/CIME/test_scheduler.py index 2dde7c6fd59..b2b209a658a 100644 --- a/scripts/lib/CIME/test_scheduler.py +++ b/scripts/lib/CIME/test_scheduler.py @@ -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"