* Rename debug.h to debug-arpack.h to avoid collision (Closes #126)

This commit is contained in:
Sylvestre Ledru
2018-06-23 09:54:52 +02:00
committed by Sylvestre Ledru
parent 63bde34786
commit a48e17f7af
200 changed files with 275 additions and 273 deletions
+2
View File
@@ -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
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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 |
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
@@ -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 |
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
@@ -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 |
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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
@@ -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 |
+1 -1
View File
@@ -56,7 +56,7 @@ c
c\EndLib
c---------------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c
c %-----------------%
+1 -1
View File
@@ -56,7 +56,7 @@ c
c\EndLib
c---------------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %-----------------%
+1 -1
View File
@@ -55,7 +55,7 @@ c
c\EndLib
c--------------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %-----------------%
+1 -1
View File
@@ -41,7 +41,7 @@ c
c\EndLib
c---------------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %-----------------%
+1 -1
View File
@@ -53,7 +53,7 @@ c\EndLib
c
c-----------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %-----------------%
+1 -1
View File
@@ -56,7 +56,7 @@ c
c\EndLib
c---------------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %-----------------%
+1 -1
View File
@@ -55,7 +55,7 @@ c
c\EndLib
c--------------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %-----------------%
+1 -1
View File
@@ -41,7 +41,7 @@ c
c\EndLib
c---------------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %-----------------%
+1 -1
View File
@@ -53,7 +53,7 @@ c\EndLib
c
c-----------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %-----------------%
+1 -1
View File
@@ -56,7 +56,7 @@ c
c\EndLib
c---------------------------------------------------------------------------
c
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c
c %-----------------%
+1 -1
View File
@@ -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
@@ -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 |
+1 -1
View File
@@ -57,7 +57,7 @@ c\EndLib
c---------------------------------------------------------------------------
c
include 'mpif.h'
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c
c %---------------%
+1 -1
View File
@@ -57,7 +57,7 @@ c\EndLib
c---------------------------------------------------------------------------
c
include 'mpif.h'
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %---------------%
+1 -1
View File
@@ -56,7 +56,7 @@ c\EndLib
c--------------------------------------------------------------------------
c
include 'mpif.h'
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %---------------%
+1 -1
View File
@@ -54,7 +54,7 @@ c
c-----------------------------------------------------------------------
c
include 'mpif.h'
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %---------------%
+1 -1
View File
@@ -57,7 +57,7 @@ c\EndLib
c---------------------------------------------------------------------------
c
include 'mpif.h'
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %---------------%
+1 -1
View File
@@ -56,7 +56,7 @@ c\EndLib
c--------------------------------------------------------------------------
c
include 'mpif.h'
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %---------------%
+1 -1
View File
@@ -54,7 +54,7 @@ c
c-----------------------------------------------------------------------
c
include 'mpif.h'
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c %---------------%
+1 -1
View File
@@ -57,7 +57,7 @@ c\EndLib
c---------------------------------------------------------------------------
c
include 'mpif.h'
include 'debug.h'
include 'debug-arpack.h'
include 'stat.h'
c
c %---------------%
+1 -1
View File
@@ -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)
+16
View File
@@ -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
-16
View File
@@ -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
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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
+16
View File
@@ -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
-16
View File
@@ -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
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%
+1 -1
View File
@@ -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 %------------------%

Some files were not shown because too many files have changed in this diff Show More