Skip to content

Commit

Permalink
Fix rundeck passing
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Jan 9, 2025
1 parent ea7eb70 commit b410cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/utils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi

# Compile
if [ "${DEBUG}" = true ]; then
ln -s -f $(pwd)/${RUNID}.R $(pwd)/${RUNID}_DEBUG.R
ln -s -f $(pwd)/.github/rundecks/${RUNID}.R $(pwd)/decks/${RUNID}_DEBUG.R
RUNID="${RUNID}_DEBUG"
git apply ${GISS_HOME}/.dev/utils/DEBUGGING_FLAGS.patch
make -j setup RUN=${RUNID} F90=mpif90 GC=${GC} MP=${OPENMP} MPI=YES MECH=carbon \
Expand Down

0 comments on commit b410cf1

Please sign in to comment.