Skip to content

Commit

Permalink
Merge pull request #270 from rem1776/platform-updates
Browse files Browse the repository at this point in the history
update esm4p2 and null model yamls for c5 update
  • Loading branch information
singhd789 authored Nov 26, 2024
2 parents ad7b893 + 26956ba commit 5775bab
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 320 deletions.
124 changes: 0 additions & 124 deletions fre/make/tests/ESM4_example/compile.yaml

This file was deleted.

86 changes: 0 additions & 86 deletions fre/make/tests/ESM4_example/esm4.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions fre/make/tests/ESM4_example/platforms.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions fre/make/tests/SHiELD_example/SHiELD.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions fre/make/tests/SHiELD_example/compile.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions fre/make/tests/SHiELD_example/platforms.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion fre/make/tests/null_example/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compile:
src:
- component: "FMS"
repo: "https://github.com/NOAA-GFDL/FMS.git"
cppdefs: "-Duse_netCDF -Duse_libMPI -DMAXFIELDS_=200 -DMAXFIELDMETHODS_=200 -DINTERNAL_FILE_NML -DHAVE_GETTID" # gettid flag is platform specific
cppdefs: "-Duse_netCDF -Duse_libMPI -DMAXFIELDS_=200 -DMAXFIELDMETHODS_=200 -DINTERNAL_FILE_NML"
otherFlags: "-fallow-argument-mismatch" # only needed for gcc
branch: *branch
- component: "atmos_null"
Expand Down
10 changes: 1 addition & 9 deletions fre/make/tests/null_example/platforms.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
platforms:
- name: ncrc5.intel
compiler: intel
modulesInit: [" module use -a /ncrc/home2/fms/local/modulefiles \n","source $MODULESHOME/init/sh \n"]
modules: [ !join [*INTEL, "/2022.2.1"],"fre/bronx-20",cray-hdf5/1.12.2.3, cray-netcdf/4.9.0.3]
fc: ftn
cc: cc
mkTemplate: !join ["/ncrc/home2/fms/local/opt/fre-commands/bronx-20/site/ncrc5/", *INTEL, ".mk"]
modelRoot: ${HOME}/fremake_canopy/test
- name: ncrc5.intel23
compiler: intel
modulesInit: [" module use -a /ncrc/home2/fms/local/modulefiles \n","source $MODULESHOME/init/sh \n"]
modules: [!join [*INTEL, "/2023.1.0"],"fre/bronx-20",cray-hdf5/1.12.2.3, cray-netcdf/4.9.0.3]
modules: [!join [*INTEL, "/2023.2.0"],"fre/bronx-21",cray-hdf5/1.12.2.11, cray-netcdf/4.9.0.11]
fc: ftn
cc: cc
mkTemplate: !join ["/ncrc/home2/fms/local/opt/fre-commands/bronx-20/site/ncrc5/", *INTEL, ".mk"]
Expand Down

0 comments on commit 5775bab

Please sign in to comment.