Changes between Initial Version and Version 1 of Ticket #762


Ignore:
Timestamp:
02/14/18 17:50:08 (6 years ago)
Author:
arango
Comment:

Sounds good, thank you!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #762

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #762 – Description

    initial v1  
    1 Makefiles Linux-ftn-cray.mk and Linux-ftn-intel.mk were added in ticket 756. Attached is another, Linux-ftn-gnu.mk. These 3 files support the 3 different programming environments on our Cray XC50: PrgEnv-cray, PrgEnv-intel and PrgEnv-gnu.
     1Makefiles '''Linux-ftn-cray.mk''' and '''Linux-ftn-intel.mk''' were added in ticket 756. Attached is another, '''Linux-ftn-gnu.mk'''. These 3 files support the 3 different programming environments on our Cray XC50: !PrgEnv-cray, !PrgEnv-intel and !PrgEnv-gnu.
    22
    3 You may or may not also be interested in a modified version of Linux-gfortran.mk, also attached. This defines another netCDF-related variable, NETCDF_LIBS, used when USE_NETCDF4 is not set. I added this to allow me to provide the right variables on my CentOS 7 system, as discussed on the forum: https://www.myroms.org/forum/viewtopic.php?f=31&t=4383
     3You may or may not also be interested in a modified version of '''Linux-gfortran.mk''', also attached. This defines another netCDF-related variable, '''NETCDF_LIBS''', used when '''USE_NETCDF4''' is not set. I added this to allow me to provide the right variables on my CentOS 7 system, as discussed on the [https://www.myroms.org/forum/viewtopic.php?f=31&t=4383 forum].