source: LMDZ6/branches/Test_modipsl/arch/arch-gfortran.fcm @ 4911

Last change on this file since 4911 was 4455, checked in by lguez, 16 months ago

Complete arch-gfortran.fcm

makelmdz_fcm -arch gfortran -parallel mpi_omp should now work with
gfortran 11. (Before this commit, `makelmdz_fcm -arch gfortran
-parallel mpi_omp` did not work regardless of gfortran version.)

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
File size: 574 bytes
Line 
1%COMPILER            mpifort
2%LINK                mpifort
3%AR                  ar
4%ARFLAGS             rs
5%MAKE                make
6%FPP_FLAGS           -P -traditional
7%FPP_DEF             NC_DOUBLE FFT_FFTW
8%BASE_FFLAGS         -c -fdefault-real-8 -frecursive -ffree-line-length-0
9%PROD_FFLAGS         -O3
10%DEV_FFLAGS          -O
11%DEBUG_FFLAGS        -ffpe-trap=invalid,zero,overflow -fbounds-check -g3 -O0 -fstack-protector-all
12%MPI_FFLAGS -fcray-pointer -fallow-argument-mismatch
13%OMP_FFLAGS      -fopenmp   
14%BASE_LD      -lfftw3
15%MPI_LD
16%OMP_LD           -fopenmp   
Note: See TracBrowser for help on using the repository browser.