diff --git a/CHANGES b/CHANGES index b5f982b..372cf9f 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1bef9f..daf69a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/DOCUMENTS/debug.doc b/DOCUMENTS/debug.doc index fc45b3c..69075e1 100644 --- a/DOCUMENTS/debug.doc +++ b/DOCUMENTS/debug.doc @@ -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 | diff --git a/EXAMPLES/SIMPLE/Makefile.am b/EXAMPLES/SIMPLE/Makefile.am index 998c6c1..a676d0d 100644 --- a/EXAMPLES/SIMPLE/Makefile.am +++ b/EXAMPLES/SIMPLE/Makefile.am @@ -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 diff --git a/EXAMPLES/SIMPLE/cnsimp.f b/EXAMPLES/SIMPLE/cnsimp.f index 28a9df3..d2ae311 100644 --- a/EXAMPLES/SIMPLE/cnsimp.f +++ b/EXAMPLES/SIMPLE/cnsimp.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 diff --git a/EXAMPLES/SIMPLE/debug-arpack.h b/EXAMPLES/SIMPLE/debug.h similarity index 90% rename from EXAMPLES/SIMPLE/debug-arpack.h rename to EXAMPLES/SIMPLE/debug.h index 5aaf65c..5eb0bb1 100644 --- a/EXAMPLES/SIMPLE/debug-arpack.h +++ b/EXAMPLES/SIMPLE/debug.h @@ -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 | diff --git a/EXAMPLES/SIMPLE/dnsimp.f b/EXAMPLES/SIMPLE/dnsimp.f index f97d7c9..1079573 100644 --- a/EXAMPLES/SIMPLE/dnsimp.f +++ b/EXAMPLES/SIMPLE/dnsimp.f @@ -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 diff --git a/EXAMPLES/SIMPLE/dssimp.f b/EXAMPLES/SIMPLE/dssimp.f index 690afbd..baaaa45 100644 --- a/EXAMPLES/SIMPLE/dssimp.f +++ b/EXAMPLES/SIMPLE/dssimp.f @@ -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 diff --git a/EXAMPLES/SIMPLE/snsimp.f b/EXAMPLES/SIMPLE/snsimp.f index 157428f..2f7e218 100644 --- a/EXAMPLES/SIMPLE/snsimp.f +++ b/EXAMPLES/SIMPLE/snsimp.f @@ -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 diff --git a/EXAMPLES/SIMPLE/sssimp.f b/EXAMPLES/SIMPLE/sssimp.f index 0841df2..eabb9cc 100644 --- a/EXAMPLES/SIMPLE/sssimp.f +++ b/EXAMPLES/SIMPLE/sssimp.f @@ -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 diff --git a/EXAMPLES/SIMPLE/znsimp.f b/EXAMPLES/SIMPLE/znsimp.f index 0580c48..142db63 100644 --- a/EXAMPLES/SIMPLE/znsimp.f +++ b/EXAMPLES/SIMPLE/znsimp.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 diff --git a/EXAMPLES/SVD/Makefile.am b/EXAMPLES/SVD/Makefile.am index b764da7..d4e1836 100644 --- a/EXAMPLES/SVD/Makefile.am +++ b/EXAMPLES/SVD/Makefile.am @@ -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 diff --git a/EXAMPLES/SVD/debug-arpack.h b/EXAMPLES/SVD/debug.h similarity index 90% rename from EXAMPLES/SVD/debug-arpack.h rename to EXAMPLES/SVD/debug.h index 5aaf65c..5eb0bb1 100644 --- a/EXAMPLES/SVD/debug-arpack.h +++ b/EXAMPLES/SVD/debug.h @@ -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 | diff --git a/EXAMPLES/SVD/dsvd.f b/EXAMPLES/SVD/dsvd.f index daf79d0..050126f 100644 --- a/EXAMPLES/SVD/dsvd.f +++ b/EXAMPLES/SVD/dsvd.f @@ -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 diff --git a/EXAMPLES/SVD/ssvd.f b/EXAMPLES/SVD/ssvd.f index 4edb988..483fac5 100644 --- a/EXAMPLES/SVD/ssvd.f +++ b/EXAMPLES/SVD/ssvd.f @@ -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 diff --git a/Makefile.am b/Makefile.am index 4a02c2d..88771aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/PARPACK/EXAMPLES/BLACS/Makefile.am b/PARPACK/EXAMPLES/BLACS/Makefile.am index a3573e6..b04ff6d 100644 --- a/PARPACK/EXAMPLES/BLACS/Makefile.am +++ b/PARPACK/EXAMPLES/BLACS/Makefile.am @@ -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 diff --git a/PARPACK/EXAMPLES/BLACS/debug-arpack.h b/PARPACK/EXAMPLES/BLACS/debug.h similarity index 90% rename from PARPACK/EXAMPLES/BLACS/debug-arpack.h rename to PARPACK/EXAMPLES/BLACS/debug.h index 5aaf65c..5eb0bb1 100644 --- a/PARPACK/EXAMPLES/BLACS/debug-arpack.h +++ b/PARPACK/EXAMPLES/BLACS/debug.h @@ -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 | diff --git a/PARPACK/EXAMPLES/BLACS/pcndrv1.f b/PARPACK/EXAMPLES/BLACS/pcndrv1.f index f90365d..90427eb 100644 --- a/PARPACK/EXAMPLES/BLACS/pcndrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pcndrv1.f @@ -56,7 +56,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pdndrv1.f b/PARPACK/EXAMPLES/BLACS/pdndrv1.f index 450caf0..d3daa5e 100644 --- a/PARPACK/EXAMPLES/BLACS/pdndrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pdndrv1.f @@ -56,7 +56,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pdndrv3.f b/PARPACK/EXAMPLES/BLACS/pdndrv3.f index f1dc03f..b5202b9 100644 --- a/PARPACK/EXAMPLES/BLACS/pdndrv3.f +++ b/PARPACK/EXAMPLES/BLACS/pdndrv3.f @@ -55,7 +55,7 @@ c c\EndLib c-------------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pdntest1.f b/PARPACK/EXAMPLES/BLACS/pdntest1.f index 56e811a..c0cd48d 100644 --- a/PARPACK/EXAMPLES/BLACS/pdntest1.f +++ b/PARPACK/EXAMPLES/BLACS/pdntest1.f @@ -41,7 +41,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pdsdrv1.f b/PARPACK/EXAMPLES/BLACS/pdsdrv1.f index d05b72a..8581d03 100644 --- a/PARPACK/EXAMPLES/BLACS/pdsdrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pdsdrv1.f @@ -53,7 +53,7 @@ c\EndLib c c----------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/psndrv1.f b/PARPACK/EXAMPLES/BLACS/psndrv1.f index ae54859..1ad7df0 100644 --- a/PARPACK/EXAMPLES/BLACS/psndrv1.f +++ b/PARPACK/EXAMPLES/BLACS/psndrv1.f @@ -56,7 +56,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/psndrv3.f b/PARPACK/EXAMPLES/BLACS/psndrv3.f index cd9fbd9..10b9dc5 100644 --- a/PARPACK/EXAMPLES/BLACS/psndrv3.f +++ b/PARPACK/EXAMPLES/BLACS/psndrv3.f @@ -55,7 +55,7 @@ c c\EndLib c-------------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/psntest1.f b/PARPACK/EXAMPLES/BLACS/psntest1.f index 6d6481a..5b1356a 100644 --- a/PARPACK/EXAMPLES/BLACS/psntest1.f +++ b/PARPACK/EXAMPLES/BLACS/psntest1.f @@ -41,7 +41,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pssdrv1.f b/PARPACK/EXAMPLES/BLACS/pssdrv1.f index 38850eb..fc4952c 100644 --- a/PARPACK/EXAMPLES/BLACS/pssdrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pssdrv1.f @@ -53,7 +53,7 @@ c\EndLib c c----------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pzndrv1.f b/PARPACK/EXAMPLES/BLACS/pzndrv1.f index e6ca42e..7559b19 100644 --- a/PARPACK/EXAMPLES/BLACS/pzndrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pzndrv1.f @@ -56,7 +56,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %-----------------% diff --git a/PARPACK/EXAMPLES/MPI/Makefile.am b/PARPACK/EXAMPLES/MPI/Makefile.am index 67eba16..d639a99 100644 --- a/PARPACK/EXAMPLES/MPI/Makefile.am +++ b/PARPACK/EXAMPLES/MPI/Makefile.am @@ -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 diff --git a/PARPACK/EXAMPLES/MPI/debug-arpack.h b/PARPACK/EXAMPLES/MPI/debug.h similarity index 90% rename from PARPACK/EXAMPLES/MPI/debug-arpack.h rename to PARPACK/EXAMPLES/MPI/debug.h index 5aaf65c..5eb0bb1 100644 --- a/PARPACK/EXAMPLES/MPI/debug-arpack.h +++ b/PARPACK/EXAMPLES/MPI/debug.h @@ -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 | diff --git a/PARPACK/EXAMPLES/MPI/pcndrv1.f b/PARPACK/EXAMPLES/MPI/pcndrv1.f index ad4b8f3..7181da2 100644 --- a/PARPACK/EXAMPLES/MPI/pcndrv1.f +++ b/PARPACK/EXAMPLES/MPI/pcndrv1.f @@ -57,7 +57,7 @@ c\EndLib c--------------------------------------------------------------------------- c include 'mpif.h' - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pdndrv1.f b/PARPACK/EXAMPLES/MPI/pdndrv1.f index 2434fbb..02860b6 100644 --- a/PARPACK/EXAMPLES/MPI/pdndrv1.f +++ b/PARPACK/EXAMPLES/MPI/pdndrv1.f @@ -57,7 +57,7 @@ c\EndLib c--------------------------------------------------------------------------- c include 'mpif.h' - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pdndrv3.f b/PARPACK/EXAMPLES/MPI/pdndrv3.f index 7259271..eff97ca 100644 --- a/PARPACK/EXAMPLES/MPI/pdndrv3.f +++ b/PARPACK/EXAMPLES/MPI/pdndrv3.f @@ -56,7 +56,7 @@ c\EndLib c-------------------------------------------------------------------------- c include 'mpif.h' - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pdsdrv1.f b/PARPACK/EXAMPLES/MPI/pdsdrv1.f index 88bea7c..6f5212d 100644 --- a/PARPACK/EXAMPLES/MPI/pdsdrv1.f +++ b/PARPACK/EXAMPLES/MPI/pdsdrv1.f @@ -54,7 +54,7 @@ c c----------------------------------------------------------------------- c include 'mpif.h' - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/psndrv1.f b/PARPACK/EXAMPLES/MPI/psndrv1.f index acf2bf6..e8ff8bf 100644 --- a/PARPACK/EXAMPLES/MPI/psndrv1.f +++ b/PARPACK/EXAMPLES/MPI/psndrv1.f @@ -57,7 +57,7 @@ c\EndLib c--------------------------------------------------------------------------- c include 'mpif.h' - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/psndrv3.f b/PARPACK/EXAMPLES/MPI/psndrv3.f index abb6b66..afebf75 100644 --- a/PARPACK/EXAMPLES/MPI/psndrv3.f +++ b/PARPACK/EXAMPLES/MPI/psndrv3.f @@ -56,7 +56,7 @@ c\EndLib c-------------------------------------------------------------------------- c include 'mpif.h' - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pssdrv1.f b/PARPACK/EXAMPLES/MPI/pssdrv1.f index 2b6a902..931296d 100644 --- a/PARPACK/EXAMPLES/MPI/pssdrv1.f +++ b/PARPACK/EXAMPLES/MPI/pssdrv1.f @@ -54,7 +54,7 @@ c c----------------------------------------------------------------------- c include 'mpif.h' - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pzndrv1.f b/PARPACK/EXAMPLES/MPI/pzndrv1.f index b813151..9007255 100644 --- a/PARPACK/EXAMPLES/MPI/pzndrv1.f +++ b/PARPACK/EXAMPLES/MPI/pzndrv1.f @@ -57,7 +57,7 @@ c\EndLib c--------------------------------------------------------------------------- c include 'mpif.h' - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %---------------% diff --git a/PARPACK/SRC/BLACS/Makefile.am b/PARPACK/SRC/BLACS/Makefile.am index 333f39e..1238b31 100644 --- a/PARPACK/SRC/BLACS/Makefile.am +++ b/PARPACK/SRC/BLACS/Makefile.am @@ -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) diff --git a/PARPACK/SRC/BLACS/debug-arpack.h b/PARPACK/SRC/BLACS/debug-arpack.h deleted file mode 100644 index 5aaf65c..0000000 --- a/PARPACK/SRC/BLACS/debug-arpack.h +++ /dev/null @@ -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 diff --git a/PARPACK/SRC/BLACS/debug.h b/PARPACK/SRC/BLACS/debug.h new file mode 100644 index 0000000..5eb0bb1 --- /dev/null +++ b/PARPACK/SRC/BLACS/debug.h @@ -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 diff --git a/PARPACK/SRC/BLACS/pcgetv0.f b/PARPACK/SRC/BLACS/pcgetv0.f index f9aa424..0325fda 100644 --- a/PARPACK/SRC/BLACS/pcgetv0.f +++ b/PARPACK/SRC/BLACS/pcgetv0.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pcnaitr.f b/PARPACK/SRC/BLACS/pcnaitr.f index 04f0bf0..a9f17ed 100644 --- a/PARPACK/SRC/BLACS/pcnaitr.f +++ b/PARPACK/SRC/BLACS/pcnaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pcnapps.f b/PARPACK/SRC/BLACS/pcnapps.f index 335d6bb..47fb7e7 100644 --- a/PARPACK/SRC/BLACS/pcnapps.f +++ b/PARPACK/SRC/BLACS/pcnapps.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pcnaup2.f b/PARPACK/SRC/BLACS/pcnaup2.f index db94229..5586806 100644 --- a/PARPACK/SRC/BLACS/pcnaup2.f +++ b/PARPACK/SRC/BLACS/pcnaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pcnaupd.f b/PARPACK/SRC/BLACS/pcnaupd.f index 60bdefd..b350199 100644 --- a/PARPACK/SRC/BLACS/pcnaupd.f +++ b/PARPACK/SRC/BLACS/pcnaupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pcneigh.f b/PARPACK/SRC/BLACS/pcneigh.f index d3c665b..cfb4cb2 100644 --- a/PARPACK/SRC/BLACS/pcneigh.f +++ b/PARPACK/SRC/BLACS/pcneigh.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pcneupd.f b/PARPACK/SRC/BLACS/pcneupd.f index dac2d93..53cf2d2 100644 --- a/PARPACK/SRC/BLACS/pcneupd.f +++ b/PARPACK/SRC/BLACS/pcneupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pcngets.f b/PARPACK/SRC/BLACS/pcngets.f index 0c225fb..f9cca35 100644 --- a/PARPACK/SRC/BLACS/pcngets.f +++ b/PARPACK/SRC/BLACS/pcngets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdgetv0.f b/PARPACK/SRC/BLACS/pdgetv0.f index 8aa0142..9c3a1d9 100644 --- a/PARPACK/SRC/BLACS/pdgetv0.f +++ b/PARPACK/SRC/BLACS/pdgetv0.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdnaitr.f b/PARPACK/SRC/BLACS/pdnaitr.f index bec6761..f655756 100644 --- a/PARPACK/SRC/BLACS/pdnaitr.f +++ b/PARPACK/SRC/BLACS/pdnaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdnapps.f b/PARPACK/SRC/BLACS/pdnapps.f index 1240d67..56e3414 100644 --- a/PARPACK/SRC/BLACS/pdnapps.f +++ b/PARPACK/SRC/BLACS/pdnapps.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdnaup2.f b/PARPACK/SRC/BLACS/pdnaup2.f index a532dda..becea72 100644 --- a/PARPACK/SRC/BLACS/pdnaup2.f +++ b/PARPACK/SRC/BLACS/pdnaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdnaupd.f b/PARPACK/SRC/BLACS/pdnaupd.f index 1668d42..d947755 100644 --- a/PARPACK/SRC/BLACS/pdnaupd.f +++ b/PARPACK/SRC/BLACS/pdnaupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdneigh.f b/PARPACK/SRC/BLACS/pdneigh.f index 97dbc9a..3e3ae0f 100644 --- a/PARPACK/SRC/BLACS/pdneigh.f +++ b/PARPACK/SRC/BLACS/pdneigh.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdneupd.f b/PARPACK/SRC/BLACS/pdneupd.f index da0158a..0ff911f 100644 --- a/PARPACK/SRC/BLACS/pdneupd.f +++ b/PARPACK/SRC/BLACS/pdneupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdngets.f b/PARPACK/SRC/BLACS/pdngets.f index 744daa3..71ed6a7 100644 --- a/PARPACK/SRC/BLACS/pdngets.f +++ b/PARPACK/SRC/BLACS/pdngets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdsaitr.f b/PARPACK/SRC/BLACS/pdsaitr.f index a4fa7c2..37ca61e 100644 --- a/PARPACK/SRC/BLACS/pdsaitr.f +++ b/PARPACK/SRC/BLACS/pdsaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdsapps.f b/PARPACK/SRC/BLACS/pdsapps.f index 8ef1e0f..b3a05cf 100644 --- a/PARPACK/SRC/BLACS/pdsapps.f +++ b/PARPACK/SRC/BLACS/pdsapps.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdsaup2.f b/PARPACK/SRC/BLACS/pdsaup2.f index 495b8ab..cf93401 100644 --- a/PARPACK/SRC/BLACS/pdsaup2.f +++ b/PARPACK/SRC/BLACS/pdsaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdsaupd.f b/PARPACK/SRC/BLACS/pdsaupd.f index 162137a..5f606d5 100644 --- a/PARPACK/SRC/BLACS/pdsaupd.f +++ b/PARPACK/SRC/BLACS/pdsaupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdseigt.f b/PARPACK/SRC/BLACS/pdseigt.f index 640aa67..2ef7adb 100644 --- a/PARPACK/SRC/BLACS/pdseigt.f +++ b/PARPACK/SRC/BLACS/pdseigt.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdseupd.f b/PARPACK/SRC/BLACS/pdseupd.f index 15d643c..956891c 100644 --- a/PARPACK/SRC/BLACS/pdseupd.f +++ b/PARPACK/SRC/BLACS/pdseupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pdsgets.f b/PARPACK/SRC/BLACS/pdsgets.f index d425d23..aa549a2 100644 --- a/PARPACK/SRC/BLACS/pdsgets.f +++ b/PARPACK/SRC/BLACS/pdsgets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psgetv0.f b/PARPACK/SRC/BLACS/psgetv0.f index b161f01..9862d05 100644 --- a/PARPACK/SRC/BLACS/psgetv0.f +++ b/PARPACK/SRC/BLACS/psgetv0.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psnaitr.f b/PARPACK/SRC/BLACS/psnaitr.f index 91c7867..07aa052 100644 --- a/PARPACK/SRC/BLACS/psnaitr.f +++ b/PARPACK/SRC/BLACS/psnaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psnapps.f b/PARPACK/SRC/BLACS/psnapps.f index d869dfa..a515d0c 100644 --- a/PARPACK/SRC/BLACS/psnapps.f +++ b/PARPACK/SRC/BLACS/psnapps.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psnaup2.f b/PARPACK/SRC/BLACS/psnaup2.f index 5e7f270..eff2a13 100644 --- a/PARPACK/SRC/BLACS/psnaup2.f +++ b/PARPACK/SRC/BLACS/psnaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psnaupd.f b/PARPACK/SRC/BLACS/psnaupd.f index e54c1d9..55f34ce 100644 --- a/PARPACK/SRC/BLACS/psnaupd.f +++ b/PARPACK/SRC/BLACS/psnaupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psneigh.f b/PARPACK/SRC/BLACS/psneigh.f index 0e727d8..ac1b8f7 100644 --- a/PARPACK/SRC/BLACS/psneigh.f +++ b/PARPACK/SRC/BLACS/psneigh.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psneupd.f b/PARPACK/SRC/BLACS/psneupd.f index e141c80..49847ff 100644 --- a/PARPACK/SRC/BLACS/psneupd.f +++ b/PARPACK/SRC/BLACS/psneupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psngets.f b/PARPACK/SRC/BLACS/psngets.f index dc07c8c..c0e3088 100644 --- a/PARPACK/SRC/BLACS/psngets.f +++ b/PARPACK/SRC/BLACS/psngets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pssaitr.f b/PARPACK/SRC/BLACS/pssaitr.f index e15a1f2..50816c4 100644 --- a/PARPACK/SRC/BLACS/pssaitr.f +++ b/PARPACK/SRC/BLACS/pssaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pssapps.f b/PARPACK/SRC/BLACS/pssapps.f index eeb4945..7c8465b 100644 --- a/PARPACK/SRC/BLACS/pssapps.f +++ b/PARPACK/SRC/BLACS/pssapps.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pssaup2.f b/PARPACK/SRC/BLACS/pssaup2.f index 3e21fc2..57ab391 100644 --- a/PARPACK/SRC/BLACS/pssaup2.f +++ b/PARPACK/SRC/BLACS/pssaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pssaupd.f b/PARPACK/SRC/BLACS/pssaupd.f index 9486af5..1b276e8 100644 --- a/PARPACK/SRC/BLACS/pssaupd.f +++ b/PARPACK/SRC/BLACS/pssaupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psseigt.f b/PARPACK/SRC/BLACS/psseigt.f index 8bbb958..94b434b 100644 --- a/PARPACK/SRC/BLACS/psseigt.f +++ b/PARPACK/SRC/BLACS/psseigt.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/psseupd.f b/PARPACK/SRC/BLACS/psseupd.f index 3c9967b..68edab1 100644 --- a/PARPACK/SRC/BLACS/psseupd.f +++ b/PARPACK/SRC/BLACS/psseupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pssgets.f b/PARPACK/SRC/BLACS/pssgets.f index 729eee8..d138282 100644 --- a/PARPACK/SRC/BLACS/pssgets.f +++ b/PARPACK/SRC/BLACS/pssgets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pzgetv0.f b/PARPACK/SRC/BLACS/pzgetv0.f index 27a4bef..0972331 100644 --- a/PARPACK/SRC/BLACS/pzgetv0.f +++ b/PARPACK/SRC/BLACS/pzgetv0.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pznaitr.f b/PARPACK/SRC/BLACS/pznaitr.f index 0784422..61f467a 100644 --- a/PARPACK/SRC/BLACS/pznaitr.f +++ b/PARPACK/SRC/BLACS/pznaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pznapps.f b/PARPACK/SRC/BLACS/pznapps.f index 674bc22..796f4de 100644 --- a/PARPACK/SRC/BLACS/pznapps.f +++ b/PARPACK/SRC/BLACS/pznapps.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pznaup2.f b/PARPACK/SRC/BLACS/pznaup2.f index 8d3d14a..22b46dd 100644 --- a/PARPACK/SRC/BLACS/pznaup2.f +++ b/PARPACK/SRC/BLACS/pznaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pznaupd.f b/PARPACK/SRC/BLACS/pznaupd.f index 3961864..0bf616f 100644 --- a/PARPACK/SRC/BLACS/pznaupd.f +++ b/PARPACK/SRC/BLACS/pznaupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pzneigh.f b/PARPACK/SRC/BLACS/pzneigh.f index 9ed18ec..0621665 100644 --- a/PARPACK/SRC/BLACS/pzneigh.f +++ b/PARPACK/SRC/BLACS/pzneigh.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pzneupd.f b/PARPACK/SRC/BLACS/pzneupd.f index 87154d9..1970e48 100644 --- a/PARPACK/SRC/BLACS/pzneupd.f +++ b/PARPACK/SRC/BLACS/pzneupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/BLACS/pzngets.f b/PARPACK/SRC/BLACS/pzngets.f index a582e83..18e1518 100644 --- a/PARPACK/SRC/BLACS/pzngets.f +++ b/PARPACK/SRC/BLACS/pzngets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/Makefile.am b/PARPACK/SRC/MPI/Makefile.am index bf4c6be..b123dd1 100644 --- a/PARPACK/SRC/MPI/Makefile.am +++ b/PARPACK/SRC/MPI/Makefile.am @@ -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 diff --git a/PARPACK/SRC/MPI/debug-arpack.h b/PARPACK/SRC/MPI/debug-arpack.h deleted file mode 100644 index 5aaf65c..0000000 --- a/PARPACK/SRC/MPI/debug-arpack.h +++ /dev/null @@ -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 diff --git a/PARPACK/SRC/MPI/debug.h b/PARPACK/SRC/MPI/debug.h new file mode 100644 index 0000000..5eb0bb1 --- /dev/null +++ b/PARPACK/SRC/MPI/debug.h @@ -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 diff --git a/PARPACK/SRC/MPI/pcgetv0.f b/PARPACK/SRC/MPI/pcgetv0.f index 431eba6..aacfd04 100644 --- a/PARPACK/SRC/MPI/pcgetv0.f +++ b/PARPACK/SRC/MPI/pcgetv0.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pcnaitr.f b/PARPACK/SRC/MPI/pcnaitr.f index 3e9af47..4a27960 100644 --- a/PARPACK/SRC/MPI/pcnaitr.f +++ b/PARPACK/SRC/MPI/pcnaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pcnapps.f b/PARPACK/SRC/MPI/pcnapps.f index fd747e5..76077b9 100644 --- a/PARPACK/SRC/MPI/pcnapps.f +++ b/PARPACK/SRC/MPI/pcnapps.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pcnaup2.f b/PARPACK/SRC/MPI/pcnaup2.f index 84478f4..91fe929 100644 --- a/PARPACK/SRC/MPI/pcnaup2.f +++ b/PARPACK/SRC/MPI/pcnaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pcnaupd.f b/PARPACK/SRC/MPI/pcnaupd.f index b101fd0..5b8e1f5 100644 --- a/PARPACK/SRC/MPI/pcnaupd.f +++ b/PARPACK/SRC/MPI/pcnaupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pcneigh.f b/PARPACK/SRC/MPI/pcneigh.f index a34a327..3d7e24d 100644 --- a/PARPACK/SRC/MPI/pcneigh.f +++ b/PARPACK/SRC/MPI/pcneigh.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pcneupd.f b/PARPACK/SRC/MPI/pcneupd.f index e5fd9c7..2566f8a 100644 --- a/PARPACK/SRC/MPI/pcneupd.f +++ b/PARPACK/SRC/MPI/pcneupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pcngets.f b/PARPACK/SRC/MPI/pcngets.f index f80dc14..34b9b04 100644 --- a/PARPACK/SRC/MPI/pcngets.f +++ b/PARPACK/SRC/MPI/pcngets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdgetv0.f b/PARPACK/SRC/MPI/pdgetv0.f index 0822d1b..3dc71c6 100644 --- a/PARPACK/SRC/MPI/pdgetv0.f +++ b/PARPACK/SRC/MPI/pdgetv0.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdnaitr.f b/PARPACK/SRC/MPI/pdnaitr.f index 24f8297..f531fe1 100644 --- a/PARPACK/SRC/MPI/pdnaitr.f +++ b/PARPACK/SRC/MPI/pdnaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdnapps.f b/PARPACK/SRC/MPI/pdnapps.f index eb9b31e..fb6f153 100644 --- a/PARPACK/SRC/MPI/pdnapps.f +++ b/PARPACK/SRC/MPI/pdnapps.f @@ -158,7 +158,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdnaup2.f b/PARPACK/SRC/MPI/pdnaup2.f index 9bff445..d0f7373 100644 --- a/PARPACK/SRC/MPI/pdnaup2.f +++ b/PARPACK/SRC/MPI/pdnaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdnaupd.f b/PARPACK/SRC/MPI/pdnaupd.f index 7dbc4a4..1bf0fc1 100644 --- a/PARPACK/SRC/MPI/pdnaupd.f +++ b/PARPACK/SRC/MPI/pdnaupd.f @@ -426,7 +426,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdneigh.f b/PARPACK/SRC/MPI/pdneigh.f index 70544aa..5db7c84 100644 --- a/PARPACK/SRC/MPI/pdneigh.f +++ b/PARPACK/SRC/MPI/pdneigh.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdneupd.f b/PARPACK/SRC/MPI/pdneupd.f index a3c6c7d..f80651e 100644 --- a/PARPACK/SRC/MPI/pdneupd.f +++ b/PARPACK/SRC/MPI/pdneupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdngets.f b/PARPACK/SRC/MPI/pdngets.f index 8913a10..4ff3516 100644 --- a/PARPACK/SRC/MPI/pdngets.f +++ b/PARPACK/SRC/MPI/pdngets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdsaitr.f b/PARPACK/SRC/MPI/pdsaitr.f index 7f05627..5fe84b8 100644 --- a/PARPACK/SRC/MPI/pdsaitr.f +++ b/PARPACK/SRC/MPI/pdsaitr.f @@ -227,7 +227,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdsapps.f b/PARPACK/SRC/MPI/pdsapps.f index e7e8b38..e79db4e 100644 --- a/PARPACK/SRC/MPI/pdsapps.f +++ b/PARPACK/SRC/MPI/pdsapps.f @@ -148,7 +148,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdsaup2.f b/PARPACK/SRC/MPI/pdsaup2.f index 9157827..820459b 100644 --- a/PARPACK/SRC/MPI/pdsaup2.f +++ b/PARPACK/SRC/MPI/pdsaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdsaupd.f b/PARPACK/SRC/MPI/pdsaupd.f index 0c51f73..47d0522 100644 --- a/PARPACK/SRC/MPI/pdsaupd.f +++ b/PARPACK/SRC/MPI/pdsaupd.f @@ -430,7 +430,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdseigt.f b/PARPACK/SRC/MPI/pdseigt.f index 7bd2dc6..0a3daaf 100644 --- a/PARPACK/SRC/MPI/pdseigt.f +++ b/PARPACK/SRC/MPI/pdseigt.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdseupd.f b/PARPACK/SRC/MPI/pdseupd.f index cde6fc1..9e866ab 100644 --- a/PARPACK/SRC/MPI/pdseupd.f +++ b/PARPACK/SRC/MPI/pdseupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pdsgets.f b/PARPACK/SRC/MPI/pdsgets.f index ebeab0f..01b5239 100644 --- a/PARPACK/SRC/MPI/pdsgets.f +++ b/PARPACK/SRC/MPI/pdsgets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/psgetv0.f b/PARPACK/SRC/MPI/psgetv0.f index 5a5361f..a721c9b 100644 --- a/PARPACK/SRC/MPI/psgetv0.f +++ b/PARPACK/SRC/MPI/psgetv0.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/psnaitr.f b/PARPACK/SRC/MPI/psnaitr.f index 45e87ef..ab63f99 100644 --- a/PARPACK/SRC/MPI/psnaitr.f +++ b/PARPACK/SRC/MPI/psnaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/psnapps.f b/PARPACK/SRC/MPI/psnapps.f index f0ea581..c06fba5 100644 --- a/PARPACK/SRC/MPI/psnapps.f +++ b/PARPACK/SRC/MPI/psnapps.f @@ -158,7 +158,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psnaup2.f b/PARPACK/SRC/MPI/psnaup2.f index c015844..6195d4b 100644 --- a/PARPACK/SRC/MPI/psnaup2.f +++ b/PARPACK/SRC/MPI/psnaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/psnaupd.f b/PARPACK/SRC/MPI/psnaupd.f index 0243cbf..a55f5fb 100644 --- a/PARPACK/SRC/MPI/psnaupd.f +++ b/PARPACK/SRC/MPI/psnaupd.f @@ -426,7 +426,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psneigh.f b/PARPACK/SRC/MPI/psneigh.f index b928f77..ee2aea5 100644 --- a/PARPACK/SRC/MPI/psneigh.f +++ b/PARPACK/SRC/MPI/psneigh.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/psneupd.f b/PARPACK/SRC/MPI/psneupd.f index 42d1c3e..c7f939a 100644 --- a/PARPACK/SRC/MPI/psneupd.f +++ b/PARPACK/SRC/MPI/psneupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/psngets.f b/PARPACK/SRC/MPI/psngets.f index ecf114e..c4bf9ac 100644 --- a/PARPACK/SRC/MPI/psngets.f +++ b/PARPACK/SRC/MPI/psngets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pssaitr.f b/PARPACK/SRC/MPI/pssaitr.f index f19930f..a0fde73 100644 --- a/PARPACK/SRC/MPI/pssaitr.f +++ b/PARPACK/SRC/MPI/pssaitr.f @@ -227,7 +227,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pssapps.f b/PARPACK/SRC/MPI/pssapps.f index c44b302..481cc35 100644 --- a/PARPACK/SRC/MPI/pssapps.f +++ b/PARPACK/SRC/MPI/pssapps.f @@ -147,7 +147,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pssaup2.f b/PARPACK/SRC/MPI/pssaup2.f index d55f53d..ab00ec7 100644 --- a/PARPACK/SRC/MPI/pssaup2.f +++ b/PARPACK/SRC/MPI/pssaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pssaupd.f b/PARPACK/SRC/MPI/pssaupd.f index 189ba4f..7f61600 100644 --- a/PARPACK/SRC/MPI/pssaupd.f +++ b/PARPACK/SRC/MPI/pssaupd.f @@ -430,7 +430,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psseigt.f b/PARPACK/SRC/MPI/psseigt.f index fc410ef..724cc86 100644 --- a/PARPACK/SRC/MPI/psseigt.f +++ b/PARPACK/SRC/MPI/psseigt.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/psseupd.f b/PARPACK/SRC/MPI/psseupd.f index f2414e2..23e2caa 100644 --- a/PARPACK/SRC/MPI/psseupd.f +++ b/PARPACK/SRC/MPI/psseupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pssgets.f b/PARPACK/SRC/MPI/pssgets.f index 94fc934..487689b 100644 --- a/PARPACK/SRC/MPI/pssgets.f +++ b/PARPACK/SRC/MPI/pssgets.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pzgetv0.f b/PARPACK/SRC/MPI/pzgetv0.f index 94cb816..42cd086 100644 --- a/PARPACK/SRC/MPI/pzgetv0.f +++ b/PARPACK/SRC/MPI/pzgetv0.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pznaitr.f b/PARPACK/SRC/MPI/pznaitr.f index bfcdf5e..0b8af18 100644 --- a/PARPACK/SRC/MPI/pznaitr.f +++ b/PARPACK/SRC/MPI/pznaitr.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pznapps.f b/PARPACK/SRC/MPI/pznapps.f index f48b59b..3e00c90 100644 --- a/PARPACK/SRC/MPI/pznapps.f +++ b/PARPACK/SRC/MPI/pznapps.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pznaup2.f b/PARPACK/SRC/MPI/pznaup2.f index 97b9f9f..bf3c201 100644 --- a/PARPACK/SRC/MPI/pznaup2.f +++ b/PARPACK/SRC/MPI/pznaup2.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pznaupd.f b/PARPACK/SRC/MPI/pznaupd.f index 82e65fd..979402b 100644 --- a/PARPACK/SRC/MPI/pznaupd.f +++ b/PARPACK/SRC/MPI/pznaupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pzneigh.f b/PARPACK/SRC/MPI/pzneigh.f index 870f5de..a5a659d 100644 --- a/PARPACK/SRC/MPI/pzneigh.f +++ b/PARPACK/SRC/MPI/pzneigh.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pzneupd.f b/PARPACK/SRC/MPI/pzneupd.f index 5cc3754..4bb1173 100644 --- a/PARPACK/SRC/MPI/pzneupd.f +++ b/PARPACK/SRC/MPI/pzneupd.f @@ -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 %------------------% diff --git a/PARPACK/SRC/MPI/pzngets.f b/PARPACK/SRC/MPI/pzngets.f index 9d7e83a..97bc407 100644 --- a/PARPACK/SRC/MPI/pzngets.f +++ b/PARPACK/SRC/MPI/pzngets.f @@ -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 %------------------% diff --git a/PARPACK/TESTS/MPI/Makefile.am b/PARPACK/TESTS/MPI/Makefile.am index a2a89fd..80e984a 100644 --- a/PARPACK/TESTS/MPI/Makefile.am +++ b/PARPACK/TESTS/MPI/Makefile.am @@ -13,7 +13,7 @@ check_PROGRAMS += icb_parpack_c check_PROGRAMS += icb_parpack_cpp endif -EXTRA_DIST = debug-arpack.h stat.h +EXTRA_DIST = debug.h stat.h issue46_SOURCES= issue46.f diff --git a/PARPACK/TESTS/MPI/debug-arpack.h b/PARPACK/TESTS/MPI/debug-arpack.h deleted file mode 100644 index 5aaf65c..0000000 --- a/PARPACK/TESTS/MPI/debug-arpack.h +++ /dev/null @@ -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 diff --git a/PARPACK/TESTS/MPI/debug.h b/PARPACK/TESTS/MPI/debug.h new file mode 100644 index 0000000..5eb0bb1 --- /dev/null +++ b/PARPACK/TESTS/MPI/debug.h @@ -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 diff --git a/PARPACK/TESTS/MPI/issue46.f b/PARPACK/TESTS/MPI/issue46.f index 0c0688e..7d75229 100644 --- a/PARPACK/TESTS/MPI/issue46.f +++ b/PARPACK/TESTS/MPI/issue46.f @@ -25,7 +25,7 @@ c Create commuticator to run arnoldi only on the first CPU subroutine parnoldi(comm) include 'mpif.h' - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' integer comm, myid, nprocs, rc, nloc diff --git a/SRC/Makefile.am b/SRC/Makefile.am index d27feb4..5dec77f 100644 --- a/SRC/Makefile.am +++ b/SRC/Makefile.am @@ -21,7 +21,7 @@ CSRC += icbacn.f90 ZSRC += icbazn.f90 endif -EXTRA_DIST = debug-arpack.h stat.h version.h +EXTRA_DIST = debug.h stat.h version.h lib_LTLIBRARIES = libarpack@LIBSUFFIX@.la libarpack@LIBSUFFIX@_la_SOURCES = $(SSRC) $(DSRC) $(CSRC) $(ZSRC) diff --git a/SRC/cgetv0.f b/SRC/cgetv0.f index 367b183..eb047ef 100644 --- a/SRC/cgetv0.f +++ b/SRC/cgetv0.f @@ -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 %------------------% diff --git a/SRC/cnaitr.f b/SRC/cnaitr.f index e349070..2bb93ff 100644 --- a/SRC/cnaitr.f +++ b/SRC/cnaitr.f @@ -213,7 +213,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/cnapps.f b/SRC/cnapps.f index 1e34a57..fdf878d 100644 --- a/SRC/cnapps.f +++ b/SRC/cnapps.f @@ -139,7 +139,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/cnaup2.f b/SRC/cnaup2.f index 702978c..e528a89 100644 --- a/SRC/cnaup2.f +++ b/SRC/cnaup2.f @@ -174,7 +174,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/cnaupd.f b/SRC/cnaupd.f index a75d5e4..7bf37fd 100644 --- a/SRC/cnaupd.f +++ b/SRC/cnaupd.f @@ -384,7 +384,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/cneigh.f b/SRC/cneigh.f index f42cdf5..2e2d4d7 100644 --- a/SRC/cneigh.f +++ b/SRC/cneigh.f @@ -104,7 +104,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/cneupd.f b/SRC/cneupd.f index 87b1f9a..c557fa0 100644 --- a/SRC/cneupd.f +++ b/SRC/cneupd.f @@ -256,7 +256,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/cngets.f b/SRC/cngets.f index bf368cb..7686e13 100644 --- a/SRC/cngets.f +++ b/SRC/cngets.f @@ -91,7 +91,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/debug-arpack.h b/SRC/debug-arpack.h deleted file mode 100644 index 5aaf65c..0000000 --- a/SRC/debug-arpack.h +++ /dev/null @@ -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 diff --git a/SRC/debug.h b/SRC/debug.h new file mode 100644 index 0000000..5eb0bb1 --- /dev/null +++ b/SRC/debug.h @@ -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 diff --git a/SRC/dgetv0.f b/SRC/dgetv0.f index 5c37c71..b4e10ce 100644 --- a/SRC/dgetv0.f +++ b/SRC/dgetv0.f @@ -124,7 +124,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnaitr.f b/SRC/dnaitr.f index 9b1a1ee..baaec03 100644 --- a/SRC/dnaitr.f +++ b/SRC/dnaitr.f @@ -214,7 +214,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnapps.f b/SRC/dnapps.f index ab0b36f..872d35a 100644 --- a/SRC/dnapps.f +++ b/SRC/dnapps.f @@ -148,7 +148,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnaup2.f b/SRC/dnaup2.f index cc7c52c..4c9948d 100644 --- a/SRC/dnaup2.f +++ b/SRC/dnaup2.f @@ -180,7 +180,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnaupd.f b/SRC/dnaupd.f index 09ec21e..51d3018 100644 --- a/SRC/dnaupd.f +++ b/SRC/dnaupd.f @@ -411,7 +411,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnconv.f b/SRC/dnconv.f index 85cc5c3..4d531f8 100644 --- a/SRC/dnconv.f +++ b/SRC/dnconv.f @@ -69,7 +69,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dneigh.f b/SRC/dneigh.f index 2c4a6f6..3c49e32 100644 --- a/SRC/dneigh.f +++ b/SRC/dneigh.f @@ -104,7 +104,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dneupd.f b/SRC/dneupd.f index 1d5b3b2..424ad2b 100644 --- a/SRC/dneupd.f +++ b/SRC/dneupd.f @@ -309,7 +309,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dngets.f b/SRC/dngets.f index 4df45b6..a314550 100644 --- a/SRC/dngets.f +++ b/SRC/dngets.f @@ -99,7 +99,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsaitr.f b/SRC/dsaitr.f index 072e96c..00dabfd 100644 --- a/SRC/dsaitr.f +++ b/SRC/dsaitr.f @@ -209,7 +209,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsapps.f b/SRC/dsapps.f index 557c4a0..12108d0 100644 --- a/SRC/dsapps.f +++ b/SRC/dsapps.f @@ -135,7 +135,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsaup2.f b/SRC/dsaup2.f index eaa4681..f4c5f90 100644 --- a/SRC/dsaup2.f +++ b/SRC/dsaup2.f @@ -185,7 +185,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsaupd.f b/SRC/dsaupd.f index c555182..bd4afc2 100644 --- a/SRC/dsaupd.f +++ b/SRC/dsaupd.f @@ -413,7 +413,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsconv.f b/SRC/dsconv.f index f42d621..82dbb6e 100644 --- a/SRC/dsconv.f +++ b/SRC/dsconv.f @@ -62,7 +62,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dseigt.f b/SRC/dseigt.f index 67280d5..5e20c80 100644 --- a/SRC/dseigt.f +++ b/SRC/dseigt.f @@ -91,7 +91,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/dseupd.f b/SRC/dseupd.f index 2188886..e89fdcc 100644 --- a/SRC/dseupd.f +++ b/SRC/dseupd.f @@ -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 %------------------% diff --git a/SRC/dsgets.f b/SRC/dsgets.f index baac5ad..800a02f 100644 --- a/SRC/dsgets.f +++ b/SRC/dsgets.f @@ -96,7 +96,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/sgetv0.f b/SRC/sgetv0.f index 6e66a42..87c9df6 100644 --- a/SRC/sgetv0.f +++ b/SRC/sgetv0.f @@ -124,7 +124,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/snaitr.f b/SRC/snaitr.f index 205a762..5ecdebb 100644 --- a/SRC/snaitr.f +++ b/SRC/snaitr.f @@ -214,7 +214,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/snapps.f b/SRC/snapps.f index 89d0c45..914c9b8 100644 --- a/SRC/snapps.f +++ b/SRC/snapps.f @@ -148,7 +148,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/snaup2.f b/SRC/snaup2.f index 55b359a..53e3946 100644 --- a/SRC/snaup2.f +++ b/SRC/snaup2.f @@ -180,7 +180,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/snaupd.f b/SRC/snaupd.f index 868b58c..19284d0 100644 --- a/SRC/snaupd.f +++ b/SRC/snaupd.f @@ -411,7 +411,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/snconv.f b/SRC/snconv.f index 44c9cfd..af94700 100644 --- a/SRC/snconv.f +++ b/SRC/snconv.f @@ -69,7 +69,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/sneigh.f b/SRC/sneigh.f index c5734a3..7ffb486 100644 --- a/SRC/sneigh.f +++ b/SRC/sneigh.f @@ -104,7 +104,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/sneupd.f b/SRC/sneupd.f index 4de51ef..ecd8f16 100644 --- a/SRC/sneupd.f +++ b/SRC/sneupd.f @@ -309,7 +309,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/sngets.f b/SRC/sngets.f index b79003c..800282f 100644 --- a/SRC/sngets.f +++ b/SRC/sngets.f @@ -99,7 +99,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssaitr.f b/SRC/ssaitr.f index 63366ab..721bdb5 100644 --- a/SRC/ssaitr.f +++ b/SRC/ssaitr.f @@ -209,7 +209,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssapps.f b/SRC/ssapps.f index 241bb10..c814311 100644 --- a/SRC/ssapps.f +++ b/SRC/ssapps.f @@ -135,7 +135,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssaup2.f b/SRC/ssaup2.f index 744cbed..a73c9a5 100644 --- a/SRC/ssaup2.f +++ b/SRC/ssaup2.f @@ -185,7 +185,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssaupd.f b/SRC/ssaupd.f index e2cce10..d139ac5 100644 --- a/SRC/ssaupd.f +++ b/SRC/ssaupd.f @@ -413,7 +413,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssconv.f b/SRC/ssconv.f index 714addc..11e4cab 100644 --- a/SRC/ssconv.f +++ b/SRC/ssconv.f @@ -62,7 +62,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/sseigt.f b/SRC/sseigt.f index dba53af..3ac3366 100644 --- a/SRC/sseigt.f +++ b/SRC/sseigt.f @@ -91,7 +91,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/sseupd.f b/SRC/sseupd.f index 67719f7..9b94ed7 100644 --- a/SRC/sseupd.f +++ b/SRC/sseupd.f @@ -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 %------------------% diff --git a/SRC/ssgets.f b/SRC/ssgets.f index 944a2a6..ce84d67 100644 --- a/SRC/ssgets.f +++ b/SRC/ssgets.f @@ -96,7 +96,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/zgetv0.f b/SRC/zgetv0.f index af8b51f..468e8da 100644 --- a/SRC/zgetv0.f +++ b/SRC/zgetv0.f @@ -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 %------------------% diff --git a/SRC/znaitr.f b/SRC/znaitr.f index a53fd0a..b8331c0 100644 --- a/SRC/znaitr.f +++ b/SRC/znaitr.f @@ -213,7 +213,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/znapps.f b/SRC/znapps.f index 64f5b64..a1f116d 100644 --- a/SRC/znapps.f +++ b/SRC/znapps.f @@ -139,7 +139,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/znaup2.f b/SRC/znaup2.f index b6a1641..469aafb 100644 --- a/SRC/znaup2.f +++ b/SRC/znaup2.f @@ -174,7 +174,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/znaupd.f b/SRC/znaupd.f index 073abf6..779eb2b 100644 --- a/SRC/znaupd.f +++ b/SRC/znaupd.f @@ -384,7 +384,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/zneigh.f b/SRC/zneigh.f index 55a8f43..db1bc22 100644 --- a/SRC/zneigh.f +++ b/SRC/zneigh.f @@ -104,7 +104,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/zneupd.f b/SRC/zneupd.f index 01800e5..f1eb68a 100644 --- a/SRC/zneupd.f +++ b/SRC/zneupd.f @@ -256,7 +256,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/SRC/zngets.f b/SRC/zngets.f index c3d4bc6..27f2580 100644 --- a/SRC/zngets.f +++ b/SRC/zngets.f @@ -91,7 +91,7 @@ c %----------------------------------------------------% c | Include files for debugging and timing information | c %----------------------------------------------------% c - include 'debug-arpack.h' + include 'debug.h' include 'stat.h' c c %------------------% diff --git a/TESTS/Makefile.am b/TESTS/Makefile.am index e3e7527..2453281 100644 --- a/TESTS/Makefile.am +++ b/TESTS/Makefile.am @@ -10,7 +10,7 @@ TESTS = $(check_PROGRAMS) EXTRA_DIST = testA.mtx -dnsimp_SOURCES = dnsimp.f mmio.f debug-arpack.h +dnsimp_SOURCES = dnsimp.f mmio.f debug.h bug_1315_single_SOURCES = bug_1315_single.c bug_1315_double_SOURCES = bug_1315_double.c diff --git a/TESTS/debug-arpack.h b/TESTS/debug-arpack.h deleted file mode 100644 index 5aaf65c..0000000 --- a/TESTS/debug-arpack.h +++ /dev/null @@ -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 diff --git a/TESTS/debug.h b/TESTS/debug.h new file mode 100644 index 0000000..5eb0bb1 --- /dev/null +++ b/TESTS/debug.h @@ -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 diff --git a/TESTS/dnsimp.f b/TESTS/dnsimp.f index 1c75be3..0a54ae2 100644 --- a/TESTS/dnsimp.f +++ b/TESTS/dnsimp.f @@ -179,7 +179,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 diff --git a/configure.ac b/configure.ac index 872433c..e08b86f 100644 --- a/configure.ac +++ b/configure.ac @@ -181,8 +181,8 @@ if test x"$enable_icb" != x"no"; then fi fi -dnl Add support for debugging arpack -AC_CONFIG_FILES([debug-arpack.h:debug-arpack.h]) +dnl Add support for debuging arpack +AC_CONFIG_FILES([debug.h:debug.h]) if test x"$enable_icb" != x"no"; then AC_CONFIG_FILES([debug_c.h:debug_c.h]) AC_CONFIG_FILES([debug_c.hpp:debug_c.hpp]) diff --git a/debug-arpack.h b/debug.h similarity index 91% rename from debug-arpack.h rename to debug.h index 03151f9..c49357d 100644 --- a/debug-arpack.h +++ b/debug.h @@ -1,6 +1,6 @@ ! !\SCCS Information: @(#) -! FILE: debug-arpack.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2 +! FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2 ! ! %---------------------------------% ! | See debug.doc for documentation | diff --git a/debug_icb.f90 b/debug_icb.f90 index dd22560..cfffa1e 100644 --- a/debug_icb.f90 +++ b/debug_icb.f90 @@ -11,7 +11,7 @@ subroutine debug_c(logfil_c, ndigit_c, mgetv0_c, integer(kind=c_int), value, intent(in) :: msaupd_c, msaup2_c, msaitr_c, mseigt_c, msapps_c, msgets_c, mseupd_c integer(kind=c_int), value, intent(in) :: mnaupd_c, mnaup2_c, mnaitr_c, mneigh_c, mnapps_c, mngets_c, mneupd_c integer(kind=c_int), value, intent(in) :: mcaupd_c, mcaup2_c, mcaitr_c, mceigh_c, mcapps_c, mcgets_c, mceupd_c - include 'debug-arpack.h' + include 'debug.h' logfil = logfil_c ndigit = ndigit_c mgetv0 = mgetv0_c