Changeset 1677 for LMDZ5/trunk


Ignore:
Timestamp:
Nov 9, 2012, 5:01:40 PM (12 years ago)
Author:
aslmd
Message:

Arch file for parallel computations on Ciclad clusters using ifort. Removed BLAS and FFT flags. Proc scaling is adversely affected and becomes really poor. Author: AS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/arch/arch-CICLADifort.fcm

    r1654 r1677  
    44%MAKE                make
    55%FPP_FLAGS           -P -traditional
    6 %FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW
     6%FPP_DEF             NC_DOUBLE
    77%BASE_FFLAGS         -real-size 64 -ip -mkl=parallel -fp-model precise -align common -mcmodel=large
    88%PROD_FFLAGS         -O2
     
    1212%OMP_FFLAGS         
    1313%BASE_LD             -mkl=parallel
    14 %MPI_LD              -L/usr/lib64/openmpi/1.4.3-ifort/lib -lmpi -lmkl_core -lfftw3
     14%MPI_LD              -L/usr/lib64/openmpi/1.4.3-ifort/lib -lmpi -lmkl_core
    1515%OMP_LD             
Note: See TracChangeset for help on using the changeset viewer.