Ignore:
Timestamp:
10/21/14 11:30:16 (10 years ago)
Author:
dumas
Message:

Ajout Makefile pour LSCE ifort et 1 fichier Restart Grice2sea

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Fichiers-parametres/Makefile.tof-lsce3130.inc

    r4 r5  
    3636IFORT= ifort 
    3737 
    38 ARITHM    = -O2 -fp-model precise  -heap-arrays # -traceback   -CB  -g  # options pour une meilleure arithmetique 
     38ARITHM    = -O2 -fp-model precise  -heap-arrays -traceback # -traceback   -CB  -g  # options pour une meilleure arithmetique 
    3939                                                                      # (normalement reproductible) 
    4040#ARITHM    =  -fp-model precise -warn all -CU -CA # options pour une meilleure arithmetique (normalement reproductible) 
     
    4343 
    4444 
    45 FT        = $(IFORT) $(ARITHM) -c  -fpe0  #-traceback   -CB  #-g #-pg  # -g # -pg -ipo !aurel : j'ai enleve -CB 
    46 LK        = $(IFORT) $(ARITHM)  -i_dynamic  -fpe0 # -traceback   -CB # -g  #-pg   #-g #  -pg 
    47 F_NETCDF  = $(IFORT) $(ARITHM) -c  -fpe0  -I$(NCDF_INC) # -traceback  -CB   #-g #-pg -ipo # -g 
    48 FT        = $(IFORT) $(ARITHM) -c  -fpe0  -I$(NCDF_INC) # -traceback  -CB  #-g #-pg -ipo # -g 
     45FT        = $(IFORT) $(ARITHM) -c    #-traceback   -CB  #-g #-pg  # -g # -pg -ipo !aurel : j'ai enleve -CB 
     46LK        = $(IFORT) $(ARITHM)  -i_dynamic  # -traceback   -CB # -g  #-pg   #-g #  -pg 
     47F_NETCDF  = $(IFORT) $(ARITHM) -c  -I$(NCDF_INC) # -traceback  -CB   #-g #-pg -ipo # -g 
     48FT        = $(IFORT) $(ARITHM) -c  -I$(NCDF_INC) # -traceback  -CB  #-g #-pg -ipo # -g 
    4949 
    5050 
Note: See TracChangeset for help on using the changeset viewer.