Ignore:
Timestamp:
Oct 25, 2017, 2:01:57 PM (7 years ago)
Author:
Ehouarn Millour
Message:

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/arch/arch-pgf_CICLAD.fcm

    r3040 r3043  
    1 %COMPILER            /usr/lib64/openmpi/1.2.8-pgf/bin/mpif90
    2 %LINK                /usr/lib64/openmpi/1.2.8-pgf/bin/mpif90
     1%COMPILER            $MPI_BIN/mpif90
     2%LINK                $MPI_BIN/mpif90
    33%AR                  ar
    44%MAKE                gmake
    55%FPP_FLAGS           -P -traditional
    66%FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM
    7 %BASE_FFLAGS         -i4 -r8
     7%BASE_FFLAGS         -i4 -r8 -Mdalign
    88%PROD_FFLAGS         -O2 -Munroll -Mnoframe -Mautoinline -Mcache_align
    9 %DEV_FFLAGS          -Mbounds
    10 %DEBUG_FFLAGS        -g -traceback -Mbounds -Mchkfpstk -Mchkstk -Ktrap=denorm,divz,ovf,unf
     9%DEV_FFLAGS          -O2 -traceback -Mbounds
     10%DEBUG_FFLAGS        -O2 -g -traceback -Mbounds -Mchkfpstk -Mchkstk -Ktrap=denorm,divz,ovf,unf
    1111%MPI_FFLAGS
    1212%OMP_FFLAGS          -mp
    13 %BASE_LD             -lblas
    14 %MPI_LD              -L/usr/lib64/openmpi/1.2.8-pgf/lib
     13%BASE_LD             -L${PGI_HOME}/lib -lblas -Wl,-rpath=$NETCDF_HOME/lib
     14%MPI_LD              -L${MPI_LIB}
    1515%OMP_LD              -mp
Note: See TracChangeset for help on using the changeset viewer.