Author Topic: Ver84 on linux  (Read 6233 times)

rgreeshma112

  • New Member
  • *
  • Posts: 2
Ver84 on linux
« on: January 17, 2014, 08:51:50 AM »
While installing Ver 84, I get the following error message.

make[1]: Entering directory `/home/gramakr/feap/ver84/main'
ranlib /home/gramakr/feap/ver84/Feap8_4a.a
gfortran -o feap feap84.o /home/gramakr/feap/ver84/packages/arpack/archive/archivelib.a /home/gramakr/feap/ver84/packages/arpack/arpacklib.a \
          /home/gramakr/feap/ver84/Feap8_4a.a -L/usr/X11R6/lib   -lX11  -lblas -llapack -lm
gfortran: error: /home/gramakr/feap/ver84/packages/arpack/archive/archivelib.a: No such file or directory
gfortran: error: /home/gramakr/feap/ver84/packages/arpack/arpacklib.a: No such file or directory
make[1]: *** [feap] Error 1
make[1]: Leaving directory `/home/gramakr/feap/ver84/main'
make: *** [feap] Error 2

I have previously never used linux, so I am not sure what I am supposed to do.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Ver84 on linux
« Reply #1 on: January 17, 2014, 12:19:04 PM »
You need to build all the library routines in the packages directory: arpack and arpack/archive; blas and lapack.

Alternatively you can delete these library archives from the link in the makefile

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Ver84 on linux
« Reply #2 on: January 17, 2014, 11:12:03 PM »
Compiling in packages/blas and packages/lapack is only needed (and should only be done) if your machine does not have its own BLAS and LAPACK.