Hi, I am a beginner in using the solvers such as Lapack, Eispack
I am using ssh shell for connecting to the computers of my department.
My program is written in F95 code. I know the codes for calling a routine in my program.
However, I dont know how to compile and run the program. How can I link to eispack when I run it?
normally, when I compile a program, I'll type
f95 -o output file.f95
And then I run "output"
output > data.txt
But if I have to call the routines, what should I type for compiling and running the program??
This is the directory of Eispack
/home/staff/user321/eispack
Thank you very much !!!!!!

