-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add run_neon SystemTest #2345
base: master
Are you sure you want to change the base?
Add run_neon SystemTest #2345
Conversation
""" | ||
Builds the case | ||
""" | ||
if not model_only: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tried with if sharedlib_only
, if model_only
, etc., as well as with no conditional here. I get the same build error no matter what.
Oddly, the build seems to work on Izumi but not Derecho. (It then fails in SUBMIT with |
With #2438 and the other issues this comes back to being something that would be good to bring in if we can figure it out... |
Yep! Thanks for the correction @samsrabin |
Description of changes
Adds
RUNNEON
SystemTest, which is designed to replicate a simple./run_neon
call in a way that can be added to aux_clm.Not yet working!
Specific notes
Contributors other than yourself, if any: None
CTSM Issues Fixed (include github issue #): None
Are answers expected to change (and if so in what way)? No
Any User Interface Changes (namelist or namelist defaults changes)? No
Testing performed, if any:
Testing with
fails in the
SHAREDLIB_BUILD
phase. See/glade/derecho/scratch/samrabin/tests_0201-142855de/RUNNEON_Ld1.CLM_USRDAT.HIST_DATM%1PT_CLM51%BGC_SICE_SOCN_SROF_SGLC_SWAV_SESP.derecho_intel.clm-default.0201-142855de/ABBY/bld/cesm.bldlog.240201-143035
for example log file.Remaining tasks:
build_phase()
to workrun_phase()
worksrun_phase()
to not submit a separate job, but rather to run in the existing job