Hi sir/madam
i use the command (svn co -r 3851 http://mesa.svn.sourceforge.net/svnroot/mesa/trunk mesa) download the latest version 3851 in my PC. And i following the installation steps (download mesasdk package, settingenvironment variables:
export MESASDK_ROOT=/opt/mesasdk
source $MESASDK_ROOT/bin/mesasdk_init.sh
export OMP_NUM_THREADS=2,
return the mesa directory do ./clean). when do ./install, i meet some trouble as following
:
wutao@...$ ./install
checking if ndiff is installed ...
no! running install_ndiff
ndiff installed in utils/ndiff/
/home/wutao/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
/opt/mesasdk/bin/gfortran: 1: Syntax error: Unterminated quoted string
make: *** [const_def.o] 错误(error) 2
/home/wutao/mesa/const/make
FAILED
/home/wutao/mesa/const
./build_and_test FAILED
how should i do?
my operation system is Ubuntu 11.10
PC parameters as following:
wutao@...:~$ cpuinfo
Intel(R) Core(TM)2 Duo CPU E7400
===== Processor composition =====
Processors(CPUs) : 2
Packages(sockets) : 1
Cores per package : 2
Threads per core : 1
===== Processor identification =====
Processor Thread Id. Core Id. Package Id.
0 0 0 0
1 0 1 0
===== Placement on packages =====
Package Id. Core Id. Processors
0 0,1 0,1
===== Cache sharing =====
Cache Size Processors
L1 32 KB no sharing
L2 3 MB (0,1)
thx
songling
At 2012-02-26 14:33:02,mesa-users-request@... wrote:
>Send mesa-users mailing list submissions to
> mesa-users@...
>
>To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/mesa-users
>or, via email, send a message with subject or body 'help' to
> mesa-users-request@...
>
>You can reach the person managing the list at
> mesa-users-owner@...
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of mesa-users digest..."
>
>
>Today's Topics:
>
> 1. Re: Tioga plots (Ehsan Moravveji)
> 2. Re: , error compiling mesa on 64-bit Ubuntu (Umang Gupta)
> 3. Re: , error compiling mesa on 64-bit Ubuntu (Richard Townsend)
> 4. Re: , error compiling mesa on 64-bit Ubuntu (Umang Gupta)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Sat, 25 Feb 2012 22:21:32 +0330
>From: "Ehsan Moravveji" <moravveji@...>
>Subject: Re: [mesa-users] Tioga plots
>To: "Abhisek Datta" <abhisek007astro@...>
>Cc: mesa-users@...
>Message-ID:
> <772c635f05dc0c39a981c725a768c0e7.squirrel@...>
>Content-Type: text/plain;charset=utf-8
>
>Hi Abihisek,
>Tioga, as you know, is already capable of generating a set of pre-defined
>plots. For the canonical list of available options, please proceed to your
>working directory, where you can find the directory "star_history". change
>your directory into this.
>Then, you will see the available .rb files:
>
>ehsan:star_history ehsan$ ls
>README history_by_yrs_post_flash.rb
>history_by_age.rb history_out
>history_by_lg_ybp.rb load.rb
>history_by_step.rb logg_Teff.data
>ehsan:star_history ehsan$
>
>as you see, there is a file called history_by_age.rb
>To see the available options based on stellar age, do
>> tioga history_by_age.rb -l
>
>I hope this helps.
>Ehsan.
>
>> Hi,
>>
>> Is there any way to plot more than one property like log_Teff and log_L
>> both against age of star in the same graph in Tioga ?
>>
>> Abhisek Datta
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>> ------------------------------------------------------------------------------
>> Virtualization & Cloud Management Using Capacity Planning
>> Cloud computing makes use of virtualization - but cloud computing
>> also focuses on allowing computing to be delivered as a service.
>> http://www.accelacomm.com/jaw/sfnl/114/51521223/_______________________________________________
>> mesa-users mailing list
>> mesa-users@...
>> https://lists.sourceforge.net/lists/listinfo/mesa-users
>>
>
>
>--
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>
>
>
>
>------------------------------
>
>Message: 2
>Date: Sun, 26 Feb 2012 00:28:48 +0530
>From: Umang Gupta <umanggupta92@...>
>Subject: Re: [mesa-users] , error compiling mesa on 64-bit Ubuntu
>To: Matt Coleman <mcoleman@...>
>Cc: mesa-users@...
>Message-ID:
> <CAAAcSBYpH5GNk_DaHYD2m7Lbprd55UF7U+8cuLnKZ1qSavc5jQ@...>
>Content-Type: text/plain; charset="iso-8859-1"
>
>I installed "libxmu-dev" and "libxmmu-dev" instead of "libx-dev" as I
>could not find it and zlib1g-dev instead of the above. I got rid of the two
>of errors and now I get the following error
>
>/home/umang/mesa/star
>building star package.
>
>make: `libstar.a' is up to date.
>make: `libstar.a' is up to date.
>gfortran -fno-range-check -fopenmp -o ../star \
> run_star_extras.o run_star.o run.o -L../../make -lstar -L../../../lib
>-ldiffusion -lionization -lmlt -latm -lkaro -lcolors -leos -lkap -lnet
>-lscreen -lrates -lreaclib -lweak -lneu -lchem -linterp_2d -linterp_1d
>-lnum -lutils -lalert -lconst -lmtx -lmesaklu `mesasdk_lapack_link`
>`mesasdk_blas_link` `mesasdk_pgplot_link` `mesasdk_se_link`
>
>./star: error while loading shared libraries: libpgplot.so: cannot open
>shared object file: No such file or directory
>first file is short
>
>/home/umang/mesa/star/test
>TEST FAILED -- compare test_output to tmp.txt
>
>
>/home/umang/mesa/star
>./build_and_test FAILED
>
>
>On Sat, Feb 25, 2012 at 7:50 AM, Matt Coleman <mcoleman@...:
>
>> Hi Umang,
>>
>> First run 'printenv | grep LD_RUN_PATH' to make sure the environmental
>> variable is set. I assume it is, but it's worth checking. Assuming that is
>> set properly then try installing "libx-div" (sudo apt-get install libx-div)
>> to fix the "cannot find -lX11" error. "sudo apt-get install zlib1g-div"
>> should fix the other error.
>>
>> Best,
>>
>> Matt
>>
>> On Fri, Feb 24, 2012 at 5:42 PM, Umang Gupta <umanggupta92@...:
>>
>>>
>>>
>>>
>>> hi,
>>> I get the following error:
>>>
>>>
>>> /usr/bin/ld: cannot find -lX11
>>> /usr/bin/ld: cannot find -lz
>>>
>>> collect2: error: ld returned 1 exit status
>>> make: *** [star] Error 1
>>>
>>> FAILED
>>>
>>>
>>> /home/umang/mesa/star/test
>>> FAILED
>>>
>>>
>>> /home/umang/mesa/star
>>> ./build_and_test FAILED
>>>
>>> I had already tried
>>> export LD_RUN_PATH=/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu
>>>
>>> but it do not helps :(
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Virtualization & Cloud Management Using Capacity Planning
>>> Cloud computing makes use of virtualization - but cloud computing
>>> also focuses on allowing computing to be delivered as a service.
>>> http://www.accelacomm.com/jaw/sfnl/114/51521223/
>>> _______________________________________________
>>> mesa-users mailing list
>>> mesa-users@...
>>> https://lists.sourceforge.net/lists/listinfo/mesa-users
>>>
>>>
>>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>
>------------------------------
>
>Message: 3
>Date: Sat, 25 Feb 2012 23:44:21 -0600
>From: Richard Townsend <townsend@...>
>Subject: Re: [mesa-users] , error compiling mesa on 64-bit Ubuntu
>To: Umang Gupta <umanggupta92@...>
>Cc: mesa-users@...
>Message-ID: <4244ED2E-335F-40E8-ABFD-EAC4F12DC8F5@...>
>Content-Type: text/plain; charset=iso-8859-1
>
>Can you run the command 'mesasdk_pgplot_link', and send the output?
>
>On Feb 25, 2012, at 12:58 PM, Umang Gupta wrote:
>
>> I installed "libxmu-dev" and "libxmmu-dev" instead of "libx-dev" as I could not find it and zlib1g-dev instead of the above. I got rid of the two of errors and now I get the following error
>>
>> /home/umang/mesa/star
>> building star package.
>>
>> make: `libstar.a' is up to date.
>> make: `libstar.a' is up to date.
>> gfortran -fno-range-check -fopenmp -o ../star \
>> run_star_extras.o run_star.o run.o -L../../make -lstar -L../../../lib -ldiffusion -lionization -lmlt -latm -lkaro -lcolors -leos -lkap -lnet -lscreen -lrates -lreaclib -lweak -lneu -lchem -linterp_2d -linterp_1d -lnum -lutils -lalert -lconst -lmtx -lmesaklu `mesasdk_lapack_link` `mesasdk_blas_link` `mesasdk_pgplot_link` `mesasdk_se_link`
>>
>> ./star: error while loading shared libraries: libpgplot.so: cannot open shared object file: No such file or directory
>> first file is short
>>
>> /home/umang/mesa/star/test
>> TEST FAILED -- compare test_output to tmp.txt
>>
>>
>> /home/umang/mesa/star
>> ./build_and_test FAILED
>>
>>
>> On Sat, Feb 25, 2012 at 7:50 AM, Matt Coleman <mcoleman@...> wrote:
>> Hi Umang,
>>
>> First run 'printenv | grep LD_RUN_PATH' to make sure the environmental variable is set. I assume it is, but it's worth checking. Assuming that is set properly then try installing "libx-div" (sudo apt-get install libx-div) to fix the "cannot find -lX11" error. "sudo apt-get install zlib1g-div" should fix the other error.
>>
>> Best,
>>
>> Matt
>>
>> On Fri, Feb 24, 2012 at 5:42 PM, Umang Gupta <umanggupta92@...> wrote:
>>
>>
>>
>> hi,
>> I get the following error:
>>
>>
>> /usr/bin/ld: cannot find -lX11
>> /usr/bin/ld: cannot find -lz
>>
>> collect2: error: ld returned 1 exit status
>> make: *** [star] Error 1
>>
>> FAILED
>>
>>
>> /home/umang/mesa/star/test
>> FAILED
>>
>>
>> /home/umang/mesa/star
>> ./build_and_test FAILED
>>
>> I had already tried
>> export LD_RUN_PATH=/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu
>>
>> but it do not helps :(
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Virtualization & Cloud Management Using Capacity Planning
>> Cloud computing makes use of virtualization - but cloud computing
>> also focuses on allowing computing to be delivered as a service.
>> http://www.accelacomm.com/jaw/sfnl/114/51521223/
>> _______________________________________________
>> mesa-users mailing list
>> mesa-users@...
>> https://lists.sourceforge.net/lists/listinfo/mesa-users
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Virtualization & Cloud Management Using Capacity Planning
>> Cloud computing makes use of virtualization - but cloud computing
>> also focuses on allowing computing to be delivered as a service.
>> http://www.accelacomm.com/jaw/sfnl/114/51521223/_______________________________________________
>> mesa-users mailing list
>> mesa-users@...
>> https://lists.sourceforge.net/lists/listinfo/mesa-users
>
>
>
>
>------------------------------
>
>Message: 4
>Date: Sun, 26 Feb 2012 12:02:53 +0530
>From: Umang Gupta <umanggupta92@...>
>Subject: Re: [mesa-users] , error compiling mesa on 64-bit Ubuntu
>To: Richard Townsend <townsend@...>
>Cc: mesa-users@...
>Message-ID:
> <CAAAcSBY2_+ydUcrcmp_RkK7jeo7yKWoY+MakXuttovkgCzyw7A@...>
>Content-Type: text/plain; charset="iso-8859-1"
>
>required output :
>
>umang@...:~$ mesasdk_pgplot_link
>-L/home/umang/mesasdk/pgplot -lpgplot -lX11
>
>
>On Sun, Feb 26, 2012 at 11:14 AM, Richard Townsend
><townsend@...:
>
>> Can you run the command 'mesasdk_pgplot_link', and send the output?
>>
>> On Feb 25, 2012, at 12:58 PM, Umang Gupta wrote:
>>
>> > I installed "libxmu-dev" and "libxmmu-dev" instead of "libx-dev" as I
>> could not find it and zlib1g-dev instead of the above. I got rid of the two
>> of errors and now I get the following error
>> >
>> > /home/umang/mesa/star
>> > building star package.
>> >
>> > make: `libstar.a' is up to date.
>> > make: `libstar.a' is up to date.
>> > gfortran -fno-range-check -fopenmp -o ../star \
>> > run_star_extras.o run_star.o run.o -L../../make -lstar
>> -L../../../lib -ldiffusion -lionization -lmlt -latm -lkaro -lcolors -leos
>> -lkap -lnet -lscreen -lrates -lreaclib -lweak -lneu -lchem -linterp_2d
>> -linterp_1d -lnum -lutils -lalert -lconst -lmtx -lmesaklu
>> `mesasdk_lapack_link` `mesasdk_blas_link` `mesasdk_pgplot_link`
>> `mesasdk_se_link`
>> >
>> > ./star: error while loading shared libraries: libpgplot.so: cannot open
>> shared object file: No such file or directory
>> > first file is short
>> >
>> > /home/umang/mesa/star/test
>> > TEST FAILED -- compare test_output to tmp.txt
>> >
>> >
>> > /home/umang/mesa/star
>> > ./build_and_test FAILED
>> >
>> >
>> > On Sat, Feb 25, 2012 at 7:50 AM, Matt Coleman <mcoleman@...>
>> wrote:
>> > Hi Umang,
>> >
>> > First run 'printenv | grep LD_RUN_PATH' to make sure the environmental
>> variable is set. I assume it is, but it's worth checking. Assuming that is
>> set properly then try installing "libx-div" (sudo apt-get install libx-div)
>> to fix the "cannot find -lX11" error. "sudo apt-get install zlib1g-div"
>> should fix the other error.
>> >
>> > Best,
>> >
>> > Matt
>> >
>> > On Fri, Feb 24, 2012 at 5:42 PM, Umang Gupta <umanggupta92@...>
>> wrote:
>> >
>> >
>> >
>> > hi,
>> > I get the following error:
>> >
>> >
>> > /usr/bin/ld: cannot find -lX11
>> > /usr/bin/ld: cannot find -lz
>> >
>> > collect2: error: ld returned 1 exit status
>> > make: *** [star] Error 1
>> >
>> > FAILED
>> >
>> >
>> > /home/umang/mesa/star/test
>> > FAILED
>> >
>> >
>> > /home/umang/mesa/star
>> > ./build_and_test FAILED
>> >
>> > I had already tried
>> > export LD_RUN_PATH=/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu
>> >
>> > but it do not helps :(
>> >
>> >
>> >
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Virtualization & Cloud Management Using Capacity Planning
>> > Cloud computing makes use of virtualization - but cloud computing
>> > also focuses on allowing computing to be delivered as a service.
>> > http://www.accelacomm.com/jaw/sfnl/114/51521223/
>> > _______________________________________________
>> > mesa-users mailing list
>> > mesa-users@...
>> > https://lists.sourceforge.net/lists/listinfo/mesa-users
>> >
>> >
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Virtualization & Cloud Management Using Capacity Planning
>> > Cloud computing makes use of virtualization - but cloud computing
>> > also focuses on allowing computing to be delivered as a service.
>> >
>> http://www.accelacomm.com/jaw/sfnl/114/51521223/_______________________________________________
>> > mesa-users mailing list
>> > mesa-users@...
>> > https://lists.sourceforge.net/lists/listinfo/mesa-users
>>
>>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>
>------------------------------
>
>------------------------------------------------------------------------------
>Virtualization & Cloud Management Using Capacity Planning
>Cloud computing makes use of virtualization - but cloud computing
>also focuses on allowing computing to be delivered as a service.
>http://www.accelacomm.com/jaw/sfnl/114/51521223/
>
>------------------------------
>
>_______________________________________________
>mesa-users mailing list
>mesa-users@...
>https://lists.sourceforge.net/lists/listinfo/mesa-users
>
>
>End of mesa-users Digest, Vol 30, Issue 26
>******************************************
|