Changeset 104 for trunk/arch


Ignore:
Timestamp:
Mar 25, 2011, 4:58:38 PM (14 years ago)
Author:
slebonnois
Message:

SLebonnois: modification de makelmdz et create_make_gcm pour pouvoir
compiler la chimie titan. Pas de raison que ca gene les autres.
Dans cette version, les compilations de Venus et Titan fonctionnent.

Phytitan: modifications pour pouvoir compiler correctement.
Il ne manque plus que physiq.F a faire.

Location:
trunk/arch
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/arch/arch-GNOME.fcm

    r59 r104  
    99%DEV_FFLAGS          -O2
    1010%DEBUG_FFLAGS        -O2
     11%C_COMPILER          gcc
     12%C_OPTIM             -O3
    1113%MPI_FFLAGS          -I/opt/intel/impi/3.2.1.009/include64
    1214%OMP_FFLAGS         
  • trunk/arch/arch-SX8_BRODIE.fcm

    r1 r104  
    99%DEV_FFLAGS          -C vsafe -gv -Wf,-init stack=nan,-init heap=nan
    1010%DEBUG_FFLAGS        -C debug -eR -Wf,-init stack=nan,-init heap=nan
     11%C_COMPILER          sxcc
     12%C_OPTIM             -O
    1113%MPI_FFLAGS
    1214%OMP_FFLAGS          -P openmp
  • trunk/arch/arch-g95.fcm

    r1 r104  
    99%DEV_FFLAGS          -O
    1010%DEBUG_FFLAGS        -fbounds-check -freal=nan -ftrace=full -g -O0 -Wall
     11%C_COMPILER          gcc
     12%C_OPTIM             -O3
    1113%MPI_FFLAGS
    1214%OMP_FFLAGS         
  • trunk/arch/arch-linux-64bit.fcm

    r37 r104  
    99%DEV_FFLAGS          -g -O1
    1010%DEBUG_FFLAGS        -g -O0 -Kieee -Ktrap=fp -Mbounds
     11%C_COMPILER          gcc
     12%C_OPTIM             -O3
    1113%MPI_FFLAGS
    1214%OMP_FFLAGS         
Note: See TracChangeset for help on using the changeset viewer.