[mesa-users] Problem with Installing the MESA Code: MTX
RICHARD H D TOWNSEND
townsend at astro.wisc.edu
Thu Sep 22 11:13:47 EDT 2016
> On Sep 22, 2016, at 9:20 AM, Joanne Hsueh <jhsueh at andrew.cmu.edu> wrote:
>
> To Whomever It Concerns:
>
> Hi. My name is Joanne and I am a student who is planning to use the MESA code for educational purpose. I use a Linux operating system; more specifically Ubuntu 16.04 LTS. The version of Mesasdk I am using is mesasdk-x86_64-linux-20160129 and the version of MESA I am using is Version Release 8845. I also have installed all the prerequisites listed on the website. I am having trouble installing the MESA code and keep running into error when the mtx package is being build. Please advise me on how to resolve the issue. The output for the building of the mtx output is below. Thank you for your time.
>
> Sincerely,
> Joanne Hsueh
>
> <snip>
> gfortran -fopenmp -o ../tester test_mtx_support.o test_block_tri_dble.o test_block_tri_quad.o test_klu_dble.o test_klu_quad.o test_square.o test_square_quad.o test_sparse.o test_mtx.o \
> -L../../make -lf2crlibm -lcrlibm -lmtx -lconst -lutils -lmesaklu `mesasdk_lapack_link` `mesasdk_blas_link` -L../../../lib
> /bin/sh: 1: mesasdk_lapack_link: not found
> /bin/sh: 1: mesasdk_blas_link: not found
Hi Joanne —
The error messages above tell me that the MESA SDK isn’t properly initialized. Have you set the MESASDK_ROOT environment variable, and sourced the initialization script?
cheers,
Rich
More information about the Mesa-users
mailing list