File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ testdsecnd: dsecnd_$(TIMER).o dsecndtst.o
21
21
@echo " [INFO] : TIMER value: $( TIMER) (given by make.inc)"
22
22
$(FC ) $(FFLAGS ) $(LDFLAGS ) -o $@ $^
23
23
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
25
25
$(FC ) $(FFLAGS ) $(LDFLAGS ) -o $@ $^
26
26
27
27
testversion : ilaver.o LAPACK_version.o
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ PROGRAM TSTIEE
56
56
END IF
57
57
*
58
58
WRITE ( 6 , FMT = * )
59
- * ILAENV( 11 , ...) checks both infinity and NaN arithmetic
59
+ * ILAENV( 10 , ...) checks both infinity and NaN arithmetic
60
60
* infinity has already been checked so checking NaN now
61
61
WRITE ( 6 , FMT = * )
62
62
$ ' We are about to check whether NaN arithmetic'
You can’t perform that action at this time.
0 commit comments