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
The devbuild.sh method for building the SRW App only has the following options: cheyenne | gaea | hera | jet | macos | odin | orion | singularity | wcoss_dell_p3
There is no noaacloud option, and the singularity option for devbuild.sh generates a module not found error (see below). when building directly in AWS/PW.
The singularity build should be tested in an actual container prior to the release to be sure it works.
Steps to Reproduce
Running: ./devbuild.sh --platform=singularity --compiler=gnu
gives a module not found error: "Lmod has detected the following error: The following module(s) are
unknown: "hpc-openmpi" "png" "hpc" "hpc-gnu""
The text was updated successfully, but these errors were encountered:
@gspetro-NOAA Since Platform's nightly builds successfully build the SRW App on NOAA Cloud platforms and PR #1167 will address the final issues with running on Azure, it should be fine to close this issue.
Description
The devbuild.sh method for building the SRW App only has the following options: cheyenne | gaea | hera | jet | macos | odin | orion | singularity | wcoss_dell_p3
Steps to Reproduce
Running: ./devbuild.sh --platform=singularity --compiler=gnu
gives a module not found error: "Lmod has detected the following error: The following module(s) are
unknown: "hpc-openmpi" "png" "hpc" "hpc-gnu""
The text was updated successfully, but these errors were encountered: