[mesa-users] gfortran/MESA installation problem

Aaron Dotter aaron.dotter at gmail.com
Fri Jan 18 19:41:37 EST 2013


Hi Nadine,

May I suggest that you try to use the SDK?  It is intended to relieve us of
all of these compilation problems.

MESA requires at least gfortran 4.5 (as of a couple years ago, the number
may be even higher now).  gfortran 4.1.2 will definitely not work as MESA
uses language features that are not supported in earlier versions of the
compiler.  The error you get when using 4.8 suggests that a library path
environment variable is not set (correctly).

Aaron



On Saturday, January 19, 2013, Nadine Nettelmann wrote:

> Dear MESA users,
>
> I am trying to install MESA version 4740 on my Linux machine,
> version 2.6.18-194.26.1.el5, x86_64, centOS Red Hat 4.1.2, not using MESA
> sdk.
> The installation stops early on, and I think this is because of a gfortran
> compiler problem,
> but I cannot resolve this issue on my own. Thus I ask if anyone was able
> to succesfully
> install MESA with the most recent 4.8.0 gfortran compiler or has any idea
> about what might go woing?
>
> -------------------------------------------------------------------
> Here are the error outputs using gfortran 4.8.0 (2013),
> where the installation stops already at the "const package"
> --------------------------------------------------------------------
> /u/nadinen/mesa/const
> building const package.
>
> gfortran -fno-range-check  -fopenmp  -I../public -I../private
> -I../../include -Wunused-value -Werror -W -fimplicit-none   -O2 -c
> -ffixed-form -ffixed-line-length-132 -x f77-cpp-input ../public/const_def.f
> /local/gcc./4.8/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/f951:
> error while loading shared libraries: libcloog-isl.so.3: cannot open shared
> object file: No such file or directory
> make: *** [const_def.o] Error 1
>
> /u/nadinen/mesa/const/make
> FAILED
>
> -----------------------------------------------------------------------
> and using gfortran 4.1.2 (2008), where "const" and "alert"
> could successfully be installed but it stops at the "utils" package
> (whether or not isnan_okay is enabled)
> ------------------------------------------------------------------------
> gfortran -fno-range-check  -fopenmp  -I../public -I../private
> -I../../include -Wunused-value -Werror -W -fimplicit-none   -O2 -c
> -ffree-form -x f95-cpp-input   ../private/utils_isnan_okay.f
>  In file ../private/utils_isnan_okay.f:54
>
>          real(qp), intent(in) :: x
>                1
> Error: Kind -1 not supported for type REAL at (1)
>  In file ../private/utils_isnan_okay.f:53
>
>       logical function check_for_bad_quad(x)
>                                           1
> Error: Symbol 'x' at (1) has no IMPLICIT type
>  In file ../private/utils_isnan_okay.f:61
>
>          check_for_bad_real = isnan(x) .or. is_real_inf(x)
>                              1
> Error: Function 'isnan' at (1) has no IMPLICIT type
>  In file ../private/utils_isnan_okay.f:55
>
>          check_for_bad_quad = isnan(x) .or. is_inf(dble(x))
>                                                        1
> Error: 'a' argument of 'dble' intrinsic at (1) must be a numeric type
>  In file ../private/utils_isnan_okay.f:49
>
>          check_for_bad_num = isnan(x) .or. is_inf(x)
>                             1
> Error: Function 'isnan' at (1) has no IMPLICIT type
> make: *** [utils_isnan_okay.o] Error 1
>
> /u/nadinen/mesa/utils/make
> FAILED
>
> Thank you,
> Nadine
>
> ------------------------------------------------------------------------------
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> much more. Get web development skills now with LearnDevNow -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> _______________________________________________
> mesa-users mailing list
> mesa-users at lists.sourceforge.net <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/mesa-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20130119/bce1bc44/attachment.html>


More information about the Mesa-users mailing list