From: RICHARD H D T. <tow...@as...> - 2016-02-18 23:51:54
|
Hi Taz — You don’t run the .cshrc file, you add the initialization commands (setenv, source) to it. You may have to create the file first, if it doesn’t exist. cheers, Rich > On Feb 18, 2016, at 5:40 PM, tazkera haque <h.t...@gm...> wrote: > > Hi, > > Thanks very much, I got it installed. > I have on more concern about the 3rd and 4th step repetition of MESA SDK installation. to avoid the repetition I tried ~/.cshrc in my c shell and got the following error. > > Regards > Taz > > > ----------------------------------------------------------------------------------------------------- > trina@Trina-PC:~$ csh > Trina-PC:~% setenv MESASDK_ROOT ~/mesasdk > Trina-PC:~% source $MESASDK_ROOT/bin/mesasdk_init.csh > Trina-PC:~% gfortran --version > GNU Fortran (GCC) 4.9.4 20150827 (prerelease) > Copyright (C) 2015 Free Software Foundation, Inc. > > GNU Fortran comes with NO WARRANTY, to the extent permitted by law. > You may redistribute copies of GNU Fortran > under the terms of the GNU General Public License. > For more information about these matters, see the file named COPYING > > Trina-PC:~% ~/.cshrc > /home/trina/.cshrc: Command not found. > Trina-PC:~% > > > > > On Thu, Feb 18, 2016 at 5:48 PM, RICHARD H D TOWNSEND <tow...@as...> wrote: > Please try again after running ‘./clean’ in the MESA_DIR directory. > > Also, please don’t remove mesa-users from the CC list; it’s important that a record of your problem (and its resolution) is available to other users. > > cheers, > > Rich > > > On Feb 18, 2016, at 4:41 PM, tazkera haque <h.t...@gm...> wrote: > > > > HI, > > > > this time I tried with the c shell commands and I got the following error again. > > > > Regards > > Taz > > > > On Thu, Feb 18, 2016 at 9:05 AM, RICHARD H D TOWNSEND <tow...@as...> wrote: > > Dear Tazkera — > > > > Your MESA SDK installation is not properly initialized. Have you set up the MESASDK_ROOT environment variable, and sourced the initialization script, as described here: > > > > http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk > > > > cheers, > > > > Rich > > > > > On Feb 18, 2016, at 1:35 AM, tazkera haque <h.t...@gm...> wrote: > > > > > > <mesa installation error> > > > > > > <c shell MESA installation error> > > |