Using ARPACK with Visual Fotran (under Win XP)
Dear All,
I use ARPACK library to solve the Complex Generalized Nonsymmetric Eigenvalue Problems, http://www.caam.rice.edu/software/ARPACK/index.html and Visual Fortran was chosen as the language programming.
Firstly, I try to run a example from the folder NONSYM, the driver : dndrv5.f in the Fotran Console Application. I do not modify any command in this file. Then, I added whole files from the Library LAPACK, BLAS,UTIL,SRC into the Header File Folder. Finally, I get errors from the debug program,which are listing as follows,
Compiling Fortran...
F:\ARPACK\PACK\SRC\znaupd.f
F:\ARPACK\PACK\SRC\znaupd.f(387) : Error: Cannot open include file 'debug.h'
include 'debug.h'
----------------^
F:\ARPACK\PACK\SRC\znaupd.f(388) : Error: Cannot open include file 'stat.h'
include 'stat.h'
......
.....
....
Error executing df.exe.
Test.exe - 56 error(s), 0 warning(s)
Any help will be greately appreciated !.
Many thanks
I use ARPACK library to solve the Complex Generalized Nonsymmetric Eigenvalue Problems, http://www.caam.rice.edu/software/ARPACK/index.html and Visual Fortran was chosen as the language programming.
Firstly, I try to run a example from the folder NONSYM, the driver : dndrv5.f in the Fotran Console Application. I do not modify any command in this file. Then, I added whole files from the Library LAPACK, BLAS,UTIL,SRC into the Header File Folder. Finally, I get errors from the debug program,which are listing as follows,
Compiling Fortran...
F:\ARPACK\PACK\SRC\znaupd.f
F:\ARPACK\PACK\SRC\znaupd.f(387) : Error: Cannot open include file 'debug.h'
include 'debug.h'
----------------^
F:\ARPACK\PACK\SRC\znaupd.f(388) : Error: Cannot open include file 'stat.h'
include 'stat.h'
......
.....
....
Error executing df.exe.
Test.exe - 56 error(s), 0 warning(s)
Any help will be greately appreciated !.
Many thanks