You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 tests in /glade/derecho/scratch/samrabin/tests_0913-095333de that all have namelist build errors like this:
ERROR: Command /glade/work/samrabin/ctsm_hs-uii/bld/build-namelist failed rc=255
out=
err=Warning : CLM build-namelist::CLMBuildNamelist::setup_logic_initial_conditions() : WARNING: You have set use_hillslope while use_init_interp is TRUE.
This means all hillslope columns in a gridcell will read identical values from initial conditions. If you are sure you want this behaviour:
-- Add -ignore_warnings option to CLM_BLDNML_OPTS to ignore this warning'
File "/glade/work/samrabin/ctsm_hs-uii/cime/CIME/test_scheduler.py", line 1125, in _run_catch_exceptions
return run(test)
File "/glade/work/samrabin/ctsm_hs-uii/cime/CIME/test_scheduler.py", line 1016, in _setup_phase
"Fatal error in case.cmpgen_namelists: {}".format(output),
File "/glade/work/samrabin/ctsm_hs-uii/cime/CIME/utils.py", line 176, in expect
raise exc_type(msg)
However, cs.status makes it look like they're pending SHAREDLIB_BUILD:
Good question, but it doesn't: see /glade/derecho/scratch/samrabin/tests_0913-145045de/SMS_D_Ld65.f10_f10_mg37.I2000Clm45BgcCropQianRs.derecho_intel.clm-FireLi2014Qian.C.0913-145045de_int. A namelist diff from baseline is correctly marked as SETUP PASS, NLCOMP FAIL.
I have 3 tests in
/glade/derecho/scratch/samrabin/tests_0913-095333de
that all have namelist build errors like this:However,
cs.status
makes it look like they're pending SHAREDLIB_BUILD:It would be helpful for such tests to instead be marked as FAIL for SETUP, or maybe a different phase.
The text was updated successfully, but these errors were encountered: