File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ testdsecnd: dsecnd_$(TIMER).o dsecndtst.o
2121 @echo " [INFO] : TIMER value: $( TIMER) (given by make.inc)"
2222 $(FC ) $(FFLAGS ) $(LDFLAGS ) -o $@ $^
2323
24- testieee : tstiee.o .. /SRC/ieeeck.f .. /SRC/ilaenv.f .. /SRC/iparmq.f
24+ testieee : tstiee.o $( TOPSRCDIR ) /SRC/ieeeck.o $( TOPSRCDIR ) /SRC/ilaenv.o $( TOPSRCDIR ) /SRC/iparmq.o
2525 $(FC ) $(FFLAGS ) $(LDFLAGS ) -o $@ $^
2626
2727testversion : ilaver.o LAPACK_version.o
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ PROGRAM TSTIEE
5656 END IF
5757*
5858 WRITE ( 6 , FMT = * )
59- * ILAENV( 11 , ...) checks both infinity and NaN arithmetic
59+ * ILAENV( 10 , ...) checks both infinity and NaN arithmetic
6060* infinity has already been checked so checking NaN now
6161 WRITE ( 6 , FMT = * )
6262 $ ' We are about to check whether NaN arithmetic'
You can’t perform that action at this time.
0 commit comments