source: LMDZ6/trunk/arch/arch-pgf_CICLAD.fcm @ 3043

Last change on this file since 3043 was 3043, checked in by Ehouarn Millour, 7 years ago

Some fixes to enable compiling with the pgf compiler and updated arch files for pgf on Ciclad.
EM

  • 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: 643 bytes
Line 
1%COMPILER            $MPI_BIN/mpif90
2%LINK                $MPI_BIN/mpif90
3%AR                  ar
4%MAKE                gmake
5%FPP_FLAGS           -P -traditional
6%FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM
7%BASE_FFLAGS         -i4 -r8 -Mdalign
8%PROD_FFLAGS         -O2 -Munroll -Mnoframe -Mautoinline -Mcache_align
9%DEV_FFLAGS          -O2 -traceback -Mbounds
10%DEBUG_FFLAGS        -O2 -g -traceback -Mbounds -Mchkfpstk -Mchkstk -Ktrap=denorm,divz,ovf,unf
11%MPI_FFLAGS
12%OMP_FFLAGS          -mp
13%BASE_LD             -L${PGI_HOME}/lib -lblas -Wl,-rpath=$NETCDF_HOME/lib
14%MPI_LD              -L${MPI_LIB}
15%OMP_LD              -mp
Note: See TracBrowser for help on using the repository browser.