CCL: Compiling GAMESS 1 MAY 2012 Linux Mint 13
- From: Muhammed <mbtemiz3#,#gmail.com>
- Subject: CCL: Compiling GAMESS 1 MAY 2012 Linux Mint 13
- Date: Sun, 4 Nov 2012 16:57:40 +0200
Lee,I've also encountered with the same error on one of our linux 64
bit servers (not mint thou). In lked file there is an explanation for
that.
" Some versions of Atlas come without proper setup to use
them.
# For example, you may need to give
some specific version such
# as 3.0 some
generic names, by doing the right soft links:
# chdir /usr/lib64/atlas
(just 'lib' for linux32)
#
ln -s libatlas.so.3.0 libatlas.so
...
.
.
You just have to link atlas library files as shown in the
lked file and replace the line below
else
set
MATHLIBS="-L$GMS_MATHLIB_PATH -lf77blas
-latlas"
to
else
set
MATHLIBS="-Lhome/atlas/lib/link/path -lf77blas
-latlas"