Add modulefile for Dogwood/Cactus#1073
Conversation
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
Cloned feature/wcoss2 on WCOSS2 (Cactus). Execute ./build.sh -v -f. Build failed with
/lfs/h2/emc/da/noscrub/russ.treadon/git/GDASApp/wcoss2/bundle/ioda/src/engines/ioda/src/ioda/Engines/ReadScriptFile.cpp(25): error: no suitable constructor exists to convert from "\
double" to "std::variant<std::__cxx11::string, int, double>"
return std::stod(argValue);
^
compilation aborted for /lfs/h2/emc/da/noscrub/russ.treadon/git/GDASApp/wcoss2/bundle/ioda/src/engines/ioda/src/ioda/Engines/ReadScriptFile.cpp (code 2)
This sounds like the IODA problem we are already aware of and are fixing.
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
Approve pending resolution of IODA compilation error.
|
I'll mark this as ready for review once I am able to update the submodules when the IODA pull request is merged in |
60af1b2
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
Update working copy of feature/wcoss2 on Cactus. ./build.sh -f -v ran to completion.
Approve.
|
Shall we try to run |
|
@RussTreadon-NOAA we can try, but as you note I expect it won't be trivial. I would suggest we tackle that in a subsequent PR. |
|
Simply loaded wcoss2.intel module and executed Errors are not surprising. |
|
Agreed. Let's merge this PR into |
|
@RussTreadon-NOAA yes, has been a long time coming! |
|
Automated Global-Workflow GDASApp Testing Results: |
* develop: Visualize stats in simple html document (#1089) Time series of csv stats (#1086) Use the gdas bkg for the static B (#1084) Add module files to compile on AWS (#1082) The DA only uses the gdas bkg ... fixing again ... (#1079) Using ioda util to convert the datetime in AMSR2 converter (#1077) Add modulefile for Dogwood/Cactus (#1073) Addition of a switch for the cycling type (#1072) Added YAML, JSON, python files for assimilating VIIRS satwinds (#1055) No mpi for the ascii stats (#1070)
While we are technically not supposed to build our own CRTM or FMS, we are asking for forgiveness and forging ahead. This PR should allow GDASApp to compile on WCOSS2 (Dogwood and Cactus) after a minor issue is resolved. That issue being a compile issue in IODA that Ron is already aware of and has a fix that works (JCSDA-internal/ioda@develop...bugfix/read_script_convert_fix). --------- Co-authored-by: cory martin <cory.r.martin@clogin06.cactus.wcoss2.ncep.noaa.gov> Co-authored-by: cory martin <cory.r.martin@clogin03.cactus.wcoss2.ncep.noaa.gov> Co-authored-by: cory martin <cory.r.martin@clogin08.cactus.wcoss2.ncep.noaa.gov>
While we are technically not supposed to build our own CRTM or FMS, we are asking for forgiveness and forging ahead. This PR should allow GDASApp to compile on WCOSS2 (Dogwood and Cactus) after a minor issue is resolved. That issue being a compile issue in IODA that Ron is already aware of and has a fix that works (https://github.com/JCSDA-internal/ioda/compare/develop...bugfix/read_script_convert_fix).