Skip to content

CTest documentation for emc branch(es) #52

@AlexanderRichert-NOAA

Description

@AlexanderRichert-NOAA

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 -j4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions