NOAA-EMC / RDASApp

Regional DAS
GNU Lesser General Public License v2.1
1 stars 13 forks source link

CMake failed on Orion/Hercules #144

Closed guoqing-noaa closed 2 months ago

guoqing-noaa commented 2 months ago
CMake Error at fv3-jedi/test/CMakeLists.txt:11 (message):
  Found crtm but UFO_CRTM_TESTFILES_PATH was not set by ufo                                                                                                            

-- Configuring incomplete, errors occurred!
See also "/work/noaa/wrfruc/gge/rdas_build_test_orion/RDASApp_guoqing-noaa_simplify/build/CMakeFiles/CMakeOutput.log".
See also "/work/noaa/wrfruc/gge/rdas_build_test_orion/RDASApp_guoqing-noaa_simplify/build/CMakeFiles/CMakeError.log".
guoqing-noaa commented 2 months ago

I hope @SamuelDegelia-NOAA will be able to help with this. Thanks!

SamuelDegelia-NOAA commented 2 months ago

I will have a look, thanks @guoqing-noaa for bringing this to my attention.

SamuelDegelia-NOAA commented 2 months ago

@guoqing-noaa The problem is with git-lfs not being loaded by default on Orion. I am guessing there were also some warnings when you cloned the repo too. If you module load git-lfs before cloning, then the configure step can run successfully on Orion.

I am not sure why/when git-lfs was removed from the default environment on Orion. I will send a message to the helpdesk. In the meantime we can add a note to the README to load the module before cloning.

guoqing-noaa commented 2 months ago

@SamuelDegelia-NOAA Thanks for finding out the reason for this problem