Revert " * Rename debug.h to debug-arpack.h to avoid collision (Closes #126)"
This reverts commit a48e17f7af.
This commit is contained in:
committed by
Sylvestre Ledru
parent
7a123870b2
commit
a4eaab6952
@@ -9,8 +9,6 @@ arpack-ng - 3.6.2
|
||||
|
||||
arpack-ng - 3.6.1
|
||||
|
||||
* Rename debug.h to debug-arpack.h to avoid collision (Closes #126)
|
||||
|
||||
[ Ruslan Kabatsayev ]
|
||||
* Fix a regression on i386 and other archs (Closes #123)
|
||||
|
||||
|
||||
+2
-2
@@ -166,7 +166,7 @@ if(ICB)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
install(FILES debug-arpack.h DESTINATION include/arpack)
|
||||
install(FILES debug.h DESTINATION include/arpack)
|
||||
if(ICB)
|
||||
install(FILES debug_c.h DESTINATION include/arpack)
|
||||
install(FILES debug_c.hpp DESTINATION include/arpack)
|
||||
@@ -447,7 +447,7 @@ set(CMAKE_CTEST_COMMAND ctest -V)
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/Tests)
|
||||
|
||||
add_executable(dnsimp_test TESTS/dnsimp.f TESTS/mmio.f TESTS/debug-arpack.h)
|
||||
add_executable(dnsimp_test TESTS/dnsimp.f TESTS/mmio.f TESTS/debug.h)
|
||||
set_target_properties( dnsimp_test PROPERTIES OUTPUT_NAME dnsimp )
|
||||
target_link_libraries(dnsimp_test arpack ${BLAS_LIBRARIES} ${LAPACK_LIBRARIES} ${EXTRA_LDLAGS})
|
||||
add_custom_command(TARGET dnsimp_test POST_BUILD
|
||||
|
||||
+3
-3
@@ -4,7 +4,7 @@
|
||||
The following statements may be used within the calling program to
|
||||
initiate and request this output.
|
||||
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
ndigit = -3
|
||||
logfil = 6
|
||||
msgets = 0
|
||||
@@ -63,13 +63,13 @@
|
||||
once some familiarity has been gained with the routines.
|
||||
|
||||
The include statement sets up the storage declarations that are
|
||||
solely associated with this trace debugging feature. "debug-arpack.h"
|
||||
solely associated with this trace debugging feature. "debug.h"
|
||||
has the following structure:
|
||||
|
||||
---------------------------------------------------------------------
|
||||
c
|
||||
c\SCCS Information: @(#)
|
||||
c FILE: debug-arpack.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c
|
||||
c %---------------------------------%
|
||||
c | See debug.doc for documentation |
|
||||
|
||||
@@ -5,7 +5,7 @@ SIMPLE = sssimp dssimp snsimp dnsimp cnsimp znsimp
|
||||
check_PROGRAMS = $(SIMPLE)
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
EXTRA_DIST = README debug-arpack.h
|
||||
EXTRA_DIST = README debug.h
|
||||
|
||||
sssimp_SOURCES = sssimp.f
|
||||
dssimp_SOURCES = dssimp.f
|
||||
|
||||
@@ -155,7 +155,7 @@ c | time spent in the various stages of computation |
|
||||
c | given by setting mcaupd = 1 |
|
||||
c %-------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
ndigit = -3
|
||||
logfil = 6
|
||||
mcaitr = 0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
c
|
||||
c\SCCS Information: @(#)
|
||||
c FILE: debug-arpack.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c
|
||||
c %---------------------------------%
|
||||
c | See debug.doc for documentation |
|
||||
@@ -169,7 +169,7 @@ c | time spent in the various stages of computation |
|
||||
c | given by setting mnaupd = 1. |
|
||||
c %-------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
ndigit = -3
|
||||
logfil = 6
|
||||
mnaitr = 0
|
||||
|
||||
@@ -162,7 +162,7 @@ c | time spent in the various stages of computation |
|
||||
c | given by setting msaupd = 1. |
|
||||
c %-------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
ndigit = -3
|
||||
logfil = 6
|
||||
msgets = 0
|
||||
|
||||
@@ -169,7 +169,7 @@ c | time spent in the various stages of computation |
|
||||
c | given by setting mnaupd = 1. |
|
||||
c %-------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
ndigit = -3
|
||||
logfil = 6
|
||||
mnaitr = 0
|
||||
|
||||
@@ -162,7 +162,7 @@ c | time spent in the various stages of computation |
|
||||
c | given by setting msaupd = 1. |
|
||||
c %-------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
ndigit = -3
|
||||
logfil = 6
|
||||
msgets = 0
|
||||
|
||||
@@ -155,7 +155,7 @@ c | time spent in the various stages of computation |
|
||||
c | given by setting mcaupd = 1 |
|
||||
c %-------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
ndigit = -3
|
||||
logfil = 6
|
||||
mcaitr = 0
|
||||
|
||||
@@ -5,7 +5,7 @@ SVD = ssvd dsvd
|
||||
check_PROGRAMS = $(SVD)
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
EXTRA_DIST = README debug-arpack.h
|
||||
EXTRA_DIST = README debug.h
|
||||
|
||||
ssvd_SOURCES = ssvd.f
|
||||
dsvd_SOURCES = dsvd.f
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
c
|
||||
c\SCCS Information: @(#)
|
||||
c FILE: debug-arpack.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c
|
||||
c %---------------------------------%
|
||||
c | See debug.doc for documentation |
|
||||
+1
-1
@@ -188,7 +188,7 @@ c | time spent in the various stages of computation |
|
||||
c | given by setting msaupd = 1. |
|
||||
c %-------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
ndigit = -3
|
||||
logfil = 6
|
||||
msgets = 0
|
||||
|
||||
+1
-1
@@ -188,7 +188,7 @@ c | time spent in the various stages of computation |
|
||||
c | given by setting msaupd = 1. |
|
||||
c %-------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
ndigit = -3
|
||||
logfil = 6
|
||||
msgets = 0
|
||||
|
||||
+2
-2
@@ -6,7 +6,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS =
|
||||
if MPI
|
||||
AM_DISTCHECK_CONFIGURE_FLAGS += --enable-mpi
|
||||
endif
|
||||
arpack_include_HEADERS = debug-arpack.h stat.h
|
||||
arpack_include_HEADERS = debug.h stat.h
|
||||
if ICB
|
||||
AM_DISTCHECK_CONFIGURE_FLAGS += --enable-icb
|
||||
arpack_include_HEADERS += debug_c.h debug_c.hpp
|
||||
@@ -21,7 +21,7 @@ SUBDIRS = UTIL SRC . TESTS EXAMPLES PARPACK
|
||||
|
||||
EXTRA_DIST = README.md PARPACK_CHANGES CHANGES DOCUMENTS VISUAL_STUDIO \
|
||||
detect_arpack_bug.m4 CMakeLists.txt arpack-ng-config.cmake.in arpack-ng-config-version.cmake.in \
|
||||
debug-arpack.h stat.h
|
||||
debug.h stat.h
|
||||
if ICB
|
||||
EXTRA_DIST += debug_c.h debug_c.hpp
|
||||
EXTRA_DIST += stat_c.h stat_c.hpp
|
||||
|
||||
@@ -11,7 +11,7 @@ NTEST = psntest1 pdntest1
|
||||
check_PROGRAMS = $(SNDRV) $(DNDRV) $(SSDRV) $(DSDRV) $(CNDRV) $(ZNDRV) $(NTEST)
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
EXTRA_DIST = debug-arpack.h stat.h
|
||||
EXTRA_DIST = debug.h stat.h
|
||||
|
||||
# Simple nonsymmetric problem using single precision
|
||||
psndrv1_SOURCES = psndrv1.f
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
c
|
||||
c\SCCS Information: @(#)
|
||||
c FILE: debug-arpack.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c
|
||||
c %---------------------------------%
|
||||
c | See debug.doc for documentation |
|
||||
@@ -56,7 +56,7 @@ c
|
||||
c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %-----------------%
|
||||
|
||||
@@ -56,7 +56,7 @@ c
|
||||
c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %-----------------%
|
||||
|
||||
@@ -55,7 +55,7 @@ c
|
||||
c\EndLib
|
||||
c--------------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %-----------------%
|
||||
|
||||
@@ -41,7 +41,7 @@ c
|
||||
c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %-----------------%
|
||||
|
||||
@@ -53,7 +53,7 @@ c\EndLib
|
||||
c
|
||||
c-----------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %-----------------%
|
||||
|
||||
@@ -56,7 +56,7 @@ c
|
||||
c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %-----------------%
|
||||
|
||||
@@ -55,7 +55,7 @@ c
|
||||
c\EndLib
|
||||
c--------------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %-----------------%
|
||||
|
||||
@@ -41,7 +41,7 @@ c
|
||||
c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %-----------------%
|
||||
|
||||
@@ -53,7 +53,7 @@ c\EndLib
|
||||
c
|
||||
c-----------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %-----------------%
|
||||
|
||||
@@ -56,7 +56,7 @@ c
|
||||
c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %-----------------%
|
||||
|
||||
@@ -12,7 +12,7 @@ check_PROGRAMS = $(SNDRV) $(DNDRV) $(SSDRV) $(DSDRV) $(CNDRV) $(ZNDRV)
|
||||
# Disable tests for now. Needs to be run using mpirun
|
||||
#TESTS = $(check_PROGRAMS)
|
||||
|
||||
EXTRA_DIST = debug-arpack.h stat.h
|
||||
EXTRA_DIST = debug.h stat.h
|
||||
|
||||
# Simple nonsymmetric problem using single precision
|
||||
psndrv1_SOURCES = psndrv1.f
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
c
|
||||
c\SCCS Information: @(#)
|
||||
c FILE: debug-arpack.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c
|
||||
c %---------------------------------%
|
||||
c | See debug.doc for documentation |
|
||||
@@ -57,7 +57,7 @@ c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'mpif.h'
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %---------------%
|
||||
|
||||
@@ -57,7 +57,7 @@ c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'mpif.h'
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %---------------%
|
||||
|
||||
@@ -56,7 +56,7 @@ c\EndLib
|
||||
c--------------------------------------------------------------------------
|
||||
c
|
||||
include 'mpif.h'
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %---------------%
|
||||
|
||||
@@ -54,7 +54,7 @@ c
|
||||
c-----------------------------------------------------------------------
|
||||
c
|
||||
include 'mpif.h'
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %---------------%
|
||||
|
||||
@@ -57,7 +57,7 @@ c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'mpif.h'
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %---------------%
|
||||
|
||||
@@ -56,7 +56,7 @@ c\EndLib
|
||||
c--------------------------------------------------------------------------
|
||||
c
|
||||
include 'mpif.h'
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %---------------%
|
||||
|
||||
@@ -54,7 +54,7 @@ c
|
||||
c-----------------------------------------------------------------------
|
||||
c
|
||||
include 'mpif.h'
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
|
||||
c %---------------%
|
||||
|
||||
@@ -57,7 +57,7 @@ c\EndLib
|
||||
c---------------------------------------------------------------------------
|
||||
c
|
||||
include 'mpif.h'
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %---------------%
|
||||
|
||||
@@ -12,7 +12,7 @@ CSRC = pcnaitr.f pcnapps.f pcnaup2.f pcnaupd.f pcneigh.f pcneupd.f pcngets.f \
|
||||
ZSRC = pznaitr.f pznapps.f pznaup2.f pznaupd.f pzneigh.f pzneupd.f pzngets.f \
|
||||
pzgetv0.f pzlarnv.f pdznorm2.f
|
||||
|
||||
EXTRA_DIST = debug-arpack.h stat.h
|
||||
EXTRA_DIST = debug.h stat.h
|
||||
|
||||
lib_LTLIBRARIES = libparpack@LIBSUFFIX@.la
|
||||
libparpack@LIBSUFFIX@_la_SOURCES = $(SSRC) $(DSRC) $(CSRC) $(ZSRC)
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
c
|
||||
c\SCCS Information: @(#)
|
||||
c FILE: debug-arpack.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c
|
||||
c %---------------------------------%
|
||||
c | See debug.doc for documentation |
|
||||
c %---------------------------------%
|
||||
integer logfil, ndigit, mgetv0,
|
||||
& msaupd, msaup2, msaitr, mseigt, msapps, msgets, mseupd,
|
||||
& mnaupd, mnaup2, mnaitr, mneigh, mnapps, mngets, mneupd,
|
||||
& mcaupd, mcaup2, mcaitr, mceigh, mcapps, mcgets, mceupd
|
||||
common /debug/
|
||||
& logfil, ndigit, mgetv0,
|
||||
& msaupd, msaup2, msaitr, mseigt, msapps, msgets, mseupd,
|
||||
& mnaupd, mnaup2, mnaitr, mneigh, mnapps, mngets, mneupd,
|
||||
& mcaupd, mcaup2, mcaitr, mceigh, mcapps, mcgets, mceupd
|
||||
@@ -0,0 +1,16 @@
|
||||
c
|
||||
c\SCCS Information: @(#)
|
||||
c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c
|
||||
c %---------------------------------%
|
||||
c | See debug.doc for documentation |
|
||||
c %---------------------------------%
|
||||
integer logfil, ndigit, mgetv0,
|
||||
& msaupd, msaup2, msaitr, mseigt, msapps, msgets, mseupd,
|
||||
& mnaupd, mnaup2, mnaitr, mneigh, mnapps, mngets, mneupd,
|
||||
& mcaupd, mcaup2, mcaitr, mceigh, mcapps, mcgets, mceupd
|
||||
common /debug/
|
||||
& logfil, ndigit, mgetv0,
|
||||
& msaupd, msaup2, msaitr, mseigt, msapps, msgets, mseupd,
|
||||
& mnaupd, mnaup2, mnaitr, mneigh, mnapps, mngets, mneupd,
|
||||
& mcaupd, mcaup2, mcaitr, mceigh, mcapps, mcgets, mceupd
|
||||
@@ -140,7 +140,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -235,7 +235,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -155,7 +155,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -182,7 +182,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -401,7 +401,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -120,7 +120,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -271,7 +271,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -107,7 +107,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -144,7 +144,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -231,7 +231,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -157,7 +157,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -193,7 +193,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -425,7 +425,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -117,7 +117,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -324,7 +324,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -113,7 +113,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -226,7 +226,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -146,7 +146,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -201,7 +201,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -429,7 +429,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -105,7 +105,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -238,7 +238,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -110,7 +110,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -144,7 +144,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -231,7 +231,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -157,7 +157,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -193,7 +193,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -425,7 +425,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -117,7 +117,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -324,7 +324,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -113,7 +113,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -226,7 +226,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -146,7 +146,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -201,7 +201,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -429,7 +429,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -105,7 +105,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -238,7 +238,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -110,7 +110,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -140,7 +140,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -235,7 +235,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -155,7 +155,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -182,7 +182,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -401,7 +401,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -120,7 +120,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -271,7 +271,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -107,7 +107,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -26,7 +26,7 @@ CSRC += icbpcn.f90
|
||||
ZSRC += icbpzn.f90
|
||||
endif
|
||||
|
||||
EXTRA_DIST = debug-arpack.h stat.h pcontext.h
|
||||
EXTRA_DIST = debug.h stat.h pcontext.h
|
||||
|
||||
noinst_LTLIBRARIES = libparpack@LIBSUFFIX@_noopt.la
|
||||
libparpack@LIBSUFFIX@_noopt_la_SOURCES = pslamch10.f pdlamch10.f
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
c
|
||||
c\SCCS Information: @(#)
|
||||
c FILE: debug-arpack.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c
|
||||
c %---------------------------------%
|
||||
c | See debug.doc for documentation |
|
||||
c %---------------------------------%
|
||||
integer logfil, ndigit, mgetv0,
|
||||
& msaupd, msaup2, msaitr, mseigt, msapps, msgets, mseupd,
|
||||
& mnaupd, mnaup2, mnaitr, mneigh, mnapps, mngets, mneupd,
|
||||
& mcaupd, mcaup2, mcaitr, mceigh, mcapps, mcgets, mceupd
|
||||
common /debug/
|
||||
& logfil, ndigit, mgetv0,
|
||||
& msaupd, msaup2, msaitr, mseigt, msapps, msgets, mseupd,
|
||||
& mnaupd, mnaup2, mnaitr, mneigh, mnapps, mngets, mneupd,
|
||||
& mcaupd, mcaup2, mcaitr, mceigh, mcapps, mcgets, mceupd
|
||||
@@ -0,0 +1,16 @@
|
||||
c
|
||||
c\SCCS Information: @(#)
|
||||
c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
|
||||
c
|
||||
c %---------------------------------%
|
||||
c | See debug.doc for documentation |
|
||||
c %---------------------------------%
|
||||
integer logfil, ndigit, mgetv0,
|
||||
& msaupd, msaup2, msaitr, mseigt, msapps, msgets, mseupd,
|
||||
& mnaupd, mnaup2, mnaitr, mneigh, mnapps, mngets, mneupd,
|
||||
& mcaupd, mcaup2, mcaitr, mceigh, mcapps, mcgets, mceupd
|
||||
common /debug/
|
||||
& logfil, ndigit, mgetv0,
|
||||
& msaupd, msaup2, msaitr, mseigt, msapps, msgets, mseupd,
|
||||
& mnaupd, mnaup2, mnaitr, mneigh, mnapps, mngets, mneupd,
|
||||
& mcaupd, mcaup2, mcaitr, mceigh, mcapps, mcgets, mceupd
|
||||
@@ -140,7 +140,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -236,7 +236,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -156,7 +156,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -182,7 +182,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -402,7 +402,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -120,7 +120,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -271,7 +271,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -107,7 +107,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -144,7 +144,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
@@ -232,7 +232,7 @@ c %----------------------------------------------------%
|
||||
c | Include files for debugging and timing information |
|
||||
c %----------------------------------------------------%
|
||||
c
|
||||
include 'debug-arpack.h'
|
||||
include 'debug.h'
|
||||
include 'stat.h'
|
||||
c
|
||||
c %------------------%
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user