Closed dazzag24 closed 4 years ago
It appears that my problem was that I had duplicate entries for some of the items in Spack.
Cleaning them out with:
$ spack uninstall --all netcdf-fortran
$ spack uninstall --dependents --all hdf5
and then re-running the install command:
SHARED_APP=$HOME/apps SKU_TYPE=HBv2 ./install_wps_openmpi.sh
appears to have worked.
Darren
Running the script like this:
SHARED_APP=$HOME/apps SKU_TYPE=HBv2 ./install_wrf_openmpi.sh
Seems to go wrong after the WRF tgz is extracted:
Full output below: