|
From: <BA...@pi...> - 2013-07-19 14:57:49
|
Dear all, We are trying to install MESA version 5118 on Scientific Linux release 5.9 (Boron), with the latest SDK. We are getting the following error when we run ./install: gfortran -fno-range-check -fopenmp -I../public -I../private -I../../include -Wunused-value -Werror -W -Wno-compare-reals -Wno-unused-parameter -fimplicit-none -O2 -c -ffixed-form -ffixed-line-length-132 -x f77-cpp-input ../public/const_def.f cc1: error: unrecognized command line option "-Wno-compare-reals" make: *** [const_def.o] Error 1 Any clues as to what might be wrong? -- Carles Badenes ++++++++++++++++++++++++++++++++++++++++++++++++++ Department of Physics and Astronomy, University of Pittsburgh Allen Hall, 3941 O'Hara St, Pittsburgh PA 15260 E-mail: ba...@pi... Phone: (412) 624-9039 Fax: (412) 624-9163 Web: http://www.carles.phyast.pitt.edu/ |
|
From: tazkera h. <h.t...@gm...> - 2016-02-18 07:35:57
Attachments:
mesa installation error
|
HI, I am trying to install mesa-r8118 in my Ubuntu-14.04. I already installed mesasdk and both my mesasdk and mesa-r8118 files are in home directory. when I cd to mesa-r8118 and type ./install , I get the following error. Please take a look at my error and help me fix it. Thanks tazkera |
|
From: RICHARD H D T. <tow...@as...> - 2016-02-18 14:05:33
|
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> |
|
From: RICHARD H D T. <tow...@as...> - 2016-02-18 22:48:49
|
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> |
|
From: tazkera h. <h.t...@gm...> - 2016-02-18 23:40:54
|
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> > > |
|
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> > > |
|
From: Melike A. <af...@as...> - 2016-06-13 12:29:15
Attachments:
config.log
|
Dear Sir/Madam, I use Mac OSX 10.9.5 (64 bit). When I try to install MESA on my computer, I get the following error. Could you please help me out to pass this error? Best regards, Melike >./install /Users/afsar/mesa-r8118/const building const package. make: `libconst.a' is up to date. make: `libconst.a' is up to date. gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst export done mesa/const has been built, tested, and exported. ************************************************ /Users/afsar/mesa-r8118/utils building utils package. make: `libutils.a' is up to date. make: `libutils.a' is up to date. gfortran -fopenmp -o ../tester test_utils.o -L../../make -lutils -L../../../lib -lconst export done mesa/utils has been built, tested, and exported. ************************************************ /Users/afsar/mesa-r8118/crlibm building crlibm package. gcc -O3 -fno-common -fexceptions -c -I../../include ../private/crlibm_c_fortran.c -o crlibm_c_fortran.o ../private/crlibm_c_fortran.c:3:19: fatal error: stdio.h: No such file or directory compilation terminated. make: *** [crlibm_c_fortran.o] Error 1 /Users/afsar/mesa-r8118/crlibm ./build_and_test FAILED /Users/afsar/mesa-r8118/crlibm ./build_and_test FAILED |
|
From: Francis T. <fx...@ma...> - 2016-06-13 14:08:10
|
did you follow the installation procedure at http://mesa.sourceforge.net/prereqs.html , including installing the sdk? fxt > On Jun 13, 2016, at 5:31 AM, Melike Afsar <af...@as...> wrote: > > Dear Sir/Madam, > > I use Mac OSX 10.9.5 (64 bit). > When I try to install MESA on my computer, I get the following error. > Could you please help me out to pass this error? > > Best regards, > > Melike > > > >./install > > /Users/afsar/mesa-r8118/const > building const package. > > make: `libconst.a' is up to date. > make: `libconst.a' is up to date. > gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst > export > done > > mesa/const has been built, tested, and exported. > > ************************************************ > > /Users/afsar/mesa-r8118/utils > building utils package. > > make: `libutils.a' is up to date. > make: `libutils.a' is up to date. > gfortran -fopenmp -o ../tester test_utils.o -L../../make -lutils -L../../../lib -lconst > export > done > > mesa/utils has been built, tested, and exported. > > ************************************************ > > /Users/afsar/mesa-r8118/crlibm > building crlibm package. > > gcc -O3 -fno-common -fexceptions -c -I../../include ../private/crlibm_c_fortran.c -o crlibm_c_fortran.o > ../private/crlibm_c_fortran.c:3:19: fatal error: stdio.h: No such file or directory > compilation terminated. > make: *** [crlibm_c_fortran.o] Error 1 > > /Users/afsar/mesa-r8118/crlibm > ./build_and_test FAILED > > > /Users/afsar/mesa-r8118/crlibm > ./build_and_test FAILED > > <config.log>------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
|
From: Melike A. <af...@as...> - 2016-06-13 14:17:06
|
Hi Francis, Yes I followed the instructions, I also watched the video on youtube. It looked pretty straight forward but didn't work somehow. Best regards, Melike On 13/06/16 17:08, Francis Timmes wrote: > did you follow the installation procedure at > http://mesa.sourceforge.net/prereqs.html , > including installing the sdk? > > fxt > > > >> On Jun 13, 2016, at 5:31 AM, Melike Afsar <af...@as...> wrote: >> >> Dear Sir/Madam, >> >> I use Mac OSX 10.9.5 (64 bit). >> When I try to install MESA on my computer, I get the following error. >> Could you please help me out to pass this error? >> >> Best regards, >> >> Melike >> >> >>> ./install >> /Users/afsar/mesa-r8118/const >> building const package. >> >> make: `libconst.a' is up to date. >> make: `libconst.a' is up to date. >> gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst >> export >> done >> >> mesa/const has been built, tested, and exported. >> >> ************************************************ >> >> /Users/afsar/mesa-r8118/utils >> building utils package. >> >> make: `libutils.a' is up to date. >> make: `libutils.a' is up to date. >> gfortran -fopenmp -o ../tester test_utils.o -L../../make -lutils -L../../../lib -lconst >> export >> done >> >> mesa/utils has been built, tested, and exported. >> >> ************************************************ >> >> /Users/afsar/mesa-r8118/crlibm >> building crlibm package. >> >> gcc -O3 -fno-common -fexceptions -c -I../../include ../private/crlibm_c_fortran.c -o crlibm_c_fortran.o >> ../private/crlibm_c_fortran.c:3:19: fatal error: stdio.h: No such file or directory >> compilation terminated. >> make: *** [crlibm_c_fortran.o] Error 1 >> >> /Users/afsar/mesa-r8118/crlibm >> ./build_and_test FAILED >> >> >> /Users/afsar/mesa-r8118/crlibm >> ./build_and_test FAILED >> >> <config.log>------------------------------------------------------------------------------ >> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic >> patterns at an interface-level. Reveals which users, apps, and protocols are >> consuming the most bandwidth. Provides multi-vendor support for NetFlow, >> J-Flow, sFlow and other flows. Make informed decisions using capacity >> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________ >> mesa-users mailing list >> mes...@li... >> https://lists.sourceforge.net/lists/listinfo/mesa-users > |
|
From: RICHARD H D T. <tow...@as...> - 2016-06-13 14:21:35
|
Hi Melike — Please could you tell us what output you get when you run ‘gfortran —version’. This will help establish whether the SDK is properly installed. Also, can I confirm that you have installed Xcode? cheers, Rich > On Jun 13, 2016, at 9:19 AM, Melike Afsar <af...@as...> wrote: > > Hi Francis, > > Yes I followed the instructions, I also watched the video on youtube. > It looked pretty straight forward but didn't work somehow. > > Best regards, > Melike > > > On 13/06/16 17:08, Francis Timmes wrote: >> did you follow the installation procedure at >> http://mesa.sourceforge.net/prereqs.html , >> including installing the sdk? >> >> fxt >> >> >> >>> On Jun 13, 2016, at 5:31 AM, Melike Afsar <af...@as...> wrote: >>> >>> Dear Sir/Madam, >>> >>> I use Mac OSX 10.9.5 (64 bit). >>> When I try to install MESA on my computer, I get the following error. >>> Could you please help me out to pass this error? >>> >>> Best regards, >>> >>> Melike >>> >>> >>>> ./install >>> /Users/afsar/mesa-r8118/const >>> building const package. >>> >>> make: `libconst.a' is up to date. >>> make: `libconst.a' is up to date. >>> gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst >>> export >>> done >>> >>> mesa/const has been built, tested, and exported. >>> >>> ************************************************ >>> >>> /Users/afsar/mesa-r8118/utils >>> building utils package. >>> >>> make: `libutils.a' is up to date. >>> make: `libutils.a' is up to date. >>> gfortran -fopenmp -o ../tester test_utils.o -L../../make -lutils -L../../../lib -lconst >>> export >>> done >>> >>> mesa/utils has been built, tested, and exported. >>> >>> ************************************************ >>> >>> /Users/afsar/mesa-r8118/crlibm >>> building crlibm package. >>> >>> gcc -O3 -fno-common -fexceptions -c -I../../include ../private/crlibm_c_fortran.c -o crlibm_c_fortran.o >>> ../private/crlibm_c_fortran.c:3:19: fatal error: stdio.h: No such file or directory >>> compilation terminated. >>> make: *** [crlibm_c_fortran.o] Error 1 >>> >>> /Users/afsar/mesa-r8118/crlibm >>> ./build_and_test FAILED >>> >>> >>> /Users/afsar/mesa-r8118/crlibm >>> ./build_and_test FAILED >>> >>> <config.log>------------------------------------------------------------------------------ >>> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic >>> patterns at an interface-level. Reveals which users, apps, and protocols are >>> consuming the most bandwidth. Provides multi-vendor support for NetFlow, >>> J-Flow, sFlow and other flows. Make informed decisions using capacity >>> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________ >>> mesa-users mailing list >>> mes...@li... >>> https://lists.sourceforge.net/lists/listinfo/mesa-users >> > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
|
From: Melike A. <af...@as...> - 2016-06-13 14:46:26
|
Hi Rich, When I run ‘gfortran —version’, I get: gfortran.exec: error: —version: No such file or directory If I deactivate SDK (in .bash_profile) and run the same command again, this time I get: gfortran: error: —version: No such file or directory (the same error except without ".exec" extension) I do have Xcode (5.1.1) and "command line tools" seem up to date. Best regards, Melike On 13/06/16 17:21, RICHARD H D TOWNSEND wrote: > Hi Melike — > > Please could you tell us what output you get when you run ‘gfortran —version’. This will help establish whether the SDK is properly installed. > > Also, can I confirm that you have installed Xcode? > > cheers, > > Rich > >> On Jun 13, 2016, at 9:19 AM, Melike Afsar <af...@as...> wrote: >> >> Hi Francis, >> >> Yes I followed the instructions, I also watched the video on youtube. >> It looked pretty straight forward but didn't work somehow. >> >> Best regards, >> Melike >> >> >> On 13/06/16 17:08, Francis Timmes wrote: >>> did you follow the installation procedure at >>> http://mesa.sourceforge.net/prereqs.html , >>> including installing the sdk? >>> >>> fxt >>> >>> >>> >>>> On Jun 13, 2016, at 5:31 AM, Melike Afsar <af...@as...> wrote: >>>> >>>> Dear Sir/Madam, >>>> >>>> I use Mac OSX 10.9.5 (64 bit). >>>> When I try to install MESA on my computer, I get the following error. >>>> Could you please help me out to pass this error? >>>> >>>> Best regards, >>>> >>>> Melike >>>> >>>> >>>>> ./install >>>> /Users/afsar/mesa-r8118/const >>>> building const package. >>>> >>>> make: `libconst.a' is up to date. >>>> make: `libconst.a' is up to date. >>>> gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst >>>> export >>>> done >>>> >>>> mesa/const has been built, tested, and exported. >>>> >>>> ************************************************ >>>> >>>> /Users/afsar/mesa-r8118/utils >>>> building utils package. >>>> >>>> make: `libutils.a' is up to date. >>>> make: `libutils.a' is up to date. >>>> gfortran -fopenmp -o ../tester test_utils.o -L../../make -lutils -L../../../lib -lconst >>>> export >>>> done >>>> >>>> mesa/utils has been built, tested, and exported. >>>> >>>> ************************************************ >>>> >>>> /Users/afsar/mesa-r8118/crlibm >>>> building crlibm package. >>>> >>>> gcc -O3 -fno-common -fexceptions -c -I../../include ../private/crlibm_c_fortran.c -o crlibm_c_fortran.o >>>> ../private/crlibm_c_fortran.c:3:19: fatal error: stdio.h: No such file or directory >>>> compilation terminated. >>>> make: *** [crlibm_c_fortran.o] Error 1 >>>> >>>> /Users/afsar/mesa-r8118/crlibm >>>> ./build_and_test FAILED >>>> >>>> >>>> /Users/afsar/mesa-r8118/crlibm >>>> ./build_and_test FAILED >>>> >>>> <config.log>------------------------------------------------------------------------------ >>>> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic >>>> patterns at an interface-level. Reveals which users, apps, and protocols are >>>> consuming the most bandwidth. Provides multi-vendor support for NetFlow, >>>> J-Flow, sFlow and other flows. Make informed decisions using capacity >>>> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________ >>>> mesa-users mailing list >>>> mes...@li... >>>> https://lists.sourceforge.net/lists/listinfo/mesa-users >> >> ------------------------------------------------------------------------------ >> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic >> patterns at an interface-level. Reveals which users, apps, and protocols are >> consuming the most bandwidth. Provides multi-vendor support for NetFlow, >> J-Flow, sFlow and other flows. Make informed decisions using capacity >> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e >> _______________________________________________ >> mesa-users mailing list >> mes...@li... >> https://lists.sourceforge.net/lists/listinfo/mesa-users > |
|
From: Richard T. <tow...@as...> - 2013-07-19 15:17:52
|
I'm not sure the SDK is being used properly. What output do you get from 'gfortran -v'? On Jul 19, 2013, at 9:57 AM, BA...@pi... wrote: > Dear all, > > We are trying to install MESA version 5118 on Scientific Linux release > 5.9 (Boron), with the latest SDK. We are getting the following error when > we run ./install: > > gfortran -fno-range-check -fopenmp -I../public -I../private > -I../../include -Wunused-value -Werror -W -Wno-compare-reals > -Wno-unused-parameter -fimplicit-none -O2 -c -ffixed-form > -ffixed-line-length-132 -x f77-cpp-input ../public/const_def.f > cc1: error: unrecognized command line option "-Wno-compare-reals" > make: *** [const_def.o] Error 1 > > Any clues as to what might be wrong? > > -- > Carles Badenes ++++++++++++++++++++++++++++++++++++++++++++++++++ > Department of Physics and Astronomy, University of Pittsburgh > Allen Hall, 3941 O'Hara St, Pittsburgh PA 15260 > E-mail: ba...@pi... > Phone: (412) 624-9039 Fax: (412) 624-9163 > Web: http://www.carles.phyast.pitt.edu/ > > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |
|
From: Josiah S. <jws...@be...> - 2013-07-19 15:40:32
|
> gfortran -fno-range-check -fopenmp -I../public -I../private > -I../../include -Wunused-value -Werror -W -Wno-compare-reals > -Wno-unused-parameter -fimplicit-none -O2 -c -ffixed-form > -ffixed-line-length-132 -x f77-cpp-input ../public/const_def.f > cc1: error: unrecognized command line option "-Wno-compare-reals" > make: *** [const_def.o] Error 1 > > Any clues as to what might be wrong? What's the output of gfortran --version? I'm guessing you forgot to initialize the SDK and so its trying to use the (older) system version of gfortran. Did you execute mesasdk_init.sh in the shell you're trying to build in? Also, when reporting problems, take a look at http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#Troubleshooting which suggests some other diagnostics for you to include. Best, Josiah |