diff --git a/CHANGES b/CHANGES index 405eb61..0dc1e9e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ 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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a43afa..1bc5077 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,7 +166,7 @@ if(ICB) endif() endif() -install(FILES debug.h DESTINATION include) +install(FILES debug-arpack.h DESTINATION include) if(ICB) install(FILES debug_c.h DESTINATION include) install(FILES debug_c.hpp DESTINATION include) @@ -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.h) +add_executable(dnsimp_test TESTS/dnsimp.f TESTS/mmio.f TESTS/debug-arpack.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 69075e1..fc45b3c 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.h' + include 'debug-arpack.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.h" + solely associated with this trace debugging feature. "debug-arpack.h" has the following structure: --------------------------------------------------------------------- c c\SCCS Information: @(#) -c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2 +c FILE: debug-arpack.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 a676d0d..998c6c1 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.h +EXTRA_DIST = README debug-arpack.h sssimp_SOURCES = sssimp.f dssimp_SOURCES = dssimp.f diff --git a/EXAMPLES/SIMPLE/cnsimp.f b/EXAMPLES/SIMPLE/cnsimp.f index ca035bf..96ed25b 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.h' + include 'debug-arpack.h' ndigit = -3 logfil = 6 mcaitr = 0 diff --git a/EXAMPLES/SIMPLE/debug.h b/EXAMPLES/SIMPLE/debug-arpack.h similarity index 90% rename from EXAMPLES/SIMPLE/debug.h rename to EXAMPLES/SIMPLE/debug-arpack.h index 5eb0bb1..5aaf65c 100644 --- a/EXAMPLES/SIMPLE/debug.h +++ b/EXAMPLES/SIMPLE/debug-arpack.h @@ -1,6 +1,6 @@ c c\SCCS Information: @(#) -c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2 +c FILE: debug-arpack.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 396dbc0..4b62603 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.h' + include 'debug-arpack.h' ndigit = -3 logfil = 6 mnaitr = 0 diff --git a/EXAMPLES/SIMPLE/dssimp.f b/EXAMPLES/SIMPLE/dssimp.f index a888983..e9baa40 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.h' + include 'debug-arpack.h' ndigit = -3 logfil = 6 msgets = 0 diff --git a/EXAMPLES/SIMPLE/snsimp.f b/EXAMPLES/SIMPLE/snsimp.f index 25d8433..db63c02 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.h' + include 'debug-arpack.h' ndigit = -3 logfil = 6 mnaitr = 0 diff --git a/EXAMPLES/SIMPLE/sssimp.f b/EXAMPLES/SIMPLE/sssimp.f index a637be3..4a5c211 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.h' + include 'debug-arpack.h' ndigit = -3 logfil = 6 msgets = 0 diff --git a/EXAMPLES/SIMPLE/znsimp.f b/EXAMPLES/SIMPLE/znsimp.f index 62ef915..949f417 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.h' + include 'debug-arpack.h' ndigit = -3 logfil = 6 mcaitr = 0 diff --git a/EXAMPLES/SVD/Makefile.am b/EXAMPLES/SVD/Makefile.am index d4e1836..b764da7 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.h +EXTRA_DIST = README debug-arpack.h ssvd_SOURCES = ssvd.f dsvd_SOURCES = dsvd.f diff --git a/EXAMPLES/SVD/debug.h b/EXAMPLES/SVD/debug-arpack.h similarity index 90% rename from EXAMPLES/SVD/debug.h rename to EXAMPLES/SVD/debug-arpack.h index 5eb0bb1..5aaf65c 100644 --- a/EXAMPLES/SVD/debug.h +++ b/EXAMPLES/SVD/debug-arpack.h @@ -1,6 +1,6 @@ c c\SCCS Information: @(#) -c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2 +c FILE: debug-arpack.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 4ac993d..082aa9b 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.h' + include 'debug-arpack.h' ndigit = -3 logfil = 6 msgets = 0 diff --git a/EXAMPLES/SVD/ssvd.f b/EXAMPLES/SVD/ssvd.f index cf30f07..3abceca 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.h' + include 'debug-arpack.h' ndigit = -3 logfil = 6 msgets = 0 diff --git a/Makefile.am b/Makefile.am index fce6571..e516851 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = if MPI AM_DISTCHECK_CONFIGURE_FLAGS += --enable-mpi endif -include_HEADERS = debug.h stat.h +include_HEADERS = debug-arpack.h stat.h if ICB AM_DISTCHECK_CONFIGURE_FLAGS += --enable-icb include_HEADERS += debug_c.h debug_c.hpp @@ -19,7 +19,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.h stat.h +debug-arpack.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 b04ff6d..a3573e6 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.h stat.h +EXTRA_DIST = debug-arpack.h stat.h # Simple nonsymmetric problem using single precision psndrv1_SOURCES = psndrv1.f diff --git a/PARPACK/EXAMPLES/BLACS/debug.h b/PARPACK/EXAMPLES/BLACS/debug-arpack.h similarity index 90% rename from PARPACK/EXAMPLES/BLACS/debug.h rename to PARPACK/EXAMPLES/BLACS/debug-arpack.h index 5eb0bb1..5aaf65c 100644 --- a/PARPACK/EXAMPLES/BLACS/debug.h +++ b/PARPACK/EXAMPLES/BLACS/debug-arpack.h @@ -1,6 +1,6 @@ c c\SCCS Information: @(#) -c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2 +c FILE: debug-arpack.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 b56db4b..2a58154 100644 --- a/PARPACK/EXAMPLES/BLACS/pcndrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pcndrv1.f @@ -56,7 +56,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pdndrv1.f b/PARPACK/EXAMPLES/BLACS/pdndrv1.f index 3fb1c28..d919161 100644 --- a/PARPACK/EXAMPLES/BLACS/pdndrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pdndrv1.f @@ -56,7 +56,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pdndrv3.f b/PARPACK/EXAMPLES/BLACS/pdndrv3.f index 3410ee7..4f07575 100644 --- a/PARPACK/EXAMPLES/BLACS/pdndrv3.f +++ b/PARPACK/EXAMPLES/BLACS/pdndrv3.f @@ -55,7 +55,7 @@ c c\EndLib c-------------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pdntest1.f b/PARPACK/EXAMPLES/BLACS/pdntest1.f index 46d0252..0d3dcc9 100644 --- a/PARPACK/EXAMPLES/BLACS/pdntest1.f +++ b/PARPACK/EXAMPLES/BLACS/pdntest1.f @@ -41,7 +41,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pdsdrv1.f b/PARPACK/EXAMPLES/BLACS/pdsdrv1.f index f8b3286..79086f4 100644 --- a/PARPACK/EXAMPLES/BLACS/pdsdrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pdsdrv1.f @@ -53,7 +53,7 @@ c\EndLib c c----------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/psndrv1.f b/PARPACK/EXAMPLES/BLACS/psndrv1.f index 5e452f1..018e05c 100644 --- a/PARPACK/EXAMPLES/BLACS/psndrv1.f +++ b/PARPACK/EXAMPLES/BLACS/psndrv1.f @@ -56,7 +56,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/psndrv3.f b/PARPACK/EXAMPLES/BLACS/psndrv3.f index 8733c60..be3b8fc 100644 --- a/PARPACK/EXAMPLES/BLACS/psndrv3.f +++ b/PARPACK/EXAMPLES/BLACS/psndrv3.f @@ -55,7 +55,7 @@ c c\EndLib c-------------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/psntest1.f b/PARPACK/EXAMPLES/BLACS/psntest1.f index 8291165..425e688 100644 --- a/PARPACK/EXAMPLES/BLACS/psntest1.f +++ b/PARPACK/EXAMPLES/BLACS/psntest1.f @@ -41,7 +41,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pssdrv1.f b/PARPACK/EXAMPLES/BLACS/pssdrv1.f index 19a7e74..4712c66 100644 --- a/PARPACK/EXAMPLES/BLACS/pssdrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pssdrv1.f @@ -53,7 +53,7 @@ c\EndLib c c----------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c %-----------------% diff --git a/PARPACK/EXAMPLES/BLACS/pzndrv1.f b/PARPACK/EXAMPLES/BLACS/pzndrv1.f index 47cfe78..352a00c 100644 --- a/PARPACK/EXAMPLES/BLACS/pzndrv1.f +++ b/PARPACK/EXAMPLES/BLACS/pzndrv1.f @@ -56,7 +56,7 @@ c c\EndLib c--------------------------------------------------------------------------- c - include 'debug.h' + include 'debug-arpack.h' include 'stat.h' c c %-----------------% diff --git a/PARPACK/EXAMPLES/MPI/Makefile.am b/PARPACK/EXAMPLES/MPI/Makefile.am index d639a99..67eba16 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.h stat.h +EXTRA_DIST = debug-arpack.h stat.h # Simple nonsymmetric problem using single precision psndrv1_SOURCES = psndrv1.f diff --git a/PARPACK/EXAMPLES/MPI/debug.h b/PARPACK/EXAMPLES/MPI/debug-arpack.h similarity index 90% rename from PARPACK/EXAMPLES/MPI/debug.h rename to PARPACK/EXAMPLES/MPI/debug-arpack.h index 5eb0bb1..5aaf65c 100644 --- a/PARPACK/EXAMPLES/MPI/debug.h +++ b/PARPACK/EXAMPLES/MPI/debug-arpack.h @@ -1,6 +1,6 @@ c c\SCCS Information: @(#) -c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2 +c FILE: debug-arpack.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 63a61a4..bc9ee4d 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.h' + include 'debug-arpack.h' include 'stat.h' c c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pdndrv1.f b/PARPACK/EXAMPLES/MPI/pdndrv1.f index 3de6a4e..db2ebf2 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.h' + include 'debug-arpack.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pdndrv3.f b/PARPACK/EXAMPLES/MPI/pdndrv3.f index 772b5e5..e8586e3 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.h' + include 'debug-arpack.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pdsdrv1.f b/PARPACK/EXAMPLES/MPI/pdsdrv1.f index b8b3785..333e8d8 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.h' + include 'debug-arpack.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/psndrv1.f b/PARPACK/EXAMPLES/MPI/psndrv1.f index 894f7d2..503594e 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.h' + include 'debug-arpack.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/psndrv3.f b/PARPACK/EXAMPLES/MPI/psndrv3.f index 9cbc0d0..4154267 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.h' + include 'debug-arpack.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pssdrv1.f b/PARPACK/EXAMPLES/MPI/pssdrv1.f index e79227a..9180ccd 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.h' + include 'debug-arpack.h' include 'stat.h' c %---------------% diff --git a/PARPACK/EXAMPLES/MPI/pzndrv1.f b/PARPACK/EXAMPLES/MPI/pzndrv1.f index 8eeb294..3ebda1c 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.h' + include 'debug-arpack.h' include 'stat.h' c c %---------------% diff --git a/PARPACK/SRC/BLACS/Makefile.am b/PARPACK/SRC/BLACS/Makefile.am index 1238b31..333f39e 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.h stat.h +EXTRA_DIST = debug-arpack.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 new file mode 100644 index 0000000..5aaf65c --- /dev/null +++ b/PARPACK/SRC/BLACS/debug-arpack.h @@ -0,0 +1,16 @@ +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 deleted file mode 100644 index 5eb0bb1..0000000 --- a/PARPACK/SRC/BLACS/debug.h +++ /dev/null @@ -1,16 +0,0 @@ -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 4f3f133..4e4e773 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pcnaitr.f b/PARPACK/SRC/BLACS/pcnaitr.f index cb3fffb..018ae59 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pcnapps.f b/PARPACK/SRC/BLACS/pcnapps.f index 65a0b7c..d21fe3a 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pcnaup2.f b/PARPACK/SRC/BLACS/pcnaup2.f index 1b01f49..a2ff7a3 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pcnaupd.f b/PARPACK/SRC/BLACS/pcnaupd.f index be47240..2cafd92 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pcneigh.f b/PARPACK/SRC/BLACS/pcneigh.f index 9b663fc..8b20b69 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pcneupd.f b/PARPACK/SRC/BLACS/pcneupd.f index 2a00ead..4de0371 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pcngets.f b/PARPACK/SRC/BLACS/pcngets.f index 57401d8..3ba84ca 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdgetv0.f b/PARPACK/SRC/BLACS/pdgetv0.f index 38f1f43..7b8f8e3 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdnaitr.f b/PARPACK/SRC/BLACS/pdnaitr.f index f5ee8e4..f7eb73e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdnapps.f b/PARPACK/SRC/BLACS/pdnapps.f index c2099c0..d306648 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdnaup2.f b/PARPACK/SRC/BLACS/pdnaup2.f index ea07ae5..28cb564 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdnaupd.f b/PARPACK/SRC/BLACS/pdnaupd.f index ed68180..aff315a 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdneigh.f b/PARPACK/SRC/BLACS/pdneigh.f index 8dd340a..83a4500 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdneupd.f b/PARPACK/SRC/BLACS/pdneupd.f index 54ac0cf..79bd52d 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdngets.f b/PARPACK/SRC/BLACS/pdngets.f index 99b1b26..60f502f 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdsaitr.f b/PARPACK/SRC/BLACS/pdsaitr.f index a9c909e..b2f3a0c 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdsapps.f b/PARPACK/SRC/BLACS/pdsapps.f index da2a9ee..6270a02 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdsaup2.f b/PARPACK/SRC/BLACS/pdsaup2.f index 0aa4a3f..64eb809 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdsaupd.f b/PARPACK/SRC/BLACS/pdsaupd.f index a162d62..dc37471 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdseigt.f b/PARPACK/SRC/BLACS/pdseigt.f index 4535f9c..794c274 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdseupd.f b/PARPACK/SRC/BLACS/pdseupd.f index 584c049..9c35f97 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pdsgets.f b/PARPACK/SRC/BLACS/pdsgets.f index 99af7bd..2b5bcc4 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psgetv0.f b/PARPACK/SRC/BLACS/psgetv0.f index 17eb747..cb8271e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psnaitr.f b/PARPACK/SRC/BLACS/psnaitr.f index 9b05228..7070db8 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psnapps.f b/PARPACK/SRC/BLACS/psnapps.f index 7a56e92..395f705 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psnaup2.f b/PARPACK/SRC/BLACS/psnaup2.f index cc57311..e51a32f 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psnaupd.f b/PARPACK/SRC/BLACS/psnaupd.f index 60078f8..bed0610 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psneigh.f b/PARPACK/SRC/BLACS/psneigh.f index 0e3a066..b783865 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psneupd.f b/PARPACK/SRC/BLACS/psneupd.f index b19212e..b753ace 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psngets.f b/PARPACK/SRC/BLACS/psngets.f index 686be3a..fde7d1a 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pssaitr.f b/PARPACK/SRC/BLACS/pssaitr.f index 70bdee7..ce3435f 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pssapps.f b/PARPACK/SRC/BLACS/pssapps.f index cc20098..70cc33e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pssaup2.f b/PARPACK/SRC/BLACS/pssaup2.f index 545f880..fefc72c 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pssaupd.f b/PARPACK/SRC/BLACS/pssaupd.f index 11ed0be..88efa6c 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psseigt.f b/PARPACK/SRC/BLACS/psseigt.f index d971f26..bb57d6c 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/psseupd.f b/PARPACK/SRC/BLACS/psseupd.f index 10a27d2..b112e4e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pssgets.f b/PARPACK/SRC/BLACS/pssgets.f index 42c9542..9a109e0 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pzgetv0.f b/PARPACK/SRC/BLACS/pzgetv0.f index 133003e..103c5e0 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pznaitr.f b/PARPACK/SRC/BLACS/pznaitr.f index f00efdf..6a15a25 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pznapps.f b/PARPACK/SRC/BLACS/pznapps.f index 55692da..7d72a2b 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pznaup2.f b/PARPACK/SRC/BLACS/pznaup2.f index 974c48f..bc025a2 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pznaupd.f b/PARPACK/SRC/BLACS/pznaupd.f index a8d35ca..e8e3eef 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pzneigh.f b/PARPACK/SRC/BLACS/pzneigh.f index 715c4e1..dbf3303 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pzneupd.f b/PARPACK/SRC/BLACS/pzneupd.f index f306e6b..9754443 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/BLACS/pzngets.f b/PARPACK/SRC/BLACS/pzngets.f index 0d6e4fe..0cc08d1 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/Makefile.am b/PARPACK/SRC/MPI/Makefile.am index b123dd1..bf4c6be 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.h stat.h pcontext.h +EXTRA_DIST = debug-arpack.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 new file mode 100644 index 0000000..5aaf65c --- /dev/null +++ b/PARPACK/SRC/MPI/debug-arpack.h @@ -0,0 +1,16 @@ +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 deleted file mode 100644 index 5eb0bb1..0000000 --- a/PARPACK/SRC/MPI/debug.h +++ /dev/null @@ -1,16 +0,0 @@ -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 1c2ed08..1afd6c3 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pcnaitr.f b/PARPACK/SRC/MPI/pcnaitr.f index a22c0fd..b84efa4 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pcnapps.f b/PARPACK/SRC/MPI/pcnapps.f index 408befa..a5a285a 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pcnaup2.f b/PARPACK/SRC/MPI/pcnaup2.f index c1e14ff..e7698d2 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pcnaupd.f b/PARPACK/SRC/MPI/pcnaupd.f index 038d9fa..f02fccf 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pcneigh.f b/PARPACK/SRC/MPI/pcneigh.f index 4f8dfde..10fb7d3 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pcneupd.f b/PARPACK/SRC/MPI/pcneupd.f index 5307897..e6e4449 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pcngets.f b/PARPACK/SRC/MPI/pcngets.f index e6290eb..1f3cab6 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdgetv0.f b/PARPACK/SRC/MPI/pdgetv0.f index 1b33190..1385b67 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdnaitr.f b/PARPACK/SRC/MPI/pdnaitr.f index 88e3668..4b3af09 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdnapps.f b/PARPACK/SRC/MPI/pdnapps.f index 1e9c117..0e1d077 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdnaup2.f b/PARPACK/SRC/MPI/pdnaup2.f index a56dbfb..6cf7a3e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdnaupd.f b/PARPACK/SRC/MPI/pdnaupd.f index 370fc8d..b0139fe 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdneigh.f b/PARPACK/SRC/MPI/pdneigh.f index afaf45f..f6bb38b 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdneupd.f b/PARPACK/SRC/MPI/pdneupd.f index f065de7..e46539f 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdngets.f b/PARPACK/SRC/MPI/pdngets.f index b23912a..b1cad7e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdsaitr.f b/PARPACK/SRC/MPI/pdsaitr.f index 79d27a1..e1dd7b1 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdsapps.f b/PARPACK/SRC/MPI/pdsapps.f index a9a6bdf..07f4109 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdsaup2.f b/PARPACK/SRC/MPI/pdsaup2.f index 706a4f2..af0fe7d 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdsaupd.f b/PARPACK/SRC/MPI/pdsaupd.f index 6fc2639..3cc9e46 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdseigt.f b/PARPACK/SRC/MPI/pdseigt.f index 7ba917a..3b50e1d 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdseupd.f b/PARPACK/SRC/MPI/pdseupd.f index a3ab5e7..b3cb566 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pdsgets.f b/PARPACK/SRC/MPI/pdsgets.f index 77bdc03..e505a53 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psgetv0.f b/PARPACK/SRC/MPI/psgetv0.f index c9c6a80..c1ba654 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psnaitr.f b/PARPACK/SRC/MPI/psnaitr.f index 072e65c..c00d6f4 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psnapps.f b/PARPACK/SRC/MPI/psnapps.f index 78052e4..52a3b56 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psnaup2.f b/PARPACK/SRC/MPI/psnaup2.f index cc2fae3..db9dab3 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psnaupd.f b/PARPACK/SRC/MPI/psnaupd.f index 3bfb421..e3ec752 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psneigh.f b/PARPACK/SRC/MPI/psneigh.f index 6afa297..87ec65a 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psneupd.f b/PARPACK/SRC/MPI/psneupd.f index 634ba54..6258eaa 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psngets.f b/PARPACK/SRC/MPI/psngets.f index b9541f8..843b471 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pssaitr.f b/PARPACK/SRC/MPI/pssaitr.f index 2264668..72303e0 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pssapps.f b/PARPACK/SRC/MPI/pssapps.f index 385b125..6c099b5 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pssaup2.f b/PARPACK/SRC/MPI/pssaup2.f index f586d1c..af8c8a8 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pssaupd.f b/PARPACK/SRC/MPI/pssaupd.f index 7631e7d..8be3179 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psseigt.f b/PARPACK/SRC/MPI/psseigt.f index 1e387e9..28f2b8b 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/psseupd.f b/PARPACK/SRC/MPI/psseupd.f index 6a7b8a2..af9d205 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pssgets.f b/PARPACK/SRC/MPI/pssgets.f index c141524..c55dfa5 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pzgetv0.f b/PARPACK/SRC/MPI/pzgetv0.f index ad02573..b7b34da 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pznaitr.f b/PARPACK/SRC/MPI/pznaitr.f index 693e966..3add664 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pznapps.f b/PARPACK/SRC/MPI/pznapps.f index e1e75cb..3a48c9f 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pznaup2.f b/PARPACK/SRC/MPI/pznaup2.f index 7fd822c..30f42fe 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pznaupd.f b/PARPACK/SRC/MPI/pznaupd.f index a9e6d19..43e52e5 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pzneigh.f b/PARPACK/SRC/MPI/pzneigh.f index 31ce59a..f132fb1 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pzneupd.f b/PARPACK/SRC/MPI/pzneupd.f index a7ff35f..389de9b 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/SRC/MPI/pzngets.f b/PARPACK/SRC/MPI/pzngets.f index d97c8c6..6ce75a1 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/PARPACK/TESTS/MPI/Makefile.am b/PARPACK/TESTS/MPI/Makefile.am index 80e984a..a2a89fd 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.h stat.h +EXTRA_DIST = debug-arpack.h stat.h issue46_SOURCES= issue46.f diff --git a/PARPACK/TESTS/MPI/debug-arpack.h b/PARPACK/TESTS/MPI/debug-arpack.h new file mode 100644 index 0000000..5aaf65c --- /dev/null +++ b/PARPACK/TESTS/MPI/debug-arpack.h @@ -0,0 +1,16 @@ +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 deleted file mode 100644 index 5eb0bb1..0000000 --- a/PARPACK/TESTS/MPI/debug.h +++ /dev/null @@ -1,16 +0,0 @@ -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 8cc1677..9789aae 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.h' + include 'debug-arpack.h' include 'stat.h' integer comm, myid, nprocs, rc, nloc diff --git a/SRC/Makefile.am b/SRC/Makefile.am index 5dec77f..d27feb4 100644 --- a/SRC/Makefile.am +++ b/SRC/Makefile.am @@ -21,7 +21,7 @@ CSRC += icbacn.f90 ZSRC += icbazn.f90 endif -EXTRA_DIST = debug.h stat.h version.h +EXTRA_DIST = debug-arpack.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 6312223..640eb74 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/cnaitr.f b/SRC/cnaitr.f index ab06588..4c47533 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/cnapps.f b/SRC/cnapps.f index e2b7679..a0466f1 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/cnaup2.f b/SRC/cnaup2.f index 6779518..6900db5 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/cnaupd.f b/SRC/cnaupd.f index 82756eb..b5cf48c 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/cneigh.f b/SRC/cneigh.f index 76aa4ac..3b86675 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/cneupd.f b/SRC/cneupd.f index 6ba6b9f..74e63ad 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/cngets.f b/SRC/cngets.f index 3c3a008..77403ad 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/debug-arpack.h b/SRC/debug-arpack.h new file mode 100644 index 0000000..5aaf65c --- /dev/null +++ b/SRC/debug-arpack.h @@ -0,0 +1,16 @@ +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 deleted file mode 100644 index 5eb0bb1..0000000 --- a/SRC/debug.h +++ /dev/null @@ -1,16 +0,0 @@ -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 c12e406..f8c4433 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnaitr.f b/SRC/dnaitr.f index e1f0a90..2341f02 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnapps.f b/SRC/dnapps.f index 2032da5..994c019 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnaup2.f b/SRC/dnaup2.f index 4c9948d..cc7c52c 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnaupd.f b/SRC/dnaupd.f index 51d3018..09ec21e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dnconv.f b/SRC/dnconv.f index 4ab737d..b18c891 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dneigh.f b/SRC/dneigh.f index b5f71d1..9975668 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dneupd.f b/SRC/dneupd.f index f1a094c..9c2a29d 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dngets.f b/SRC/dngets.f index 4c93a6d..fb3fd03 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsaitr.f b/SRC/dsaitr.f index 35925d8..9094177 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsapps.f b/SRC/dsapps.f index b2114ad..1674baa 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsaup2.f b/SRC/dsaup2.f index 78652fb..c9b8b2f 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsaupd.f b/SRC/dsaupd.f index bd4afc2..c555182 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsconv.f b/SRC/dsconv.f index f31dee7..3b43f90 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dseigt.f b/SRC/dseigt.f index cb78a89..2c1baca 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dseupd.f b/SRC/dseupd.f index 4f5c596..8f8d53c 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/dsgets.f b/SRC/dsgets.f index 61129f9..e149709 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/sgetv0.f b/SRC/sgetv0.f index 7c9503a..cd0fa96 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/snaitr.f b/SRC/snaitr.f index c498e5e..29639cc 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/snapps.f b/SRC/snapps.f index 1d48a98..22d46b3 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/snaup2.f b/SRC/snaup2.f index 53e3946..55b359a 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/snaupd.f b/SRC/snaupd.f index fc4ab94..6871e6e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/snconv.f b/SRC/snconv.f index 2ea7b1e..4a6c00c 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/sneigh.f b/SRC/sneigh.f index f0fb3c0..51ecd78 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/sneupd.f b/SRC/sneupd.f index 630ed9d..b3c197b 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/sngets.f b/SRC/sngets.f index a045224..2704cc2 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssaitr.f b/SRC/ssaitr.f index 03b3f5a..9289bfb 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssapps.f b/SRC/ssapps.f index 5fccf7a..c9fe54f 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssaup2.f b/SRC/ssaup2.f index 89d7f3b..d2b232f 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssaupd.f b/SRC/ssaupd.f index d4cf386..152df93 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssconv.f b/SRC/ssconv.f index 3542c8c..0982c51 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/sseigt.f b/SRC/sseigt.f index b77a6ea..425de1e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/sseupd.f b/SRC/sseupd.f index 9349d11..4affa72 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/ssgets.f b/SRC/ssgets.f index 5591549..3839db0 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/zgetv0.f b/SRC/zgetv0.f index 6468faa..c49df3f 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/znaitr.f b/SRC/znaitr.f index f989dec..32fa0bf 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/znapps.f b/SRC/znapps.f index 58f3389..630ce3e 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/znaup2.f b/SRC/znaup2.f index 469aafb..b6a1641 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/znaupd.f b/SRC/znaupd.f index 779eb2b..073abf6 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/zneigh.f b/SRC/zneigh.f index df30acb..7f6efc2 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/zneupd.f b/SRC/zneupd.f index 530fce5..07853c8 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/SRC/zngets.f b/SRC/zngets.f index 498848a..ae4d5a9 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.h' + include 'debug-arpack.h' include 'stat.h' c c %------------------% diff --git a/TESTS/Makefile.am b/TESTS/Makefile.am index 2453281..e3e7527 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.h +dnsimp_SOURCES = dnsimp.f mmio.f debug-arpack.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 new file mode 100644 index 0000000..5aaf65c --- /dev/null +++ b/TESTS/debug-arpack.h @@ -0,0 +1,16 @@ +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 deleted file mode 100644 index 5eb0bb1..0000000 --- a/TESTS/debug.h +++ /dev/null @@ -1,16 +0,0 @@ -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 b6ca530..56cceba 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.h' + include 'debug-arpack.h' ndigit = -3 logfil = 6 mnaitr = 0 diff --git a/configure.ac b/configure.ac index e08b86f..4f65374 100644 --- a/configure.ac +++ b/configure.ac @@ -182,7 +182,7 @@ if test x"$enable_icb" != x"no"; then fi dnl Add support for debuging arpack -AC_CONFIG_FILES([debug.h:debug.h]) +AC_CONFIG_FILES([debug-arpack.h:debug-arpack.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.h b/debug-arpack.h similarity index 91% rename from debug.h rename to debug-arpack.h index c49357d..03151f9 100644 --- a/debug.h +++ b/debug-arpack.h @@ -1,6 +1,6 @@ ! !\SCCS Information: @(#) -! FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2 +! FILE: debug-arpack.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 cfffa1e..dd22560 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.h' + include 'debug-arpack.h' logfil = logfil_c ndigit = ndigit_c mgetv0 = mgetv0_c