Skip to content

Commit bae798f

Browse files
committed
Update submodules in Omega build instructions
1 parent 25ec4ea commit bae798f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/developers_guide/quick_start.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,13 @@ Otherwise, to build Omega,
493493
source ./load_<env_name>_<machine>_<compiler>_<mpi>.sh
494494
git submodule update --init e3sm_submodules/Omega
495495
cd e3sm_submodules/Omega
496-
git submodule update --init --recursive externals/YAKL externals/ekat \
497-
externals/scorpio cime
496+
git submodule update --init --recursive \
497+
externals/YAKL \
498+
externals/ekat \
499+
externals/scorpio \
500+
externals/cpptrace \
501+
components/omega/external \
502+
cime
498503
cd components/omega
499504
mkdir build
500505
cd build

0 commit comments

Comments
 (0)