Skip to content

Commit

Permalink
Additional commits based on code review, will be merged into original…
Browse files Browse the repository at this point in the history
… comit b06b41d and reworded once PR is approved
  • Loading branch information
climbfuji committed Oct 21, 2019
1 parent b06b41d commit ce41b0b
Show file tree
Hide file tree
Showing 13 changed files with 127,070 additions and 13,053 deletions.
10 changes: 6 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/climbfuji/fv3atm
branch = update_fv3atm_with_changes_from_gmtb_develop_as_of_20191016
[submodule "NEMS"]
path = NEMS
url = https://github.com/NOAA-EMC/NEMS
branch = develop
[submodule "ccpp/framework"]
path = ccpp/framework
url = https://github.com/NCAR/ccpp-framework
url = https://github.com/climbfuji/ccpp-framework
branch = update_master_from_gmtb_develop_20191016
[submodule "ccpp/physics"]
path = ccpp/physics
url = https://github.com/NCAR/ccpp-physics
url = https://github.com/climbfuji/ccpp-physics
branch = update_master_from_gmtb_develop_20191016
[submodule "FMS"]
path = FMS
url = https://github.com/NOAA-EMC/FMS
Expand Down
2 changes: 1 addition & 1 deletion FMS
2 changes: 1 addition & 1 deletion FV3
3 changes: 2 additions & 1 deletion ccpp/build_ccpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ set -eu
VALID_MACHINES=( wcoss_cray wcoss_dell_p3 gaea.intel jet.intel \
hera.intel \
cheyenne.intel cheyenne.intel-impi cheyenne.gnu cheyenne.pgi endeavor.intel \
stampede.intel supermuc_phase2.intel macosx.gnu linux.gnu )
stampede.intel supermuc_phase2.intel macosx.gnu \
linux.intel linux.gnu linux.pgi )

###################################################################################################

Expand Down
2 changes: 1 addition & 1 deletion ccpp/framework
2 changes: 1 addition & 1 deletion ccpp/physics
8 changes: 7 additions & 1 deletion ccpp/set_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,18 @@ case "$MACHINE_ID" in
macosx.gnu)
# set in generic modulefile
;;
linux.intel)
# set in generic modulefile
;;
linux.gnu)
# set in generic modulefile
;;
linux.pgi)
# set in generic modulefile
;;
*)
echo "ERROR: MACHINE_ID ${MACHINE_ID} not configured in set_compilers.sh"
exit 1
esac

echo "Compilers set for ${MACHINE_ID}."
echo "Compilers set for ${MACHINE_ID}."
38,532 changes: 35,032 additions & 3,500 deletions tests/Compile_cheyenne.gnu.log

Large diffs are not rendered by default.

89,144 changes: 85,526 additions & 3,618 deletions tests/Compile_cheyenne.intel.log

Large diffs are not rendered by default.

4,704 changes: 0 additions & 4,704 deletions tests/Compile_cheyenne.pgi.log

This file was deleted.

Loading

0 comments on commit ce41b0b

Please sign in to comment.