From: Frank T. <fx...@ma...> - 2010-10-21 21:45:45
|
hi nathan, perhaps slightly off topic, version 10.0.016 of ifort is dated. could you invoke one the more modern 11.x versions of ifort? fxt On Oct 21, 2010, at 1:25 PM, Nathan Thompson wrote: > Hello, > > Nathan Thompson of Wichita State University. I'm attempting to get MESA installed on a Mac cluster so that I can take advantage of ifort. I tried to install MESA to my user account and received the following error: > > > /home/thompson/mesa/chem > building chem package. > > ifort -vec-report0 -traceback -error-limit 6 -openmp -threads -I../public -I.. > /private -I../../include -warn all -warn nounused -implicitnone -check uninit - > check pointers -check bounds -check all -O2 -g -c -fixed -132 ../public/chem_def > .f > fortcom: Error: ../public/chem_def.f, line 46: Syntax error, found '::' when exp > ecting one of: ] /) , : (/ [ > character(len=iso_name_length), dimension(0:max_el_z) :: el_name = [charac > ter(len=iso_name_length) :: > -------------------------------------------------------------------------------- > -------------------------^ > fortcom: Error: ../public/chem_def.f, line 57: Syntax error, found '::' when exp > ecting one of: ] /) , : (/ [ > character(len=long_name_length), dimension(0:max_el_z) :: el_long_name = [ > character(len=long_name_length) :: > -------------------------------------------------------------------------------- > --------------------------------^ > fortcom: Error: ../public/chem_def.f, line 69: Syntax error, found '::' when exp > ecting one of: ] /) , : (/ [ > character(len=iso_name_length), dimension(2:3) :: al_isomers = [character( > len=iso_name_length) :: > -------------------------------------------------------------------------------- > ---------------------^ > fortcom: Error: ../public/chem_def.f, line 71: Syntax error, found '::' when exp > ecting one of: ] /) , : (/ [ > character(len=long_name_length), dimension(2:3) :: long_al_isomers = [char > acter(len=long_name_length) :: > -------------------------------------------------------------------------------- > ----------------------------^ > fortcom: Error: ../public/chem_def.f, line 46: This array or function or substri > ng is invalid in constant expressions. [CHARACTER] > character(len=iso_name_length), dimension(0:max_el_z) :: el_name = [charac > ter(len=iso_name_length) :: > --------------------------------------------------------------------------^ > fortcom: Error: ../public/chem_def.f, line 46: This is not a valid initializatio > n expression. > character(len=iso_name_length), dimension(0:max_el_z) :: el_name = [charac > ter(len=iso_name_length) :: > -------------------------------------------------------------------------------- > -------------------------^ > fortcom: Severe: Too many errors, exiting > compilation aborted for ../public/chem_def.f (code 1) > make: *** [chem_def.o] Error 1 > > /home/thompson/mesa/chem/make > FAILED > > portal:~/mesa thompson$ > > Here is the version information about the architecture of the computer and the ifort version info: > > Darwin portal.cluster 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:38 PDT 2007; root:xnu-792.25.20~1_RELEASEI386 i386 i386 > > Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 10.0 > Build 20070426 Package ID: m_fc_p_10.0.016 > > Thank you, > Nathan ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev_______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |