NOAA-EMC / RDASApp

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

building error on Orion #19

Closed ShunLiu-NOAA closed 1 month ago

ShunLiu-NOAA commented 1 month ago

When I build RDASApp on Orion, I got the error message below:

-- Adding bundle project ioda-data CMake Error at /work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/unified-env/install/intel/2022.0.2/ecbuild-3.7.2-3n22kc3/share/ecbuild/cmake/ecbuild_log.cmake:190 (message): CRITICAL - Source directory '/work/noaa/da/Shun.Liu/noscrub/JEDI/RDASApp/bundle/ioda-data' for subproject 'ioda-data' does not exist or does not contain a CMakeLists.txt file. Call Stack (most recent call first): /work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/unified-env/install/intel/2022.0.2/ecbuild-3.7.2-3n22kc3/share/ecbuild/cmake/ecbuild_bundle.cmake:166 (ecbuild_critical) CMakeLists.txt:115 (ecbuild_bundle)

It appears the directory below is not available in Cory's account anymore. lrwxrwxrwx 1 sliu da 54 Apr 2 11:18 ioda-data -> /work2/noaa/da/cmartin/CI/RDASApp/data/jcsda/ioda-data

CoryMartin-NOAA commented 1 month ago

@ShunLiu-NOAA thanks, I'll fix this later today

CoryMartin-NOAA commented 1 month ago

If you build without -d flag in the build script it should at least compile.

ShunLiu-NOAA commented 1 month ago

Thanks. I completes "build" without "-d" on Orion.

CoryMartin-NOAA commented 1 month ago

Please @ShunLiu-NOAA or someone else try and see if this issue is resolved now. Thanks!

ShunLiu-NOAA commented 1 month ago

Tested on Orion. The issue is resolved. Thanks.