-
Notifications
You must be signed in to change notification settings - Fork 256
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
Enable and retest RT cases on Derecho #2038
Comments
Cheyenne-disabled tests also include cpld_bmark_p8, cpld_restart_bmark_p8 and conus13km_debug_qr |
Yes, true. Ok, noted in description as well. |
Here are the modules that are needed to be loaded on Derecho to enable use of ecflow and rocoto:
|
@natalie-perlin ok, should variable ECFLOW_START=/glade/p/ral/jntp/tools/miniconda3/4.8.3/envs/ufs-weather-model/bin/ecflow_start.sh be changed? |
Derecho has it's own ecflow install through Once you module load ecflow it creates the paths to use their ecflow_start.sh. I am not sure though, how much that complicates ecflow package on python. |
There is an ecflow_start.sh script already: |
@BrianCurtis-NOAA - it might be more handy to use the same ecflow version as used during the spack-stack build |
I have this setup for Derecho in rt.sh. export PATH=/glade/work/epicufsrt/contrib/derecho/rocoto/bin:$PATH Getting: ImportError: /glade/u/home/zshrader/miniconda3/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /glade/work/epicufsrt/contrib/spack-stack/derecho/ecflow-5.8.4/lib/python3.10/site-packages/ecflow/ecflow.so) |
These changes to rt.sh allowed a job to enter the queue (still Queued ):
I could also suggest to modify the following in the ./modulefiles/ufs_derecho.intel.lua: Change the line: |
@zach1221 - with these changes, a test cpld_control_p8_mixedmode_intel passed successfully (only this test is set in rt.conf). |
Seems to be working @natalie-perlin . Thank you, |
Full rt.conf has been run on Derecho and logs pushed to PR #2061 as well as the changes Natalie recommended committed to the PR. I have also run regional_atmaq_debug_intel, cpld_control_p8_faster_intel, cpld_bmark_p8, cpld_restart_bmark_p8 and conus13km_debug_qr separately on Derecho to confirm they're working. I'll update the baselines on Derecho and enable those cases in an upcoming WM PR. |
Description
Cases that were disabled for Derecho in rt.conf, to match Cheyenne setting, and should be retested/debugged to see if they can be enabled to run on the HPC.
Enable and retest regional_atmaq_debug_intel, cpld_control_p8_faster_intel, cpld_bmark_p8, cpld_restart_bmark_p8 and conus13km_debug_qr on Derecho.
To Reproduce:
Additional context
Output
The text was updated successfully, but these errors were encountered: