[mesa-users] Question

Broxton Miles bjmiles at crimson.ua.edu
Wed Jun 24 12:33:40 EDT 2015


Let's keep this on the mailing list so make sure you're hitting reply all.

 I started again and know I got the following error:
> /home/lnovais/mesasdk/trunk/utils
> building utils package.
> gfortran -fno-range-check  -fopenmp  -I../public -I../private
> -I../../include -Wunused-value -Werror -W -fimplicit-none   -fbounds-check
> -O2 -g -c -ffree-form   ../public/utils_def.f
> gfortran -fno-range-check  -fopenmp  -I../public -I../private
> -I../../include -Wunused-value -Werror -W -fimplicit-none   -fbounds-check
> -O2 -g -c -ffree-form   ../private/utils_isnan_okay.f
> ../private/utils_isnan_okay.f:43.36:
>          is_real_inf = (2*x==x .and. x /= 0)
>                                     1
> Warning: Inequality comparison for REAL(4) at (1)
> ../private/utils_isnan_okay.f:43.24:
>          is_real_inf = (2*x==x .and. x /= 0)
>                         1
> Warning: Equality comparison for REAL(4) at (1)
> ../private/utils_isnan_okay.f:37.31:
>          is_inf = (2*x==x .and. x /= 0)
>                                1
> Warning: Inequality comparison for REAL(8) at (1)
> ../private/utils_isnan_okay.f:37.19:
>          is_inf = (2*x==x .and. x /= 0)
>                    1
> Warning: Equality comparison for REAL(8) at (1)
> makefile:42: recipe for target 'utils_isnan_okay.o' failed
> make: *** [utils_isnan_okay.o] Error 1
> /home/lnovais/mesasdk/trunk/utils/make
> FAILED
>
> /home/lnovais/mesasdk/trunk/utils
> ./build_and_test FAILED


I'm not entirely sure of what could be causing that. What is the output of
gfortran --version and echo $MESASDK_ROOT?

Broxton



On Wed, Jun 24, 2015 at 12:22 PM, Liliana Novais <linovais at gmail.com> wrote:

> I started again and know I got the following error:
>
> /home/lnovais/mesasdk/trunk/utils
> building utils package.
>
> gfortran -fno-range-check  -fopenmp  -I../public -I../private
> -I../../include -Wunused-value -Werror -W -fimplicit-none   -fbounds-check
> -O2 -g -c -ffree-form   ../public/utils_def.f
> gfortran -fno-range-check  -fopenmp  -I../public -I../private
> -I../../include -Wunused-value -Werror -W -fimplicit-none   -fbounds-check
> -O2 -g -c -ffree-form   ../private/utils_isnan_okay.f
> ../private/utils_isnan_okay.f:43.36:
>
>          is_real_inf = (2*x==x .and. x /= 0)
>                                     1
> Warning: Inequality comparison for REAL(4) at (1)
> ../private/utils_isnan_okay.f:43.24:
>
>          is_real_inf = (2*x==x .and. x /= 0)
>                         1
> Warning: Equality comparison for REAL(4) at (1)
> ../private/utils_isnan_okay.f:37.31:
>
>          is_inf = (2*x==x .and. x /= 0)
>                                1
> Warning: Inequality comparison for REAL(8) at (1)
> ../private/utils_isnan_okay.f:37.19:
>
>          is_inf = (2*x==x .and. x /= 0)
>                    1
> Warning: Equality comparison for REAL(8) at (1)
> makefile:42: recipe for target 'utils_isnan_okay.o' failed
> make: *** [utils_isnan_okay.o] Error 1
>
> /home/lnovais/mesasdk/trunk/utils/make
> FAILED
>
>
> /home/lnovais/mesasdk/trunk/utils
> ./build_and_test FAILED
>
>
> 2015-06-24 16:49 GMT+01:00 Liliana Novais <linovais at gmail.com>:
>
>> I went to that site and downloaded it then I started to install
>> following the steps I'm gointo to erase all and start again because I
>> must had made a mistake somewhere
>>
>>
>> 2015-06-24 16:43 GMT+01:00 Broxton Miles <bjmiles at crimson.ua.edu>:
>>
>>> Liliana,
>>>
>>> I just have to download it? or do I need to run it also?
>>>>
>>>> I followed the steps on this site:
>>>> http://joaofariaresearch.weebly.com/1/post/2012/04/installing-mesa.html
>>>>
>>>
>>>
>>> Yeah, you have to download it and install it/initialize it.
>>>
>>> I would say follow the instructions on the sdk site that pertain to your
>>> particular system:
>>>
>>> http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#toc-Downloads
>>>
>>> Try following those instructions and those of the official MESA page
>>> <http://mesa.sourceforge.net/prereqs.html> and then report back your
>>> results, and we'll go from there.
>>>
>>> Broxton
>>>
>>> On Wed, Jun 24, 2015 at 11:37 AM, Liliana Novais <linovais at gmail.com>
>>> wrote:
>>>
>>>> I just have to download it? or do I need to run it also?
>>>>
>>>> I followed the steps on this site:
>>>> http://joaofariaresearch.weebly.com/1/post/2012/04/installing-mesa.html
>>>>
>>>> 2015-06-24 16:34 GMT+01:00 Broxton Miles <bjmiles at crimson.ua.edu>:
>>>>
>>>>> Have you downloaded and initialized the mesasdk?
>>>>>
>>>>> The reason I ask is:
>>>>>
>>>>>> make: gfortran: Command not found
>>>>>
>>>>>
>>>>> It can't find the compiler.
>>>>>
>>>>> Broxton
>>>>>
>>>>> On Wed, Jun 24, 2015 at 11:31 AM, Liliana Novais <linovais at gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> I just was able to set the core number and there is another error on
>>>>>> my installation:
>>>>>>
>>>>>> [lnovais at new-host MESA]$ ./install
>>>>>> checking if ndiff is installed ...
>>>>>> no! running install_ndiff
>>>>>> ndiff installed in utils/ndiff/
>>>>>>
>>>>>> /home/lnovais/Programs/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 ../public/const_def.f
>>>>>> make: gfortran: Command not found
>>>>>> makefile:26: recipe for target 'const_def.o' failed
>>>>>> make: *** [const_def.o] Error 127
>>>>>>
>>>>>> /home/lnovais/Programs/MESA/const/make
>>>>>> FAILED
>>>>>>
>>>>>>
>>>>>> /home/lnovais/Programs/MESA/const
>>>>>> ./build_and_test FAILED
>>>>>>
>>>>>>
>>>>>> What is still missing?
>>>>>>
>>>>>> Thanks
>>>>>> Liliana
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Monitor 25 network devices or servers for free with OpManager!
>>>>>> OpManager is web-based network management software that monitors
>>>>>> network devices and physical & virtual servers, alerts via email & sms
>>>>>> for fault. Monitor 25 devices for free with no restriction. Download
>>>>>> now
>>>>>> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
>>>>>> _______________________________________________
>>>>>> mesa-users mailing list
>>>>>> mesa-users at lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/mesa-users
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20150624/e28e4a36/attachment.html>


More information about the Mesa-users mailing list