Skip to content

Commit

Permalink
Add --init to GSI submodule command (#781)
Browse files Browse the repository at this point in the history
Needed to obtain libsrc submodule during checkout and allows the GSI to build correctly since this GSI hash still needs the libsrc submodule during build.

Refs: #780
  • Loading branch information
KateFriedman-NOAA authored May 12, 2022
1 parent b09f92c commit 69b39ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [[ ! -d gsi.fd ]] ; then
git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${logdir}/checkout-gsi.log 2>&1
cd gsi.fd
git checkout a62dec6
git submodule update
git submodule update --init
cd ${topdir}
else
echo 'Skip. Directory gsi.fd already exists.'
Expand Down

0 comments on commit 69b39ee

Please sign in to comment.