Changeset 3043 for LMDZ6/trunk/arch


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

Location:
LMDZ6/trunk/arch
Files:
1 added
2 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
  • LMDZ6/trunk/arch/arch-pgf_CICLAD.path

    r3040 r3043  
    1 NETCDF_LIBDIR="-L/opt/netcdf/pgf/lib -lnetcdf"
    2 NETCDF_INCDIR=-I/opt/netcdf/pgf/include
     1NETCDF_LIBDIR="-L${NETCDF_HOME}/lib -lnetcdf -lnetcdff"
     2NETCDF_INCDIR=-I${NETCDF_HOME}/include
    33IOIPSL_INCDIR=$LMDGCM/../../lib
    44IOIPSL_LIBDIR=$LMDGCM/../../lib
     
    99INCA_LIBDIR=$LMDGCM/../INCA/config/lib
    1010INCA_INCDIR=$LMDGCM/../INCA/config/lib
     11XIOS_INCDIR=$LMDGCM/../XIOS/inc
     12XIOS_LIBDIR=$LMDGCM/../XIOS/lib
Note: See TracChangeset for help on using the changeset viewer.