Skip to content

Commit

Permalink
Fix problems with running compile job on wcoss_cray
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Sep 25, 2020
1 parent 2a51542 commit 84a036c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 2 files
+2 −4 .gitmodules
+1 −1 ccpp/physics
2 changes: 1 addition & 1 deletion tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else
clean_after=${5:-YES}
fi

PATHTR=$( cd ${MYDIR}/.. && pwd )
PATHTR=${PATHTR:-$( cd ${MYDIR}/.. && pwd )}
BUILD_DIR=$(pwd)/build_${BUILD_NAME}

# ----------------------------------------------------------------------
Expand Down

0 comments on commit 84a036c

Please sign in to comment.