[mesa-users] problem installing mesa release 5527

Bill Wolf wmwolf at physics.ucsb.edu
Mon Oct 21 16:15:53 EDT 2013


To add one more voice, I think this is exactly the error addressed here:

http://sourceforge.net/mailarchive/message.php?msg_id=31428487

You just need to add a bit to the utils/makefile_header. I've seen this problem myself when helping someone else install with the sdk (not sure which version) and Matteo/Rich's solution solved the problem.

Regards,

Bill

________________________
William Wolf
wmwolf at physics.ucsb.edu

UCSB Department of Physics

On Oct 21, 2013, at 1:12 PM, Josiah Schwab <jwschwab at berkeley.edu> wrote:

> You're using the development version of the SDK.  Best to stick with the
> current version (april) unless you need the development one (september).
> 
> Josiah
> 
> James MacDonald writes:
> 
>> I get the following error messages when installing release 5527 using the
>> mesa-sdk:
>> 
>> building eos package.
>> 
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals
>> -Wno-unused-parameter -fimplicit-none   -O2 -c -ffixed-form
>> -ffixed-line-length-132 -x f77-cpp-input ../public/eos_def.f
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals
>> -Wno-unused-parameter -fimplicit-none   -fbounds-check -Wuninitialized
>> -Warray-bounds -O2 -g -c -ffree-form -x f95-cpp-input ../private/p_eos.f90
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -O2 -c ../private/potekhin_10.f
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals
>> -Wno-unused-parameter -fimplicit-none   -O2 -c -ffixed-form
>> -ffixed-line-length-132 -x f77-cpp-input ../private/gauss_fermi.f
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals
>> -Wno-unused-parameter -fimplicit-none   -O2 -c -ffixed-form
>> -ffixed-line-length-132 -x f77-cpp-input ../private/helm_alloc.f
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals
>> -Wno-unused-parameter -fimplicit-none   -O2 -c -ffixed-form
>> -ffixed-line-length-132 -x f77-cpp-input ../private/helm_core.f
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals
>> -Wno-unused-parameter -fimplicit-none   -O2 -c -ffixed-form
>> -ffixed-line-length-132 -x f77-cpp-input ../private/eosDT_load_tables.f
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals
>> -Wno-unused-parameter -fimplicit-none   -O2 -c -ffixed-form
>> -ffixed-line-length-132 -x f77-cpp-input ../private/eosPT_load_tables.f
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals
>> -Wno-unused-parameter -fimplicit-none   -O2 -c -ffixed-form
>> -ffixed-line-length-132 -x f77-cpp-input ../private/eosDT_eval.f
>> gfortran -fno-range-check -fmax-errors=100  -fopenmp  -I../public
>> -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals
>> -Wno-unused-parameter -fimplicit-none   -O2 -c -ffixed-form
>> -ffixed-line-length-132 -x f77-cpp-input ../private/eosPT_eval.f
>> ../private/eosPT_eval.f: In function 'get_eospt_results':
>> ../private/eosPT_eval.f:373:0: error: 'c_dy' may be used uninitialized in
>> this function [-Werror=maybe-uninitialized]
>>                beta = 1 - alfa
>> ^
>> ../private/eosPT_eval.f:284:0: note: 'c_dy' was declared here
>>>        logW1, logW2, logW3, logW4, logT1, logT2, logT3, logT4,
>> c_dx, c_dy
>> ^
>> ../private/eosPT_eval.f:378:0: error: 'c_dx' may be used uninitialized in
>> this function [-Werror=maybe-uninitialized]
>>                alfa = min(1d0, sqrt(c_dx**2 + c_dy**2))
>> ^
>> ../private/eosPT_eval.f:284:0: note: 'c_dx' was declared here
>>>        logW1, logW2, logW3, logW4, logT1, logT2, logT3, logT4,
>> c_dx, c_dy
>> ^
>> f951: all warnings being treated as errors
>> make: *** [eosPT_eval.o] Error 1
>> 
>> /Users/jim/mesa/eos/make
>> FAILED
>> 
>> Please help.
>> 
>> Jim
>> James MacDonald
>> Professor and Graduate Program Director
>> Department of Physics and Astronomy
>> University of Delaware
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk_______________________________________________
>> mesa-users mailing list
>> mesa-users at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mesa-users
> 
> 
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
> _______________________________________________
> mesa-users mailing list
> mesa-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mesa-users





More information about the Mesa-users mailing list