Changes between Initial Version and Version 1 of Ticket #807


Ignore:
Timestamp:
03/10/19 21:25:59 (5 years ago)
Author:
arango
Comment:

Great, thank you! I modified the dependencies for compiling with WRF.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #807

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

    initial v1  
    1 Attached are several platform-specific make files that have been restructured along the lines of Linux-gfortran.mk. They are:
     1Attached are several platform-specific make files that have been restructured along the lines of '''Linux-gfortran.mk'''. They are:
    22* CYGWIN-gfortran.mk
    3 * Linux-ftn-gnu.mk (for Cray ftn compiler with PrgEnv-gnu)
    4 * Linux-ftn-intel.mk (for Cray ftn compiler with PrgEnv-intel)
    5 * Linux-ftn-cray.mk (for Cray ftn compiler with PrgEnv-cray)
    6 Also, there is a modified version of Linux-gfortran.mk. In this, as in the others, I have used the FIXEDFLAGS and FREEFLAGS variables in the file-specific compilation rules at the end. I assume this was what the FIXEDFLAGS and FREEFLAGS variables were defined for, but in the original Linux-gfortran.mk they are never used.
     3* Linux-ftn-gnu.mk (for Cray ftn compiler with !PrgEnv-gnu)
     4* Linux-ftn-intel.mk (for Cray ftn compiler with !PrgEnv-intel)
     5* Linux-ftn-cray.mk (for Cray ftn compiler with !PrgEnv-cray)
     6Also, there is a modified version of '''Linux-gfortran.mk'''. In this, as in the others, I have used the '''FIXEDFLAGS''' and '''FREEFLAGS''' variables in the file-specific compilation rules at the end. I assume this was what the '''FIXEDFLAGS''' and '''FREEFLAGS''' variables were defined for, but in the original '''Linux-gfortran.mk''' they are never used.