Convert ?chkaa to use dynamic allocation for the larger arrays
This commit is contained in:
@@ -6,7 +6,7 @@ set(SCLNTST slaord.f)
|
||||
|
||||
set(DZLNTST dlaord.f)
|
||||
|
||||
set(SLINTST schkaa.f
|
||||
set(SLINTST schkaa.F
|
||||
schkeq.f schkgb.f schkge.f schkgt.f
|
||||
schklq.f schkpb.f schkpo.f schkps.f schkpp.f
|
||||
schkpt.f schkq3.f schkql.f schkqr.f schkrq.f
|
||||
@@ -51,7 +51,7 @@ else()
|
||||
serrvx.f serrge.f serrsy.f serrpo.f)
|
||||
endif()
|
||||
|
||||
set(CLINTST cchkaa.f
|
||||
set(CLINTST cchkaa.F
|
||||
cchkeq.f cchkgb.f cchkge.f cchkgt.f
|
||||
cchkhe.f cchkhe_rook.f cchkhe_rk.f
|
||||
cchkhe_aa.f cchkhe_aa_2stage.f
|
||||
@@ -107,7 +107,7 @@ else()
|
||||
cerrvx.f cerrge.f cerrhe.f cerrsy.f cerrpo.f)
|
||||
endif()
|
||||
|
||||
set(DLINTST dchkaa.f
|
||||
set(DLINTST dchkaa.F
|
||||
dchkeq.f dchkgb.f dchkge.f dchkgt.f
|
||||
dchklq.f dchkpb.f dchkpo.f dchkps.f dchkpp.f
|
||||
dchkpt.f dchkq3.f dchkql.f dchkqr.f dchkrq.f
|
||||
@@ -153,7 +153,7 @@ else()
|
||||
derrvx.f derrge.f derrsy.f derrpo.f)
|
||||
endif()
|
||||
|
||||
set(ZLINTST zchkaa.f
|
||||
set(ZLINTST zchkaa.F
|
||||
zchkeq.f zchkgb.f zchkge.f zchkgt.f
|
||||
zchkhe.f zchkhe_rook.f zchkhe_rk.f
|
||||
zchkhe_aa.f zchkhe_aa_2stage.f
|
||||
|
||||
@@ -317,13 +317,13 @@ cleanobj:
|
||||
cleanexe:
|
||||
rm -f xlintst*
|
||||
|
||||
schkaa.o: schkaa.f
|
||||
schkaa.o: schkaa.F
|
||||
$(FC) $(FFLAGS_DRV) -c -o $@ $<
|
||||
dchkaa.o: dchkaa.f
|
||||
dchkaa.o: dchkaa.F
|
||||
$(FC) $(FFLAGS_DRV) -c -o $@ $<
|
||||
cchkaa.o: cchkaa.f
|
||||
cchkaa.o: cchkaa.F
|
||||
$(FC) $(FFLAGS_DRV) -c -o $@ $<
|
||||
zchkaa.o: zchkaa.f
|
||||
zchkaa.o: zchkaa.F
|
||||
$(FC) $(FFLAGS_DRV) -c -o $@ $<
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
1237
lapack-netlib/TESTING/LIN/cchkaa.F
Normal file
1237
lapack-netlib/TESTING/LIN/cchkaa.F
Normal file
File diff suppressed because it is too large
Load Diff
1080
lapack-netlib/TESTING/LIN/dchkaa.F
Normal file
1080
lapack-netlib/TESTING/LIN/dchkaa.F
Normal file
File diff suppressed because it is too large
Load Diff
1074
lapack-netlib/TESTING/LIN/schkaa.F
Normal file
1074
lapack-netlib/TESTING/LIN/schkaa.F
Normal file
File diff suppressed because it is too large
Load Diff
1271
lapack-netlib/TESTING/LIN/zchkaa.F
Normal file
1271
lapack-netlib/TESTING/LIN/zchkaa.F
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user