Ignore:
Timestamp:
05/18/16 17:11:29 (8 years ago)
Author:
dumas
Message:

Deleting unused variables and move old sources

File:
1 edited

Legend:

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

    r64 r65  
    3939        IFORT= ifort 
    4040 
    41         ARITHMi    = -O2 -fp-model precise  -heap-arrays -traceback -mcmodel=medium -diag-disable warn #  -warn -traceback   -CB  -g  # options pour une meilleure arithmetique 
     41        ARITHMi    = -O2 -fp-model precise  -heap-arrays -traceback -mcmodel=medium #  -warn -traceback   -CB  -g  # options pour une meilleure arithmetique 
    4242                                                                      # (normalement reproductible) 
    4343    ifeq ($(debug), 1) 
    4444                ARITHM    = $(ARITHMi) -CB -g -traceback -warn all 
    4545        else 
    46                 ARITHM    = $(ARITHMi) 
     46                ARITHM    = $(ARITHMi) -diag-disable warn 
    4747        endif 
    4848                 
Note: See TracChangeset for help on using the changeset viewer.