From: Michelle D. <md...@nd...> - 2010-06-25 14:26:49
|
Hello, I'm attempting to install the update. Using svn -r 2469 update, then ./clean and everything is fine. After trying to do ./install I get this: checking if ndiff is installed ... yes! /Users/shelley/Research/MESA2469/mesa/const building const package. ifort -vec-report0 -traceback -error-limit 6 -openmp -threads -I../public -I../private -I../../include -warn all -warn nounused -implicitnone -O2 -c -fixed -132 ../public/const_def.f make: ifort: Command not found make: *** [const_def.o] Error 127 /Users/shelley/Research/MESA2469/mesa/const/make FAILED I'm running on a MacBook and do have gfortran and g77, but not f77 or ifort. ~MDolan |
From: Max K. <ka...@rp...> - 2010-06-25 14:34:47
|
Forgot to click reply all. Max Katz Rensselaer Polytechnic Institute Physics, Class of 2011 On Fri, Jun 25, 2010 at 10:32 AM, Max Katz <ka...@rp...> wrote: > Michelle, > > My first guess is that when you did the update, the file > mesa/utils/makefile_header was overwritten, or something; I say that because > by default, the install file assumes that the Intel compiler is installed on > your system, and you have to manually edit makefile_header to choose > gfortran as your compiler of choice (it's clear, from the comments in the > file, how to do that). Your file should look like: > > ################################################################# > > > # step 1) specify your compiler > > # pick one of the following options: > > # BTW: ifort should be your first choice, > # followd by gfortran is you don't have ifort. > # other compilers might work, but aren't supported. > > > # ifort > # FC = ifort > # NOTE: mesa needs version 11.1 or higher of ifort. > > # gfortran > FC = gfortran > # NOTE: mesa needs version 4.5.0 or higher of gfortran. > > > > # if you need special flags for the compiler, define them here: > SPECIAL_FC_FLAGS = > > > > > ################################################################# > > Max Katz > Rensselaer Polytechnic Institute > Physics, Class of 2011 > > > On Fri, Jun 25, 2010 at 10:26 AM, Michelle Dolan <md...@nd...> wrote: > >> Hello, >> >> I'm attempting to install the update. Using svn -r 2469 update, then >> ./clean and everything is fine. After trying to do ./install I get this: >> >> checking if ndiff is installed ... >> yes! >> >> /Users/shelley/Research/MESA2469/mesa/const >> building const package. >> >> ifort -vec-report0 -traceback -error-limit 6 -openmp -threads >> -I../public -I../private -I../../include -warn all -warn nounused >> -implicitnone -O2 -c -fixed -132 ../public/const_def.f >> make: ifort: Command not found >> make: *** [const_def.o] Error 127 >> >> /Users/shelley/Research/MESA2469/mesa/const/make >> FAILED >> >> >> I'm running on a MacBook and do have gfortran and g77, but not f77 or >> ifort. >> >> ~MDolan >> >> >> ------------------------------------------------------------------------------ >> ThinkGeek and WIRED's GeekDad team up for the Ultimate >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the >> lucky parental unit. See the prize list and enter to win: >> http://p.sf.net/sfu/thinkgeek-promo >> _______________________________________________ >> mesa-users mailing list >> mes...@li... >> https://lists.sourceforge.net/lists/listinfo/mesa-users >> >> > |
From: Marcin @ a. <ast...@o2...> - 2010-06-25 14:57:57
|
Yeap, If you don't have ifort you need to use gfortran like Max just said. However g77 would be to old to compile mesa. Take a look at the page _http://gcc.gnu.org/wiki/GFortranBinaries_ and use the latest gfortran. BR Marcin Mackiewicz On 2010-06-25 16:34, Max Katz wrote: > Forgot to click reply all. > > Max Katz > Rensselaer Polytechnic Institute > Physics, Class of 2011 > > > On Fri, Jun 25, 2010 at 10:32 AM, Max Katz <ka...@rp... > <mailto:ka...@rp...>> wrote: > > Michelle, > > My first guess is that when you did the update, the file > mesa/utils/makefile_header was overwritten, or something; I say > that because by default, the install file assumes that the Intel > compiler is installed on your system, and you have to manually > edit makefile_header to choose gfortran as your compiler of choice > (it's clear, from the comments in the file, how to do that). Your > file should look like: > > ################################################################# > > > # step 1) specify your compiler > > # pick one of the following options: > > # BTW: ifort should be your first choice, > # followd by gfortran is you don't have ifort. > # other compilers might work, but aren't supported. > > > # ifort > # FC = ifort > # NOTE: mesa needs version 11.1 or higher of ifort. > > # gfortran > FC = gfortran > # NOTE: mesa needs version 4.5.0 or higher of gfortran. > > > > # if you need special flags for the compiler, define them here: > SPECIAL_FC_FLAGS = > > > > > ################################################################# > > Max Katz > Rensselaer Polytechnic Institute > Physics, Class of 2011 > > > On Fri, Jun 25, 2010 at 10:26 AM, Michelle Dolan <md...@nd... > <mailto:md...@nd...>> wrote: > > Hello, > > I'm attempting to install the update. Using svn -r 2469 > update, then ./clean and everything is fine. After trying to > do ./install I get this: > > checking if ndiff is installed ... > yes! > > /Users/shelley/Research/MESA2469/mesa/const > building const package. > > ifort -vec-report0 -traceback -error-limit 6 -openmp > -threads -I../public -I../private -I../../include -warn all > -warn nounused -implicitnone -O2 -c -fixed -132 > ../public/const_def.f > make: ifort: Command not found > make: *** [const_def.o] Error 127 > > /Users/shelley/Research/MESA2469/mesa/const/make > FAILED > > > I'm running on a MacBook and do have gfortran and g77, but not > f77 or ifort. > > ~MDolan > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > mesa-users mailing list > mes...@li... > <mailto:mes...@li...> > https://lists.sourceforge.net/lists/listinfo/mesa-users > > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > > > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
From: Marcin @ a. <ast...@o2...> - 2010-06-25 14:52:22
|
Hi, I think this error occurs because your shell does not recognize ifort command. Try to give such a commend in your shell: ln -s /your/ifort/installation/directory /your/shell/commands/directory i.e. ln -s /opt/intel/Compiler/11.1/064/bin/ia32/ifort /usr/bin or go to this line in mesa/utils/makefile_header: ifeq ($(FC),ifort) and replace "ifort" with a full path to your ifort executable. In my makefile_header file it looks like this: ifeq ($(FC),/opt/intel/Compiler/11.1/064/bin/ia32/ifort) I hope it will fix this issue. BR Marcin Mackiewicz On 2010-06-25 16:26, Michelle Dolan wrote: > Hello, > > I'm attempting to install the update. Using svn -r 2469 update, then > ./clean and everything is fine. After trying to do ./install I get this: > > checking if ndiff is installed ... > yes! > > /Users/shelley/Research/MESA2469/mesa/const > building const package. > > ifort -vec-report0 -traceback -error-limit 6 -openmp -threads > -I../public -I../private -I../../include -warn all -warn nounused > -implicitnone -O2 -c -fixed -132 ../public/const_def.f > make: ifort: Command not found > make: *** [const_def.o] Error 127 > > /Users/shelley/Research/MESA2469/mesa/const/make > FAILED > > > I'm running on a MacBook and do have gfortran and g77, but not f77 or > ifort. > > ~MDolan > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > > > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |