Closed pbartholomew08 closed 3 years ago
When building with gnu passing these directly to FC breaks if you need to override FC, e.g. on a Cray machine in PrgEnv-gnu. Example use case:
module restore PrgEnv-gnu export OP2_COMPILER=gnu export OP2_INSTALL_PATH=/path/to/op2/fortran make CC=cc CXX=CC FC=ftn MPICC=cc MPICXX=CC MPIF90=ftn
When building with gnu passing these directly to FC breaks if you need to override FC, e.g. on a Cray machine in PrgEnv-gnu. Example use case:
module restore PrgEnv-gnu export OP2_COMPILER=gnu export OP2_INSTALL_PATH=/path/to/op2/fortran make CC=cc CXX=CC FC=ftn MPICC=cc MPICXX=CC MPIF90=ftn