[mesa-users] gfortran/MESA installation problem

Nadine Nettelmann nadine.nettelmann at uni-rostock.de
Fri Jan 18 18:05:01 EST 2013


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



More information about the Mesa-users mailing list