[mesa-users] installation problem with mesasdk on 64-bit linux
Dave Spiegel
dave at ias.edu
Thu Aug 9 02:25:13 EDT 2012
Hi,
I'm having trouble going through the installation on a 64-bit linux
machine. Specifically, it's failing while building mtx.
I installed the latest version of mesasdk
(mesasdk-x86_64-linux-20120808.tar.gz), set the MESA_ROOT environment
variable, and sourced $MESASDK_ROOT/bin/mesasdk_init.csh.
I then downloaded mesa with svn:
svn co -r 4298 http://mesa.svn.sourceforge.net/svnroot/mesa/trunk mesa
I cd'd to the mesa/ directory and typed ./install. The attached file
contains the standard output and standard error from the install command.
The problem specifically seems to come from:
*******************************
/data/dave/scr2/astronomy/MESA/mesa/mtx
building mtx package.
make: Nothing to be done for `all'.
make: Nothing to be done for `all'.
gfortran -fopenmp -o ../tester test_klu.o test_mtx_support.o test_banded.o
test_block_tri_dble.o test_block_tri_quad.o test_square.o
test_square_quad.o test_sparse.o test_mtx.o \
-L../../make -lmtx -lconst -lmesaklu `mesasdk_lapack_link`
`mesasdk_blas_link` -L../../../lib -lutils -lalert
gfortran.exec: error:
/data/dave/scr2/astronomy/MESA/mesasdk/lib/liblapack.a: No such file or
directory
make: *** [tester] Error 1
/data/dave/scr2/astronomy/MESA/mesa/mtx/test
FAILED
*******************************
It's true, there is no liblapack.a in mesasdk/lib/. For what it's worth,
there IS liblapack95.a in that directory. Anyway, if you have any
suggestions, I'd very much appreciate it. Or, if there's other information
I should provide, please let me know.
Thanks,
Dave
--
Dave Spiegel, Ph.D.
School of Natural Sciences, Astrophysics
Institute for Advanced Study
Bloomberg Hall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20120809/6bc5b566/attachment.html>
-------------- next part --------------
checking if ndiff is installed ...
yes!
/data/dave/scr2/astronomy/MESA/mesa/const
building const package.
make: `libconst.a' is up to date.
make: `libconst.a' is up to date.
gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst
export
done
mesa const has been made, tested, and exported.
************************************************
/data/dave/scr2/astronomy/MESA/mesa/alert
building alert package.
make: `libalert.a' is up to date.
make: `libalert.a' is up to date.
gfortran -fopenmp -o ../tester test_alert.o -L../../make -lalert -L../../../lib
export
done
mesa alert has been made, tested, and exported.
************************************************
/data/dave/scr2/astronomy/MESA/mesa/utils
building utils package.
make: `libutils.a' is up to date.
make: `libutils.a' is up to date.
gfortran -fopenmp -o ../tester test_utils.o -L../../make -lutils -L../../../lib -lalert
export
done
mesa utils has been made, tested, and exported.
************************************************
/data/dave/scr2/astronomy/MESA/mesa/mtx
building mtx package.
make: Nothing to be done for `all'.
make: Nothing to be done for `all'.
gfortran -fopenmp -o ../tester test_klu.o test_mtx_support.o test_banded.o test_block_tri_dble.o test_block_tri_quad.o test_square.o test_square_quad.o test_sparse.o test_mtx.o \
-L../../make -lmtx -lconst -lmesaklu `mesasdk_lapack_link` `mesasdk_blas_link` -L../../../lib -lutils -lalert
gfortran.exec: error: /data/dave/scr2/astronomy/MESA/mesasdk/lib/liblapack.a: No such file or directory
make: *** [tester] Error 1
/data/dave/scr2/astronomy/MESA/mesa/mtx/test
FAILED
/data/dave/scr2/astronomy/MESA/mesa/mtx
./build_and_test FAILED
More information about the Mesa-users
mailing list