Skip to content

Commit

Permalink
Replace ecbuild with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Oct 20, 2023
1 parent 7c4b636 commit 01630de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_ec2_pcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
cd ${JEDI_ENV}
mkdir -p build-atm
cd build-atm
ecbuild -DUFS_APP=ATM ../ufs-bundle
cmake -DUFS_APP=ATM ../ufs-bundle
make update
make -j8
Expand All @@ -147,7 +147,7 @@ jobs:
cd ${JEDI_ENV}
mkdir -p build-atmaero
cd build-atmaero
ecbuild -DUFS_APP=ATMAERO ../ufs-bundle
cmake -DUFS_APP=ATMAERO ../ufs-bundle
make update
make -j8
Expand All @@ -156,15 +156,15 @@ jobs:
#cd ${JEDI_ENV}
#mkdir -p build-ng-godas
#cd build-ng-godas
#ecbuild -DUFS_APP=NG-GODAS ../ufs-bundle
#cmake -DUFS_APP=NG-GODAS ../ufs-bundle
#make update
#make -j8
#
## UFS_APP=S2S
#cd ${JEDI_ENV}
#mkdir -p build-s2s
#cd build-s2s
#ecbuild -DUFS_APP=S2S ../ufs-bundle
#cmake -DUFS_APP=S2S ../ufs-bundle
#make update
#make -j8
Expand Down

0 comments on commit 01630de

Please sign in to comment.