|
From: Max K. <max...@gm...> - 2015-07-15 12:02:16
|
It looks like your MESA_DIR isn't quite being set correctly, because it's trying to reference the /Tranferências relative to the root directory, which is likely not where you have it installed. It may be because you're trying to expand ~/Tranferências and it's not working correctly. Try using an absolute path (e.g. /home/username//Tranferências...) when you export MESA_DIR. Max Katz Ph.D. Candidate, Department of Physics and Astronomy Stony Brook University http://astro.sunysb.edu/mkatz/ On Wed, Jul 15, 2015 at 7:32 AM, liliana novais <lin...@gm...> wrote: > Sorry still an error: > > [lnovais@new-host work]$ ./mk > makefile:1: /Tranferências/mesa/star/star/work_standard_makefile: No such > file or directory > make: *** No rule to make target > '/Tranferências/mesa/star/star/work_standard_makefile'. Stop. > > > A Qua, 15-07-2015 às 13:23 +0200, Pablo Marchant escreveu: > > Do you have your MESA_DIR environment variable setted up? What do you get > from running > > echo $MESA_DIR > > You likely need to run > > export MESA_DIR=/my/mesa/directory > > where of course you need to change the path to what is appropriate, and > then run ./mk. You can write this export command into you .bashrc so you > don't need to do it every time you run a MESA model. > > On Wed, Jul 15, 2015 at 1:18 PM, liliana novais <lin...@gm...> > wrote: > > Sorry the .mk error is: > [lnovais@new-host testes]$ ./mk > makefile:1: /star/work_standard_makefile: No such file or directory > make: *** No rule to make target '/star/work_standard_makefile'. Stop. > > FAILED > > > A Qua, 15-07-2015 às 13:15 +0200, Pablo Marchant escreveu: > > Liliana, what's the output of ./mk? The output you show from ./rn > > indicates that the executable (called "star") was not made. > > > > On Wed, Jul 15, 2015 at 1:12 PM, liliana novais <lin...@gm...> > > wrote: > > > Hello, > > > > > > I just started using mesa today. I made the copy of the work > > > directory > > > sso that I can simulate the sun. I changed the inlist_project so > > > that > > > the mass of the star in 1 solar mass. Then I made ./mk to compile > > > and > > > an error appear: > > > > > > [lnovais@new-host work]$ ./rn > > > DATE: 2015-07-15 > > > TIME: 12:02:34 > > > ./rn: line 8: ./star: No such file or directory > > > DATE: 2015-07-15 > > > TIME: 12:02:34 > > > > > > Can someone help me to solved this please. > > > > > > Thank you so much. > > > > > > Liliana > > > > > > ------------------------------------------------------------------- > > > ----------- > > > Don't Limit Your Business. Reach for the Cloud. > > > GigeNET's Cloud Solutions provide you with the tools and support > > > that > > > you need to offload your IT needs and focus on growing your > > > business. > > > Configured For All Businesses. Start Your Cloud Today. > > > https://www.gigenetcloud.com/ > > > _______________________________________________ > > > mesa-users mailing list > > > mes...@li... > > > https://lists.sourceforge.net/lists/listinfo/mesa-users > > > > > > > > > -- > > Pablo Marchant Campos > > M.Sc on Astrophysics, Universidad Católica de Chile > > PhD student, Argelander-Institut für Astronomie > > > > > -- > Pablo Marchant Campos > M.Sc on Astrophysics, Universidad Católica de Chile > PhD student, Argelander-Institut für Astronomie > > > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > > |