new compiler is more sensitive, needed to disable complaints in case of DEBUG=ON

This commit is contained in:
Martin Diehl 2014-04-11 08:00:20 +00:00
parent 3f5d92b9a4
commit eca211588e
1 changed files with 2 additions and 0 deletions

View File

@ -465,6 +465,8 @@ prec.o: prec.f90
else else
DAMASK_spectral_interface.o: DAMASK_spectral_interface.f90 \ DAMASK_spectral_interface.o: DAMASK_spectral_interface.f90 \
prec.o prec.o
$(PREFIX) $(COMPILERNAME) $(COMPILE) -c -diag-remark 7410 -stand none -warn nostderrors DAMASK_spectral_interface.f90 $(SUFFIX)
# -diag-disable 7410 should disable warning about directory statement in inquire function, but does not work. hence the other 2 statements
prec.o: prec.f90 prec.o: prec.f90
$(PREFIX) $(COMPILERNAME) $(COMPILE) -c prec.f90 $(SUFFIX) $(PREFIX) $(COMPILERNAME) $(COMPILE) -c prec.f90 $(SUFFIX)
endif endif