From: Nathan T. <nlt...@wi...> - 2010-10-21 20:25:33
|
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 |