Révision 2 src/Makefile

Makefile (revision 2)
5 5
# You might also have to edit the location of
6 6
# some libraries (like mkl for ifort)
7 7

  
8
Machine=gfortran
8
Machine=arqg
9 9

  
10 10
###########################################
11 11
#                                         #
......
135 135
ifeq ($(Machine),arqP)
136 136
# Flags for arq Ifort
137 137
COMP=ifort
138
F90=${COMP}   -g -check bounds  -check format -check uninit  -traceback
139
#F90=${COMP}   -g -check all  -traceback
138
#F90=${COMP}   -g -check bounds  -check format -check uninit  -traceback
139
F90=${COMP}   -g -check all  -traceback
140 140
F77=${F90}
141 141
#F90=${COMP}  
142 142
LINK=${COMP} -lguide -lpthread   -L/usr/lib/ \
......
148 148

  
149 149
ifeq ($(Machine),arqg)
150 150
# Flags for arq GFortran
151
COMP=gfortran -fbacktrace -fbounds-check -Wall
151
COMP=gfortran -g -fbacktrace -fbounds-check -Wall -Wextra
152 152
F90=${COMP}  
153 153
F77=${F90}
154 154
#F90=${COMP}  

Formats disponibles : Unified diff