This list is closed, nobody may subscribe to it.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(5) |
2009 |
Jan
(5) |
Feb
(1) |
Mar
(3) |
Apr
(4) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
|
Nov
(1) |
Dec
(13) |
2010 |
Jan
|
Feb
(6) |
Mar
(4) |
Apr
(1) |
May
(10) |
Jun
(43) |
Jul
(37) |
Aug
(3) |
Sep
(6) |
Oct
(26) |
Nov
(17) |
Dec
(29) |
2011 |
Jan
(28) |
Feb
(18) |
Mar
(42) |
Apr
(18) |
May
(13) |
Jun
(32) |
Jul
(32) |
Aug
(25) |
Sep
(46) |
Oct
(41) |
Nov
(36) |
Dec
(43) |
2012 |
Jan
(92) |
Feb
(120) |
Mar
(40) |
Apr
(75) |
May
(40) |
Jun
(93) |
Jul
(115) |
Aug
(67) |
Sep
(38) |
Oct
(92) |
Nov
(95) |
Dec
(47) |
2013 |
Jan
(171) |
Feb
(200) |
Mar
(100) |
Apr
(134) |
May
(112) |
Jun
(142) |
Jul
(123) |
Aug
(66) |
Sep
(175) |
Oct
(236) |
Nov
(141) |
Dec
(98) |
2014 |
Jan
(91) |
Feb
(88) |
Mar
(126) |
Apr
(63) |
May
(123) |
Jun
(122) |
Jul
(105) |
Aug
(83) |
Sep
(114) |
Oct
(90) |
Nov
(181) |
Dec
(85) |
2015 |
Jan
(111) |
Feb
(120) |
Mar
(161) |
Apr
(95) |
May
(93) |
Jun
(185) |
Jul
(170) |
Aug
(119) |
Sep
(128) |
Oct
(110) |
Nov
(145) |
Dec
(92) |
2016 |
Jan
(105) |
Feb
(106) |
Mar
(101) |
Apr
(59) |
May
(96) |
Jun
(168) |
Jul
(110) |
Aug
(183) |
Sep
(85) |
Oct
(79) |
Nov
(87) |
Dec
(86) |
2017 |
Jan
(100) |
Feb
(77) |
Mar
(85) |
Apr
(52) |
May
(60) |
Jun
(63) |
Jul
(67) |
Aug
(24) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
From: Richard T. <tow...@as...> - 2011-12-15 01:10:49
|
You need to just add the same sequence of commands (as used interactively) to the appropriate login script file. To find out which file to edit, first you must find out which shell you are using: echo $SHELL Common shells are as follows: sh - Bourne shell; edit ~/.profile bash - Bourne Again shell; edit ~/.bashrc csh - C shell; edit ~/.cshrc tcsh - TC shell; edit ~/.tcshrc cheers, Rich On Dec 13, 2011, at 4:32 AM, zahra motahar wrote: > Dear MESA friends, > > How can I set environment variables in my login scripts to avoid repeating the steps every time ? (I use the Fedora 16 linux.) > > Bests, > Zahra > ------------------------------------------------------------------------------ > Cloud Computing - Latest Buzzword or a Glimpse of the Future? > This paper surveys cloud computing today: What are the benefits? > Why are businesses embracing it? What are its payoffs and pitfalls? > http://www.accelacomm.com/jaw/sdnl/114/51425149/_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
From: Aaron D. <aar...@gm...> - 2011-12-14 21:20:07
|
Hi Peter, This is a case where you can override the install script if you trust own results. As you say, the ndiff comparison suggests that the output of your installation is not too different from the default. The simplest way to do this ( assuming you trust your own results! ) is to cd adipls/test and redirect the output from the test program, ./tester > test_output, to "test_output". Then cd back to the top-level and run the install script again. If you prefer to keep the test results in their original form but want to proceed with the install, you can manually compile and export the remaining modules listed in the main install script after adipls. Aaron On Wed, Dec 14, 2011 at 4:10 PM, Pieter Degroote <pi...@st...>wrote: > Hi Bill, > > The astero package fails when updating in my installation. I'm working > on 32-bit Kubuntu 11.10 (so no SDK, sorry!). I have no library or > compiler issues since I could install everything a few weeks back. This > is the log of my actions: > > 1. I'm upgrading with svn via "svn update -r 3792" > 2. I do a ./clean and ./install > 3. It complained about my kap_data, asked me to delete it, so I deleted > that folder. > 4. I did a ./clean and ./install again. > 5. The astero package failed comparing test_output with tmp.txt > 6. I did a ./clean and ./install again (just do be sure) > 7. I get the same message: > > ... > mesa/adipls has been made, tested, and exported. > > ************************************************ > > /home/pieterd/programs/mesa/astero > building astero package. > > gfortran -fno-range-check -fopenmp -fbounds-check -g > -I../../../include -c -ffree-form > ../../../astero/run_star_adipls/star_adipls_support.f > gfortran -fno-range-check -fopenmp -fbounds-check -g > -I../../../include -c -ffree-form ../src/run_star_extras.f > gfortran -fno-range-check -fopenmp -fbounds-check -g > -I../../../include -c -ffree-form > ../../../astero/run_star_adipls/run_star_extras_adipls.f > gfortran -fno-range-check -fopenmp -fbounds-check -g > -I../../../include -c -ffree-form ../../../star/test/src/run_star.f > gfortran -fno-range-check -fopenmp -fbounds-check -g > -I../../../include -c -ffree-form ../src/run.f > gfortran -fno-range-check -fopenmp -fbounds-check -g > -I../../../include -c -ffree-form > ../../../astero/run_star_adipls/star_adipls_support_procs.f > gfortran -fopenmp -o ../star \ > run_star_extras.o run_star_extras_adipls.o run_star.o run.o > -L../../../lib -lstar -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 -lmesalapack -lmesablas -L/usr/lib/pgplot5 -lpgplot -lX11 -lpng > \ > star_adipls_support.o -ladipls star_adipls_support_procs.o > > 5c5 > < 1 0.2715408114617294E-03 -0.1210601832184118E-06 > 0.0000000000000000E+00 > --- field 3 relative error 4.15e-02 > > 1 0.2715405895781906E-03 -0.1162346679831949E-06 > 0.0000000000000000E+00 > 6c6 > < 2 0.3433970493707031E-03 -0.1495725015752948E-06 > 0.0000000000000000E+00 > --- field 3 relative error 2.05e-02 > > 2 0.3433967686240131E-03 -0.1465674430847568E-06 > 0.0000000000000000E+00 > 7c7 > < 3 0.4341861725531719E-03 -0.1869277613700836E-06 > 0.0000000000000000E+00 > --- field 3 relative error 1.01e-02 > > 3 0.4341858170268709E-03 -0.1850553955812315E-06 > 0.0000000000000000E+00 > > /home/pieterd/programs/mesa/astero/test > TEST FAILED -- compare test_output to tmp.txt > > > /home/pieterd/programs/mesa/astero > ./build_and_test FAILED > > > > > > > > > > From the looks of it, the input and output are not too different. > > Many thanks, > Pieter > > > > > > > On 12/13/2011 01:43 PM, Bill Paxton wrote: > > Fixes a bug with the test when installing the astero package. > > (the package was fine; the test had a bug!) > > > > -B > > > > > > > > > ------------------------------------------------------------------------------ > > Systems Optimization Self Assessment > > Improve efficiency and utilization of IT resources. Drive out cost and > > improve service delivery. Take 5 minutes to use this Systems Optimization > > Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/ > > _______________________________________________ > > mesa-users mailing list > > mes...@li... > > https://lists.sourceforge.net/lists/listinfo/mesa-users > > > > ------------------------------------------------------------------------------ > Cloud Computing - Latest Buzzword or a Glimpse of the Future? > This paper surveys cloud computing today: What are the benefits? > Why are businesses embracing it? What are its payoffs and pitfalls? > http://www.accelacomm.com/jaw/sdnl/114/51425149/ > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > |
From: Pieter D. <pi...@st...> - 2011-12-14 21:10:48
|
Hi Bill, The astero package fails when updating in my installation. I'm working on 32-bit Kubuntu 11.10 (so no SDK, sorry!). I have no library or compiler issues since I could install everything a few weeks back. This is the log of my actions: 1. I'm upgrading with svn via "svn update -r 3792" 2. I do a ./clean and ./install 3. It complained about my kap_data, asked me to delete it, so I deleted that folder. 4. I did a ./clean and ./install again. 5. The astero package failed comparing test_output with tmp.txt 6. I did a ./clean and ./install again (just do be sure) 7. I get the same message: ... mesa/adipls has been made, tested, and exported. ************************************************ /home/pieterd/programs/mesa/astero building astero package. gfortran -fno-range-check -fopenmp -fbounds-check -g -I../../../include -c -ffree-form ../../../astero/run_star_adipls/star_adipls_support.f gfortran -fno-range-check -fopenmp -fbounds-check -g -I../../../include -c -ffree-form ../src/run_star_extras.f gfortran -fno-range-check -fopenmp -fbounds-check -g -I../../../include -c -ffree-form ../../../astero/run_star_adipls/run_star_extras_adipls.f gfortran -fno-range-check -fopenmp -fbounds-check -g -I../../../include -c -ffree-form ../../../star/test/src/run_star.f gfortran -fno-range-check -fopenmp -fbounds-check -g -I../../../include -c -ffree-form ../src/run.f gfortran -fno-range-check -fopenmp -fbounds-check -g -I../../../include -c -ffree-form ../../../astero/run_star_adipls/star_adipls_support_procs.f gfortran -fopenmp -o ../star \ run_star_extras.o run_star_extras_adipls.o run_star.o run.o -L../../../lib -lstar -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 -lmesalapack -lmesablas -L/usr/lib/pgplot5 -lpgplot -lX11 -lpng \ star_adipls_support.o -ladipls star_adipls_support_procs.o 5c5 < 1 0.2715408114617294E-03 -0.1210601832184118E-06 0.0000000000000000E+00 --- field 3 relative error 4.15e-02 > 1 0.2715405895781906E-03 -0.1162346679831949E-06 0.0000000000000000E+00 6c6 < 2 0.3433970493707031E-03 -0.1495725015752948E-06 0.0000000000000000E+00 --- field 3 relative error 2.05e-02 > 2 0.3433967686240131E-03 -0.1465674430847568E-06 0.0000000000000000E+00 7c7 < 3 0.4341861725531719E-03 -0.1869277613700836E-06 0.0000000000000000E+00 --- field 3 relative error 1.01e-02 > 3 0.4341858170268709E-03 -0.1850553955812315E-06 0.0000000000000000E+00 /home/pieterd/programs/mesa/astero/test TEST FAILED -- compare test_output to tmp.txt /home/pieterd/programs/mesa/astero ./build_and_test FAILED From the looks of it, the input and output are not too different. Many thanks, Pieter On 12/13/2011 01:43 PM, Bill Paxton wrote: > Fixes a bug with the test when installing the astero package. > (the package was fine; the test had a bug!) > > -B > > > > ------------------------------------------------------------------------------ > Systems Optimization Self Assessment > Improve efficiency and utilization of IT resources. Drive out cost and > improve service delivery. Take 5 minutes to use this Systems Optimization > Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/ > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
From: Richard T. <tow...@as...> - 2011-12-14 18:42:53
|
Hi Umang -- It looks like you haven't correctly source'd the initialization scripts! Have another read through of the mesasdk installation instructions here: http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#toc-Setting_Environment_Variables cheers, Rich On Dec 14, 2011, at 12:34 PM, umang impossible wrote: > -L../../make -lmtx -lmesaklu `mesasdk_lapack_link` `mesasdk_blas_link` -L../../../lib -lutils -lalert > /bin/sh: mesasdk_lapack_link: not found > /bin/sh: mesasdk_blas_link: not found > test_banded.o: In function `__test_banded_MOD_test_med': > /home/umang/mesa/mtx/test/make/../src/test_banded.f:134: undefined reference to `dgbsv_' > test_square.o: In function `__test_square_MOD_test_square1': > /home/umang/mesa/mtx/test/make/../src/test_square.f:181: undefined reference to `dgetrf_' > /home/umang/mesa/mtx/test/make/../src/test_square.f:187: undefined reference to `dgetrs_' > test_square.o: In function `__test_square_MOD_test_square2': > /home/umang/mesa/mtx/test/make/../src/test_square.f:139: undefined reference to `dgetrf_' > /home/umang/mesa/mtx/test/make/../src/test_square.f:144: undefined reference to `dgetrs_' > /home/umang/mesa/mtx/test/make/../src/test_square.f:150: undefined reference to `dgetrf_' > /home/umang/mesa/mtx/test/make/../src/test_square.f:155: undefined reference to `dgetrs_' > test_square.o: In function `__test_square_MOD_test_square_inv': > /home/umang/mesa/mtx/test/make/../src/test_square.f:68: undefined reference to `dgetrf_' > /home/umang/mesa/mtx/test/make/../src/test_square.f:75: undefined reference to `dgetrs_' > /home/umang/mesa/mtx/test/make/../src/test_square.f:81: undefined reference to `dgemv_' > /home/umang/mesa/mtx/test/make/../src/test_square.f:94: undefined reference to `dgetrf_' > /home/umang/mesa/mtx/test/make/../src/test_square.f:101: undefined reference to `dgetrs_' > /home/umang/mesa/mtx/test/make/../src/test_square.f:106: undefined reference to `dgemv_' > ../../make/libmtx.a(d_and_c_block.o): In function `do_dgemm0.2772': > d_and_c_block.f:(.text+0x918): undefined reference to `dgemm_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_mtx_rcond_banded': > mtx_lib.f:(.text+0x55a): undefined reference to `lsame_' > mtx_lib.f:(.text+0x598): undefined reference to `dlangb_' > mtx_lib.f:(.text+0x5d0): undefined reference to `dgbtrf_' > mtx_lib.f:(.text+0x63b): undefined reference to `dgbcon_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_mtx_rcond': > mtx_lib.f:(.text+0x6c4): undefined reference to `lsame_' > mtx_lib.f:(.text+0x6f7): undefined reference to `dlange_' > mtx_lib.f:(.text+0x71d): undefined reference to `dgetrf_' > mtx_lib.f:(.text+0x761): undefined reference to `dgecon_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_tridiag_solc': > mtx_lib.f:(.text+0x3ab4): undefined reference to `zgttrs_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_tridiag_decc': > mtx_lib.f:(.text+0x4025): undefined reference to `zgttrf_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_tridiag_sol': > mtx_lib.f:(.text+0x45fb): undefined reference to `dgttrs_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_tridiag_dec': > mtx_lib.f:(.text+0x4a50): undefined reference to `dgttrf_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_solbc': > mtx_lib.f:(.text+0x6245): undefined reference to `zgbtrs_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_solc': > mtx_lib.f:(.text+0x667b): undefined reference to `zgetrs_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_decbc': > mtx_lib.f:(.text+0x69a3): undefined reference to `zgbtrf_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_decc': > mtx_lib.f:(.text+0x6d5c): undefined reference to `zgetrf_' > ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_decsol': > mtx_lib.f:(.text+0x7237): undefined reference to `dgbtrf_' > mtx_lib.f:(.text+0x72ae): undefined reference to `dgbtrs_' > mtx_lib.f:(.text+0x72ca): undefined reference to `dgetrf_' > mtx_lib.f:(.text+0x7308): undefined reference to `dgetrs_' > ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_block_lapack_mv._omp_fn.1': > mtx_support.f:(.text+0x260): undefined reference to `dgemv_' > mtx_support.f:(.text+0x4ab): undefined reference to `dgemv_' > mtx_support.f:(.text+0x70a): undefined reference to `dgemv_' > ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_banded_lapack_refine1': > mtx_support.f:(.text+0x1ce4): undefined reference to `dgbmv_' > ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_lu_factored_square_mm': > mtx_support.f:(.text+0x240f): undefined reference to `dlaswp_' > ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_square_lapack_refine': > mtx_support.f:(.text+0x29e4): undefined reference to `dgetrs_' > ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_lu_factored_square_mv': > mtx_support.f:(.text+0x2e2c): undefined reference to `dlaswp_' > ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_square_lapack_refine1': > mtx_support.f:(.text+0x32d7): undefined reference to `dgetrs_' > ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_lu_factored_block_lapack_mv._omp_fn.2': > mtx_support.f:(.text+0x3862): undefined reference to `dgemv_' > mtx_support.f:(.text+0x3aea): undefined reference to `dgemv_' > ../../make/libmtx.a(thomas_block.o): In function `__thomas_block_MOD_thomas_solve1': > thomas_block.f:(.text+0x928): undefined reference to `dgetrs_' > ../../make/libmtx.a(thomas_block.o): In function `__thomas_block_MOD_thomas_solve': > thomas_block.f:(.text+0x1865): undefined reference to `dgetrs_' > ../../make/libmtx.a(thomas_block.o): In function `__thomas_block_MOD_thomas_factor': > thomas_block.f:(.text+0x2d48): undefined reference to `dlamch_' > thomas_block.f:(.text+0x30d9): undefined reference to `idamax_' > thomas_block.f:(.text+0x3150): undefined reference to `dswap_' > thomas_block.f:(.text+0x322d): undefined reference to `dger_' > collect2: ld returned 1 exit status > make: *** [tester] Error 1 > > /home/umang/mesa/mtx/test > FAILED > > > /home/umang/mesa/mtx > ./build_and_test FAILED > > hey please bear with this long crap . I think probably this is the stuff creating problem. All I could figure out is lot of not found stuff around > > On Wed, Dec 14, 2011 at 10:22 PM, Richard Townsend <tow...@as...> wrote: > Hi Umang -- > > Can you send a little bit more of the output leading up to the error? > > cheers, > > Rich > > On Dec 14, 2011, at 9:17 AM, umang impossible wrote: > > > hey guys , > > I m using ubuntu 11.10, i tried installing mesa 3792. evrything worked fine for me but finally when running install it pops up the error > > > > collect2: ld returned 1 exit status > > make: *** [tester] Error 1 > > > > /home/umang/mesa/mtx/test > > FAILED > > > > > > /home/umang/mesa/mtx > > ./build_and_test FAILED > > > > can anybody help me figure out the error > > I m using gfortran compiler. Since I m new to linux can some body help me to figure out how to switch to ifortran > > Btw .. I have downloaded and installed intel studio compiler > > > > I will be greatful if someone can help me on this > > > > Umang Gupta > > Undergraduate Student > > ------------------------------------------------------------------------------ > > Cloud Computing - Latest Buzzword or a Glimpse of the Future? > > This paper surveys cloud computing today: What are the benefits? > > Why are businesses embracing it? What are its payoffs and pitfalls? > > http://www.accelacomm.com/jaw/sdnl/114/51425149/_______________________________________________ > > mesa-users mailing list > > mes...@li... > > https://lists.sourceforge.net/lists/listinfo/mesa-users > > |
From: umang i. <uma...@gm...> - 2011-12-14 18:34:30
|
-L../../make -lmtx -lmesaklu `mesasdk_lapack_link` `mesasdk_blas_link` -L../../../lib -lutils -lalert /bin/sh: mesasdk_lapack_link: not found /bin/sh: mesasdk_blas_link: not found test_banded.o: In function `__test_banded_MOD_test_med': /home/umang/mesa/mtx/test/make/../src/test_banded.f:134: undefined reference to `dgbsv_' test_square.o: In function `__test_square_MOD_test_square1': /home/umang/mesa/mtx/test/make/../src/test_square.f:181: undefined reference to `dgetrf_' /home/umang/mesa/mtx/test/make/../src/test_square.f:187: undefined reference to `dgetrs_' test_square.o: In function `__test_square_MOD_test_square2': /home/umang/mesa/mtx/test/make/../src/test_square.f:139: undefined reference to `dgetrf_' /home/umang/mesa/mtx/test/make/../src/test_square.f:144: undefined reference to `dgetrs_' /home/umang/mesa/mtx/test/make/../src/test_square.f:150: undefined reference to `dgetrf_' /home/umang/mesa/mtx/test/make/../src/test_square.f:155: undefined reference to `dgetrs_' test_square.o: In function `__test_square_MOD_test_square_inv': /home/umang/mesa/mtx/test/make/../src/test_square.f:68: undefined reference to `dgetrf_' /home/umang/mesa/mtx/test/make/../src/test_square.f:75: undefined reference to `dgetrs_' /home/umang/mesa/mtx/test/make/../src/test_square.f:81: undefined reference to `dgemv_' /home/umang/mesa/mtx/test/make/../src/test_square.f:94: undefined reference to `dgetrf_' /home/umang/mesa/mtx/test/make/../src/test_square.f:101: undefined reference to `dgetrs_' /home/umang/mesa/mtx/test/make/../src/test_square.f:106: undefined reference to `dgemv_' ../../make/libmtx.a(d_and_c_block.o): In function `do_dgemm0.2772': d_and_c_block.f:(.text+0x918): undefined reference to `dgemm_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_mtx_rcond_banded': mtx_lib.f:(.text+0x55a): undefined reference to `lsame_' mtx_lib.f:(.text+0x598): undefined reference to `dlangb_' mtx_lib.f:(.text+0x5d0): undefined reference to `dgbtrf_' mtx_lib.f:(.text+0x63b): undefined reference to `dgbcon_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_mtx_rcond': mtx_lib.f:(.text+0x6c4): undefined reference to `lsame_' mtx_lib.f:(.text+0x6f7): undefined reference to `dlange_' mtx_lib.f:(.text+0x71d): undefined reference to `dgetrf_' mtx_lib.f:(.text+0x761): undefined reference to `dgecon_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_tridiag_solc': mtx_lib.f:(.text+0x3ab4): undefined reference to `zgttrs_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_tridiag_decc': mtx_lib.f:(.text+0x4025): undefined reference to `zgttrf_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_tridiag_sol': mtx_lib.f:(.text+0x45fb): undefined reference to `dgttrs_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_tridiag_dec': mtx_lib.f:(.text+0x4a50): undefined reference to `dgttrf_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_solbc': mtx_lib.f:(.text+0x6245): undefined reference to `zgbtrs_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_solc': mtx_lib.f:(.text+0x667b): undefined reference to `zgetrs_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_decbc': mtx_lib.f:(.text+0x69a3): undefined reference to `zgbtrf_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_decc': mtx_lib.f:(.text+0x6d5c): undefined reference to `zgetrf_' ../../make/libmtx.a(mtx_lib.o): In function `__mtx_lib_MOD_lapack_decsol': mtx_lib.f:(.text+0x7237): undefined reference to `dgbtrf_' mtx_lib.f:(.text+0x72ae): undefined reference to `dgbtrs_' mtx_lib.f:(.text+0x72ca): undefined reference to `dgetrf_' mtx_lib.f:(.text+0x7308): undefined reference to `dgetrs_' ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_block_lapack_mv._omp_fn.1': mtx_support.f:(.text+0x260): undefined reference to `dgemv_' mtx_support.f:(.text+0x4ab): undefined reference to `dgemv_' mtx_support.f:(.text+0x70a): undefined reference to `dgemv_' ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_banded_lapack_refine1': mtx_support.f:(.text+0x1ce4): undefined reference to `dgbmv_' ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_lu_factored_square_mm': mtx_support.f:(.text+0x240f): undefined reference to `dlaswp_' ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_square_lapack_refine': mtx_support.f:(.text+0x29e4): undefined reference to `dgetrs_' ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_lu_factored_square_mv': mtx_support.f:(.text+0x2e2c): undefined reference to `dlaswp_' ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_square_lapack_refine1': mtx_support.f:(.text+0x32d7): undefined reference to `dgetrs_' ../../make/libmtx.a(mtx_support.o): In function `__mtx_support_MOD_do_lu_factored_block_lapack_mv._omp_fn.2': mtx_support.f:(.text+0x3862): undefined reference to `dgemv_' mtx_support.f:(.text+0x3aea): undefined reference to `dgemv_' ../../make/libmtx.a(thomas_block.o): In function `__thomas_block_MOD_thomas_solve1': thomas_block.f:(.text+0x928): undefined reference to `dgetrs_' ../../make/libmtx.a(thomas_block.o): In function `__thomas_block_MOD_thomas_solve': thomas_block.f:(.text+0x1865): undefined reference to `dgetrs_' ../../make/libmtx.a(thomas_block.o): In function `__thomas_block_MOD_thomas_factor': thomas_block.f:(.text+0x2d48): undefined reference to `dlamch_' thomas_block.f:(.text+0x30d9): undefined reference to `idamax_' thomas_block.f:(.text+0x3150): undefined reference to `dswap_' thomas_block.f:(.text+0x322d): undefined reference to `dger_' collect2: ld returned 1 exit status make: *** [tester] Error 1 /home/umang/mesa/mtx/test FAILED /home/umang/mesa/mtx ./build_and_test FAILED hey please bear with this long crap . I think probably this is the stuff creating problem. All I could figure out is lot of not found stuff around On Wed, Dec 14, 2011 at 10:22 PM, Richard Townsend <tow...@as...>wrote: > Hi Umang -- > > Can you send a little bit more of the output leading up to the error? > > cheers, > > Rich > > On Dec 14, 2011, at 9:17 AM, umang impossible wrote: > > > hey guys , > > I m using ubuntu 11.10, i tried installing mesa 3792. evrything worked > fine for me but finally when running install it pops up the error > > > > collect2: ld returned 1 exit status > > make: *** [tester] Error 1 > > > > /home/umang/mesa/mtx/test > > FAILED > > > > > > /home/umang/mesa/mtx > > ./build_and_test FAILED > > > > can anybody help me figure out the error > > I m using gfortran compiler. Since I m new to linux can some body help > me to figure out how to switch to ifortran > > Btw .. I have downloaded and installed intel studio compiler > > > > I will be greatful if someone can help me on this > > > > Umang Gupta > > Undergraduate Student > > > ------------------------------------------------------------------------------ > > Cloud Computing - Latest Buzzword or a Glimpse of the Future? > > This paper surveys cloud computing today: What are the benefits? > > Why are businesses embracing it? What are its payoffs and pitfalls? > > > http://www.accelacomm.com/jaw/sdnl/114/51425149/_______________________________________________ > > mesa-users mailing list > > mes...@li... > > https://lists.sourceforge.net/lists/listinfo/mesa-users > > |
From: Richard T. <tow...@as...> - 2011-12-14 16:52:19
|
Hi Umang -- Can you send a little bit more of the output leading up to the error? cheers, Rich On Dec 14, 2011, at 9:17 AM, umang impossible wrote: > hey guys , > I m using ubuntu 11.10, i tried installing mesa 3792. evrything worked fine for me but finally when running install it pops up the error > > collect2: ld returned 1 exit status > make: *** [tester] Error 1 > > /home/umang/mesa/mtx/test > FAILED > > > /home/umang/mesa/mtx > ./build_and_test FAILED > > can anybody help me figure out the error > I m using gfortran compiler. Since I m new to linux can some body help me to figure out how to switch to ifortran > Btw .. I have downloaded and installed intel studio compiler > > I will be greatful if someone can help me on this > > Umang Gupta > Undergraduate Student > ------------------------------------------------------------------------------ > Cloud Computing - Latest Buzzword or a Glimpse of the Future? > This paper surveys cloud computing today: What are the benefits? > Why are businesses embracing it? What are its payoffs and pitfalls? > http://www.accelacomm.com/jaw/sdnl/114/51425149/_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
From: umang i. <uma...@gm...> - 2011-12-14 15:17:43
|
hey guys , I m using ubuntu 11.10, i tried installing mesa 3792. evrything worked fine for me but finally when running install it pops up the error collect2: ld returned 1 exit status make: *** [tester] Error 1 /home/umang/mesa/mtx/test FAILED /home/umang/mesa/mtx ./build_and_test FAILED can anybody help me figure out the error I m using gfortran compiler. Since I m new to linux can some body help me to figure out how to switch to ifortran Btw .. I have downloaded and installed intel studio compiler I will be greatful if someone can help me on this Umang Gupta Undergraduate Student |
From: Bill P. <pa...@ki...> - 2011-12-13 21:43:52
|
Fixes a bug with the test when installing the astero package. (the package was fine; the test had a bug!) -B |
From: Raphael H. <r.h...@ep...> - 2011-12-13 10:50:05
|
Dear All, I have not seen the cool movie yet (can someone email the link) but I created a few movies a few years ago. It might be good to compare them to see how to improve such movies. The ones I created can be downloaded from this webpage: http://www.astro.keele.ac.uk/~hirschi/animation/anim.html Since then, we have learnt how to produce movies in pdf (using latex) and other formats like mpeg. Raphael On 12/12/11 22:08, mes...@li... wrote: > Send mesa-users mailing list submissions to > mes...@li... > > 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 > mes...@li... > > You can reach the person managing the list at > mes...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of mesa-users digest..." > > > Today's Topics: > > 1. Re: mesa release 3790 + a cool movie (Mike Zingale) > 2. Re: mesa release 3790 + a cool movie (Richard Townsend) > 3. Re: mesa release 3790 + a cool movie (Bill Paxton) > 4. Re: [mesa-news] mesa release 3790 + a cool movie > (Richard Townsend) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 12 Dec 2011 12:47:04 -0500 (EST) > From: Mike Zingale<mzi...@sc...> > Subject: Re: [mesa-users] mesa release 3790 + a cool movie > To: Bill Paxton<pa...@ki...> > Cc: "mes...@li... users" > <mes...@li...>, mes...@li... > Message-ID:<Pin...@sc...> > Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > Bill/Josiah, indeed that is a nice movie, and one I am sure many of us > will want to show in our Intro to Astronomy classes when we come upon > stellar evolution. On that note, is there any sort of organized effort > toward MESA for Education, instead of research. Perhaps providing an > archive of nice movies of stellar evolution for use in classes would be a > good start. > > Mike > > > On Mon, 12 Dec 2011, Bill Paxton wrote: > >> Hi, >> >> Release notes will be found below, but I believe in eating dessert first, >> so, here's something neat from Josiah Schwab<jws...@be...> >> >> He used mesa/star plus tioga to make a movie from pdf's giving very high quality text and graphics. >> Thank you, Josiah, for creating this and sharing it with us. ;-) >> I wish I'd had something like it when I was first learning about stellar evolution!!!! >> >> > > ---------------------------------------------------------------------------- > Michael Zingale (mzi...@ma...) > Assistant Professor > > Dept. of Physics and Astronomy office: ESS 440 > Stony Brook University phone: 631-632-8225 > Stony Brook, NY 11794-3800 web: http://www.astro.sunysb.edu/mzingale > ---------------------------------------------------------------------------- > > > > > ------------------------------ > > Message: 2 > Date: Mon, 12 Dec 2011 12:44:18 -0600 > From: Richard Townsend<tow...@as...> > Subject: Re: [mesa-users] mesa release 3790 + a cool movie > To: mzi...@ma... > Cc: "mes...@li... users" > <mes...@li...>, mes...@li... > Message-ID:<4C2...@as...> > Content-Type: text/plain; charset="us-ascii" > > Hi Mike -- > > I'm currently working on just such a grid -- should be finished in a few weeks. > > cheers, > > Rich > > On Dec 12, 2011, at 11:47 AM, Mike Zingale wrote: > >> Bill/Josiah, indeed that is a nice movie, and one I am sure many of us >> will want to show in our Intro to Astronomy classes when we come upon >> stellar evolution. On that note, is there any sort of organized effort >> toward MESA for Education, instead of research. Perhaps providing an >> archive of nice movies of stellar evolution for use in classes would be a >> good start. >> >> Mike >> >> >> On Mon, 12 Dec 2011, Bill Paxton wrote: >> >>> Hi, >>> >>> Release notes will be found below, but I believe in eating dessert first, >>> so, here's something neat from Josiah Schwab<jws...@be...> >>> >>> He used mesa/star plus tioga to make a movie from pdf's giving very high quality text and graphics. >>> Thank you, Josiah, for creating this and sharing it with us. ;-) >>> I wish I'd had something like it when I was first learning about stellar evolution!!!! >>> >>> >> >> ---------------------------------------------------------------------------- >> Michael Zingale (mzi...@ma...) >> Assistant Professor >> >> Dept. of Physics and Astronomy office: ESS 440 >> Stony Brook University phone: 631-632-8225 >> Stony Brook, NY 11794-3800 web: http://www.astro.sunysb.edu/mzingale >> ---------------------------------------------------------------------------- >> >> >> ------------------------------------------------------------------------------ >> Learn Windows Azure Live! Tuesday, Dec 13, 2011 >> Microsoft is holding a special Learn Windows Azure training event for >> developers. It will provide a great way to learn Windows Azure and what it >> provides. You can attend the event by watching it streamed LIVE online. >> Learn more at http://p.sf.net/sfu/ms-windowsazure >> _______________________________________________ >> mesa-users mailing list >> mes...@li... >> https://lists.sourceforge.net/lists/listinfo/mesa-users > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: smime.p7s > Type: application/pkcs7-signature > Size: 7343 bytes > Desc: not available > > ------------------------------ > > Message: 3 > Date: Mon, 12 Dec 2011 10:52:17 -0800 > From: Bill Paxton<pa...@ki...> > Subject: Re: [mesa-users] mesa release 3790 + a cool movie > To: mzi...@ma... > Cc: "mes...@li... users" > <mes...@li...>, mes...@li... > Message-ID:<026...@ki...> > Content-Type: text/plain; charset=us-ascii > > Hi Mike, > > On Dec 12, 2011, at 9:47 AM, Mike Zingale wrote: > >> Bill/Josiah, indeed that is a nice movie, and one I am sure many of us will want to show in our Intro to Astronomy classes when we come upon stellar evolution. > Great! A movie like that is really a huge help to see the how the various things change together as the evolution goes forward. > >> On that note, is there any sort of organized effort toward MESA for Education, instead of research. > Excellent suggestion. There isn't any such organized effort yet, but there certainly should be. > >> Perhaps providing an archive of nice movies of stellar evolution for use in classes would be a good start. > That would be a wonderful start -- I know Rich Townsend has been working on something like that > (oh! I just got his email saying he has been working on it!!!) > > It would be wonderful if you and Rich and anyone else who is interested in MESA for Education would > work together on this. I'd love to see it happen, but I won't be the one to push the effort. > > Cheers, > Bill > > > > > > ------------------------------ > > Message: 4 > Date: Mon, 12 Dec 2011 16:08:04 -0600 > From: Richard Townsend<tow...@as...> > Subject: Re: [mesa-users] [mesa-news] mesa release 3790 + a cool movie > To: "mes...@li... users" > <mes...@li...> > Message-ID:<695...@as...> > Content-Type: text/plain; charset="us-ascii" > > Hi folks -- > > Further to Bill's remarks below about the MESA SDK: > > On Dec 12, 2011, at 11:34 AM, Bill Paxton wrote: > >> Finally, I continue to use Rich Townsend's mesasdk and encourage you to do the same unless you have >> a special need to do things the hard way. To reduce the size of an already too huge mesa download, the mesasdk is >> not included -- get it directly from http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#toc-Downloads >> The latest version is dated Nov 11, 2011. > I put out a new release of the SDK just now (see the link above), which brings the 'current' version to 20111212 (Dec 12, 2011). Together with a number of minor tweaks, this version should resolve some issues that have arisen when linking against the PNG library (libpng). > > It turns out there are fundamental incompatibilities between libpng v1.2 and v1.4, leading to missing symbol errors on some systems. To fix this problem, I've built the whole of libpng into the PGPLOT library (libpgplot), so the system libpng is no longer accessed. I've verified that this works on at least one Linux x86_64 box (thanks, Ben Brown!); please let me know if you encounter any more missing PNG-related symbols. > > cheers, > > Rich > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: smime.p7s > Type: application/pkcs7-signature > Size: 7343 bytes > Desc: not available > > ------------------------------ > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > > ------------------------------ > > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > > > End of mesa-users Digest, Vol 28, Issue 5 > ***************************************** |
From: zahra m. <zam...@gm...> - 2011-12-13 10:32:49
|
Dear MESA friends, How can I set environment variables in my login scripts to avoid repeating the steps every time ? (I use the *Fedora 16 linux.)* Bests, Zahra |
From: Enrico O. <eol...@uw...> - 2011-12-13 07:50:46
|
All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/emaildisclaimer |
From: Richard T. <tow...@as...> - 2011-12-13 06:07:33
|
Hi folks -- Bill has discovered a problem with the recent release of the SDK for OS X -- see his email below. I've managed to fix this issue, and have posted a new release (20111213) on the website (only for OS X, however; for Linux, the 20111212 versions remain the most recent). cheers, Rich Begin forwarded message: > From: Bill Paxton <pa...@ki...> > Subject: Re: [mesa-users] [mesa-news] mesa release 3790 + a cool movie > Date: December 12, 2011 4:19:09 PM CST > To: Richard Townsend <tow...@as...> > > Hi Rich, > > Do I need to rebuild mesa to use the new mesasdk? > I just downloaded it and put it in the place where the previous one had been. > But then when I try to run without recompiling, I'm getting this: > > dyld: Library not loaded: /usr/X11/lib/libX11.6.dylib > Referenced from: /Users/bpaxton/mesa/utils/mesasdk/pgplot/libpgplot.dylib > Reason: Incompatible library version: libpgplot.dylib requires version 10.0.0 or later, but libX11.6.dylib provides version 9.0.0 > > > -Bill > > > > > > > > > On Dec 12, 2011, at 2:08 PM, Richard Townsend wrote: > >> Hi folks -- >> >> Further to Bill's remarks below about the MESA SDK: >> >> On Dec 12, 2011, at 11:34 AM, Bill Paxton wrote: >> >>> Finally, I continue to use Rich Townsend's mesasdk and encourage you to do the same unless you have >>> a special need to do things the hard way. To reduce the size of an already too huge mesa download, the mesasdk is >>> not included -- get it directly from http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#toc-Downloads >>> The latest version is dated Nov 11, 2011. >> >> I put out a new release of the SDK just now (see the link above), which brings the 'current' version to 20111212 (Dec 12, 2011). Together with a number of minor tweaks, this version should resolve some issues that have arisen when linking against the PNG library (libpng). >> >> It turns out there are fundamental incompatibilities between libpng v1.2 and v1.4, leading to missing symbol errors on some systems. To fix this problem, I've built the whole of libpng into the PGPLOT library (libpgplot), so the system libpng is no longer accessed. I've verified that this works on at least one Linux x86_64 box (thanks, Ben Brown!); please let me know if you encounter any more missing PNG-related symbols. >> >> cheers, >> >> Rich >> >> ------------------------------------------------------------------------------ >> Learn Windows Azure Live! Tuesday, Dec 13, 2011 >> Microsoft is holding a special Learn Windows Azure training event for >> developers. It will provide a great way to learn Windows Azure and what it >> provides. You can attend the event by watching it streamed LIVE online. >> Learn more at http://p.sf.net/sfu/ms-windowsazure_______________________________________________ >> mesa-users mailing list >> mes...@li... >> https://lists.sourceforge.net/lists/listinfo/mesa-users |
From: Giannotti, M. <MGi...@ma...> - 2011-12-13 00:49:38
|
Hello all, I am happy to inform you that next Monday I am going to present some results obtained using MESA at the MIAMI 2011 conference. The work is still in progress, but a paper should appear soon. I will, of course, refer to the MESA code and to the paper (Paxton et al. (2011)) when I show the results. Please, let me know if there is anything else I should do. Thank you all for your help, Maurizio Maurizio Giannotti, Assistant Professor of Physics, Physical Sciences, Barry University, 11300 NE 2nd Ave., Miami Shores, FL 33161 mgi...@ma...<mailto:mgi...@ma...> 305-899-4565 (office), 305-899-3479 (fax) |
From: Steve K. <sd...@ia...> - 2011-12-12 23:03:51
|
I think that a MESA for Education effort is a terrific idea - at all levels of post-secondary education. For undergraduate introductory non-science courses all the way through graduate courses. Please let me know how I can help. Steve Kawaler > Message: 3 > Date: Mon, 12 Dec 2011 10:52:17 -0800 > From: Bill Paxton <pa...@ki...> > Subject: Re: [mesa-users] mesa release 3790 + a cool movie > To: mzi...@ma... > Cc: "mes...@li... users" > <mes...@li...>, mes...@li... > Message-ID: <026...@ki...> > Content-Type: text/plain; charset=us-ascii > > Hi Mike, > > On Dec 12, 2011, at 9:47 AM, Mike Zingale wrote: > >> Bill/Josiah, indeed that is a nice movie, and one I am sure many of us will want to show in our Intro to Astronomy classes when we come upon stellar evolution. > > Great! A movie like that is really a huge help to see the how the various things change together as the evolution goes forward. > >> On that note, is there any sort of organized effort toward MESA for Education, instead of research. > > Excellent suggestion. There isn't any such organized effort yet, but there certainly should be. > >> Perhaps providing an archive of nice movies of stellar evolution for use in classes would be a good start. > > That would be a wonderful start -- I know Rich Townsend has been working on something like that > (oh! I just got his email saying he has been working on it!!!) > > It would be wonderful if you and Rich and anyone else who is interested in MESA for Education would > work together on this. I'd love to see it happen, but I won't be the one to push the effort. > > Cheers, > Bill > > |
From: Richard T. <tow...@as...> - 2011-12-12 22:08:11
|
Hi folks -- Further to Bill's remarks below about the MESA SDK: On Dec 12, 2011, at 11:34 AM, Bill Paxton wrote: > Finally, I continue to use Rich Townsend's mesasdk and encourage you to do the same unless you have > a special need to do things the hard way. To reduce the size of an already too huge mesa download, the mesasdk is > not included -- get it directly from http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#toc-Downloads > The latest version is dated Nov 11, 2011. I put out a new release of the SDK just now (see the link above), which brings the 'current' version to 20111212 (Dec 12, 2011). Together with a number of minor tweaks, this version should resolve some issues that have arisen when linking against the PNG library (libpng). It turns out there are fundamental incompatibilities between libpng v1.2 and v1.4, leading to missing symbol errors on some systems. To fix this problem, I've built the whole of libpng into the PGPLOT library (libpgplot), so the system libpng is no longer accessed. I've verified that this works on at least one Linux x86_64 box (thanks, Ben Brown!); please let me know if you encounter any more missing PNG-related symbols. cheers, Rich |
From: Bill P. <pa...@ki...> - 2011-12-12 18:52:27
|
Hi Mike, On Dec 12, 2011, at 9:47 AM, Mike Zingale wrote: > Bill/Josiah, indeed that is a nice movie, and one I am sure many of us will want to show in our Intro to Astronomy classes when we come upon stellar evolution. Great! A movie like that is really a huge help to see the how the various things change together as the evolution goes forward. > On that note, is there any sort of organized effort toward MESA for Education, instead of research. Excellent suggestion. There isn't any such organized effort yet, but there certainly should be. > Perhaps providing an archive of nice movies of stellar evolution for use in classes would be a good start. That would be a wonderful start -- I know Rich Townsend has been working on something like that (oh! I just got his email saying he has been working on it!!!) It would be wonderful if you and Rich and anyone else who is interested in MESA for Education would work together on this. I'd love to see it happen, but I won't be the one to push the effort. Cheers, Bill |
From: Richard T. <tow...@as...> - 2011-12-12 18:44:26
|
Hi Mike -- I'm currently working on just such a grid -- should be finished in a few weeks. cheers, Rich On Dec 12, 2011, at 11:47 AM, Mike Zingale wrote: > Bill/Josiah, indeed that is a nice movie, and one I am sure many of us > will want to show in our Intro to Astronomy classes when we come upon > stellar evolution. On that note, is there any sort of organized effort > toward MESA for Education, instead of research. Perhaps providing an > archive of nice movies of stellar evolution for use in classes would be a > good start. > > Mike > > > On Mon, 12 Dec 2011, Bill Paxton wrote: > >> Hi, >> >> Release notes will be found below, but I believe in eating dessert first, >> so, here's something neat from Josiah Schwab <jws...@be...> >> >> He used mesa/star plus tioga to make a movie from pdf's giving very high quality text and graphics. >> Thank you, Josiah, for creating this and sharing it with us. ;-) >> I wish I'd had something like it when I was first learning about stellar evolution!!!! >> >> > > > ---------------------------------------------------------------------------- > Michael Zingale (mzi...@ma...) > Assistant Professor > > Dept. of Physics and Astronomy office: ESS 440 > Stony Brook University phone: 631-632-8225 > Stony Brook, NY 11794-3800 web: http://www.astro.sunysb.edu/mzingale > ---------------------------------------------------------------------------- > > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
From: Mike Z. <mzi...@sc...> - 2011-12-12 18:38:43
|
Bill/Josiah, indeed that is a nice movie, and one I am sure many of us will want to show in our Intro to Astronomy classes when we come upon stellar evolution. On that note, is there any sort of organized effort toward MESA for Education, instead of research. Perhaps providing an archive of nice movies of stellar evolution for use in classes would be a good start. Mike On Mon, 12 Dec 2011, Bill Paxton wrote: > Hi, > > Release notes will be found below, but I believe in eating dessert first, > so, here's something neat from Josiah Schwab <jws...@be...> > > He used mesa/star plus tioga to make a movie from pdf's giving very high quality text and graphics. > Thank you, Josiah, for creating this and sharing it with us. ;-) > I wish I'd had something like it when I was first learning about stellar evolution!!!! > > ---------------------------------------------------------------------------- Michael Zingale (mzi...@ma...) Assistant Professor Dept. of Physics and Astronomy office: ESS 440 Stony Brook University phone: 631-632-8225 Stony Brook, NY 11794-3800 web: http://www.astro.sunysb.edu/mzingale ---------------------------------------------------------------------------- |
From: Bill P. <pa...@ki...> - 2011-12-12 17:34:28
|
Hi, Release notes will be found below, but I believe in eating dessert first, so, here's something neat from Josiah Schwab <jws...@be...> He used mesa/star plus tioga to make a movie from pdf's giving very high quality text and graphics. Thank you, Josiah, for creating this and sharing it with us. ;-) I wish I'd had something like it when I was first learning about stellar evolution!!!! |
From: Enrico O. <eol...@uw...> - 2011-12-12 11:10:38
|
All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/emaildisclaimer |
From: Enrico O. <eol...@uw...> - 2011-12-09 16:26:55
|
Hi Richard, Thanks for the quick feedback. I'm installing MESA in my home directory on our astrogroup server. Its linux system, thats all I know at the moment. I'll have to email sysadmin about libpng. R. Enrico Olivier Physics Department University of the Western Cape Email: eol...@uw... Web: http://sites.google.com/site/enrolics >>> Richard Townsend 12/09/11 5:44 PM >>> This is something missing from your system -- specifically, the libpng library. Can I ask what operating system you are using? cheers, Rich On Dec 9, 2011, at 9:15 AM, Enrico Olivier wrote: > Hi, > > I have tried to install latest version of MESA using mesasdk, but it still failed. Most packages seem to install ok, until it hits a snag when trying to install the star package: > > "/user/bin/ld: cannot find -lpng" > > upon which its reports the installation has failed and exits. Am I missing a software package on my system, or is something missing from the mesa directory? > > Thanks! Ricky > > > > > Enrico Olivier > Physics Department > University of the Western Cape > Email: eol...@uw... > Web: http://sites.google.com/site/enrolics > All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/emaildisclaimer > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
From: Richard T. <tow...@as...> - 2011-12-09 15:43:37
|
This is something missing from your system -- specifically, the libpng library. Can I ask what operating system you are using? cheers, Rich On Dec 9, 2011, at 9:15 AM, Enrico Olivier wrote: > Hi, > > I have tried to install latest version of MESA using mesasdk, but it still failed. Most packages seem to install ok, until it hits a snag when trying to install the star package: > > "/user/bin/ld: cannot find -lpng" > > upon which its reports the installation has failed and exits. Am I missing a software package on my system, or is something missing from the mesa directory? > > Thanks! Ricky > > > > > Enrico Olivier > Physics Department > University of the Western Cape > Email: eol...@uw... > Web: http://sites.google.com/site/enrolics > All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/emaildisclaimer > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
From: Enrico O. <eol...@uw...> - 2011-12-09 15:40:08
|
All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/emaildisclaimer |
From: Richard T. <tow...@as...> - 2011-12-07 18:25:57
|
On Dec 7, 2011, at 12:21 PM, Samuel Harrold wrote: > Hello, > > Is anyone else unable to install MESA after copying mesa/utils/makefile_header.mesasdk to mesa/utils/makefile_header (as part of the MESA SDK setup: "Building MESA Using the SDK", "Setting Build Options" from http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#foot-ast). MESA compiles and installs without error when using the default makefile_header after an svn update and following the other steps of the MESA SDK setup. > > The error message I receive during installation is from make (message below), and it looks like the back quotes are not recognized from makefile_header.mesasdk. Am I missing something in setting up the MESA SDK, or should I just skip the "cp makefile_header.mesasdk makefile_header" step in the MESA SDK setup? > Are you sure you have set the MESASDK_ROOT environment variable, and sourced the initialization scripts? the mesasdk_*_link programs (scripts, actually) are in ${MESASDK_ROOT}/bin, and that directory should be somewhere in your path. cheers, Rich > make error: > /bin/sh: mesasdk_lapack_link: command not found > /bin/sh: mesasdk_blas_link: command not found > > from makefile_header.mesasdk: > LOAD_LAPACK = `mesasdk_lapack_link` > LOAD_BLAS = `mesasdk_blas_link` > > Thanks for the help, > Sam > __________ > Samuel Harrold > Graduate Student > Dept of Astronomy > Univ of Texas at Austin > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
From: Samuel H. <ha...@as...> - 2011-12-07 18:22:18
|
Hello, Is anyone else unable to install MESA after copying mesa/utils/makefile_header.mesasdk to mesa/utils/makefile_header (as part of the MESA SDK setup: "Building MESA Using the SDK", "Setting Build Options" from http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#foot-ast). MESA compiles and installs without error when using the default makefile_header after an svn update and following the other steps of the MESA SDK setup. The error message I receive during installation is from make (message below), and it looks like the back quotes are not recognized from makefile_header.mesasdk. Am I missing something in setting up the MESA SDK, or should I just skip the "cp makefile_header.mesasdk makefile_header" step in the MESA SDK setup? make error: /bin/sh: mesasdk_lapack_link: command not found /bin/sh: mesasdk_blas_link: command not found from makefile_header.mesasdk: LOAD_LAPACK = `mesasdk_lapack_link` LOAD_BLAS = `mesasdk_blas_link` Thanks for the help, Sam __________ Samuel Harrold Graduate Student Dept of Astronomy Univ of Texas at Austin |