|
From: liliana n. <lin...@gm...> - 2015-07-15 11:12:16
|
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 |
|
From: Pablo M. <pa...@gm...> - 2015-07-15 11:15:58
|
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 |
|
From: Max K. <max...@gm...> - 2015-07-15 11:17:16
|
Liliana, The absence of the ./star executable suggests that the compile step was unsuccessful. Can you do a ./clean and then a ./mk again and record the output for us so we can see where it went astray? 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:12 AM, 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 > |
|
From: liliana n. <lin...@gm...> - 2015-07-15 11:23:04
|
here you go: [lnovais@new-host testes]$ ./clean makefile:1: /star/work_standard_makefile: No such file or directory make: *** No rule to make target '/star/work_standard_makefile'. Stop. [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 07:16 -0400, Max Katz escreveu: > Liliana, > > The absence of the ./star executable suggests that the compile step > was unsuccessful. Can you do a ./clean and then a ./mk again and > record the output for us so we can see where it went astray? > > 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:12 AM, 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 > > |
|
From: liliana n. <lin...@gm...> - 2015-07-15 11:18:42
|
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 |
|
From: Pablo M. <pa...@gm...> - 2015-07-15 11:23:31
|
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 |
|
From: liliana n. <lin...@gm...> - 2015-07-15 11:32:56
|
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 |
|
From: Pablo M. <pa...@gm...> - 2015-07-15 11:58:37
|
Liliana, is "/Tranferências/mesa/star/star/" your mesa directory? You need to use the same directory where you ran "./install" to compile MESA.To get the precise path just cd to the directory where you did this and run the command "pwd". The output is then what you need to use in the export command. On Wed, Jul 15, 2015 at 1:32 PM, 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 > > -- Pablo Marchant Campos M.Sc on Astrophysics, Universidad Católica de Chile PhD student, Argelander-Institut für Astronomie |
|
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 > > |
|
From: Francis T. <fx...@ma...> - 2015-07-15 16:22:49
|
dear liliana, are you carefully following the installation directions given on http://mesa.sourceforge.net/prereqs.html ? fxt > On Jul 15, 2015, at 4: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. |
|
From: Liliana N. <lin...@gm...> - 2015-07-15 22:23:48
|
Than you all It was an error on export... Just fixed it and My 15 solar masses star is evolving... Then Is just start working on my model. 2015-07-15 17:22 GMT+01:00 Francis Timmes <fx...@ma...>: > dear liliana, > > are you carefully following the installation directions given on > http://mesa.sourceforge.net/prereqs.html ? > > fxt > > > > > On Jul 15, 2015, at 4: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. > > |