-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I was unable to find documentation for building crtm v2.4.0_emc.3 with unit tests, but I eventually worked it out. The following steps (note the git lfs commands) worked for me on Orion; would it make sense to encapsulate this in the README for the appropriate branches?
module use /work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/gsi-addon-env-rocky9/install/modulefiles/Core
module load stack-intel/2021.9.0
module load stack-intel-oneapi-mpi/2021.9.0
module load netcdf-fortran cmake/3.23.1 git-lfs
git clone https://github.com/JCSDA/crtm -b v2.4.0_emc.3
cd crtm
git lfs install
git lfs checkout
mkdir build
cd build
cmake ..
make -j4
make test -j4Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels