Ignore:
Timestamp:
07/26/12 15:26:39 (12 years ago)
Author:
ymipsl
Message:

Some update for arch file for parallelism on TITANE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/arch/arch-X64_TITANE.fcm

    r12 r27  
    44%MAKE                gmake 
    55%FPP_FLAGS           -P -traditional 
    6 %FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL 
    7 %BASE_FFLAGS        -openmp  -i4 -r8 -automatic -align all -I${MKLROOT}/include -I$NETCDF_INC_DIR 
    8 %PROD_FFLAGS         -O3 
     6%FPP_DEF             KEY_NONE  
     7%BASE_FFLAGS         -i4 -r8 -automatic -align all -I${MKLROOT}/include 
     8%PROD_FFLAGS         -O3 -openmp 
    99%DEV_FFLAGS          -p -g -O3 -traceback -fp-stack-check -ftrapuv 
    10 %DEBUG_FFLAGS        -p -g -traceback 
     10%DEBUG_FFLAGS        -p -g -traceback -check bounds 
    1111%MPI_FFLAGS 
    1212%OMP_FFLAGS          -openmp 
    13 %BASE_LD             -openmp -i4 -r8 -automatic $MKL_LIBS -L$NETCDF_LIB_DIR -lnetcdf -lnetcdff 
     13%BASE_LD             -openmp -i4 -r8 -automatic $MKL_LIBS 
    1414%MPI_LD 
    1515%OMP_LD              -openmp 
Note: See TracChangeset for help on using the changeset viewer.