new compiler is more sensitive, needed to disable complaints in case of DEBUG=ON
This commit is contained in:
parent
3f5d92b9a4
commit
eca211588e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue