forked from ufs-community/ufs-s2s-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Porting to a new machine
denise.worthen edited this page Oct 20, 2020
·
1 revision
- NCEPLIBS and third party libraries need to be installed on the new platform
- An example can be seen here
modulefiles/<machine>.<compiler>/fv3
conf/configure.fv3.<machine>.<compiler>
-
tests/compile.sh
, if necessary - An example can be seen here for
stampede.intel
- To compile,
cd tests
followed by./compile.sh ../FV3 stampede.intel 'MAKE_OPT'
, see here for details
MOM6-interface/mkmf/templates/<machine>-<compiler>.mk
- An example can be seen here for
stampede-intel
CICE-interface/CICE/configuration/scripts/forapps/ufs/comp_ice.backend.clean
CICE-interface/CICE/configuration/scripts/forapps/ufs/comp_ice.backend.libcice
CICE-interface/CICE/configuration/scripts/machines/Macros.<machine>_<compiler>
- An example can be seen here for
stampede_intel
WW3/model/esmf/Makefile
WW3/model/bin/w3_setup
WW3/model/bin/cmplr.env
- An example can be seen here for
stampede