Skip to content

running quick_suite on ursa#1039

Merged
apcraig merged 2 commits into
CICE-Consortium:mainfrom
rgrumbine:develop
Jul 25, 2025
Merged

running quick_suite on ursa#1039
apcraig merged 2 commits into
CICE-Consortium:mainfrom
rgrumbine:develop

Conversation

@rgrumbine
Copy link
Copy Markdown
Contributor

For detailed information about submitting Pull Requests (PRs) to the CICE-Consortium,
please refer to: https://github.com/CICE-Consortium/About-Us/wiki/Resource-Index#information-for-developers

PR checklist

  • Short (1 sentence) summary of your PR:
    Run environment for NOAA machine ursa
  • Developer(s):
    Robert.Grumbine
  • Suggest PR reviewers from list in the column to the right.
  • Please copy the PR test results link or provide a summary of testing completed below.
    quick_suite:
    16 measured results of 16 total results
    16 of 16 tests PASSED
    0 of 16 tests PENDING
    0 of 16 tests MISSING data
    0 of 16 tests FAILED
  • How much do the PR code changes differ from the unmodified code?
    • bit for bit
    • different at roundoff level
    • more substantial
  • Does this PR create or have dependencies on Icepack or any other models?
    • Yes
    • [ X] No
  • Does this PR update the Icepack submodule? If so, the Icepack submodule must point to a hash on Icepack's main branch.
    • Yes
    • [X ] No
  • Does this PR add any new test cases?
    • Yes
    • [ X] No
  • Is the documentation being updated? ("Documentation" includes information on the wiki or in the .rst files from doc/source/, which are used to create the online technical docs at https://readthedocs.org/projects/cice-consortium-cice/. A test build of the technical docs will be performed as part of the PR testing.)
    • Yes
    • [X ] No, does the documentation need to be updated at a later time?
      • Yes
      • [ X] No
  • Please document the changes in detail, including why the changes are made. This will become part of the PR commit log.

@apcraig
Copy link
Copy Markdown
Contributor

apcraig commented Jul 23, 2025

I've run some tests, things look good. Some suggestions

In env.ursa_intel,

ICE_MACHINE_MACHINFO looks incorrect, I think it should be
"AMD Genoa 9654, NDR-200-IB interconnect"

ICE_MACHINE_ENVINFO looks incorrect, I think it should be
"icx/ifx 2025.1.1.20250418, intel-oneapi-mpi-2021.15.0, netcdf-c 4.9.2, netcdf-fortran 4.6.2"

ICE_MACHINE_TPNODE should be 192

ICE_MACHINE_INPUTDATA can be set to
/home/Anthony.Craig/scratch/CICE_INPUTDATA
if you prefer that

In Macros.ursa_intel, I suggest you change the header comment from "hera" to "ursa".

It looks like hpcx-mpi is recommended over intel-oneapi-intel. Have you considered using that as the default? We could also consider setting up another ursa env with hpcx-mpi at some point.

@apcraig apcraig requested review from DeniseWorthen and apcraig July 24, 2025 16:37
@apcraig apcraig self-assigned this Jul 24, 2025
##SBATCH --mail-user=xxx@noaa.gov
EOFB

else if (${ICE_MACHINE} =~ wcoss2*) then
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're also adding wcoss2---Aren't other changes also required in order to run on wcoss2?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I consider this a pre-adaptation for the WCOSS2, which, yes, requires the env and macros files. This aspect works as is (being uninvoked, but even when it is (development in parallel) it works ok. issues with env and or macros on wcoss2).

@@ -0,0 +1,59 @@
#==============================================================================
# Makefile macros for NOAA hera, intel compiler
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree w/ the other reviewer, that the header should reflect the platform.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree too.

@rgrumbine
Copy link
Copy Markdown
Contributor Author

I've made the noted changes.

Regarding hpcx-mpi , I think that's more an item to be tested and implemented on its own. Given other things I'm encountering, I'm leery of changes to compiler family.

Copy link
Copy Markdown
Contributor

@apcraig apcraig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks.

@apcraig
Copy link
Copy Markdown
Contributor

apcraig commented Jul 25, 2025

@rgrumbine, is this ready to merge as far as you're concerned. I assume gaea and wcoss will be done separately?

@rgrumbine
Copy link
Copy Markdown
Contributor Author

@apcraig yes, and yes. Thanks

@apcraig
Copy link
Copy Markdown
Contributor

apcraig commented Jul 25, 2025

@DeniseWorthen, feel free to have another quick look. I think our initial comments have been addressed. If I don't see anything new, I'll merge this afternoon. Thanks!

@apcraig apcraig merged commit c403cba into CICE-Consortium:main Jul 25, 2025
2 checks passed
TillRasmussen pushed a commit to TillRasmussen/CICE that referenced this pull request Aug 20, 2025
Add Ursa port, NOAA machine, intel.

Add some initial code for WCOSS, another NOAA machine.  That port will be completed with a separate PR.

Remove support for Discover, env and Macros files could still be removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants