[bug]: Unable to locate a modulefile for 'spack/spack' in build-wrf.sh
and build_wps.sh
#712
Labels
bug
Something isn't working
build-wrf.sh
and build_wps.sh
#712
Describe the bug
When running the
build-wrf.sh
orbuild-wps.sh
script in theapps/wrf
directory, the build process fails with an error message indicating that the necessary module files cannot be located:Specifically, in this script SHARED_APP variable is set to the
apps
directory, and the script assumes that the necessary module files are located in this directory. However,apps
directory, copied from this repository does not include the modulefiles required in this line and exits with the following error:This error occurs because the necessary module files are not present in the directory specified by SHARED_APP and it is also missing in the repository.
To Reproduce
Steps to reproduce the behavior:
This error occurs because the necessary module files are not present in the directory specified by SHARED_APP.
The text was updated successfully, but these errors were encountered: