From: Aaron D. <aar...@gm...> - 2011-10-12 15:55:39
|
Hi Umberto, What version of MESA is this? Can you confirm that the module files exist in the place the compiler is looking for them? The error message is telling you that it can't find eos_def.mod and eos_lib.mod in /home/umberto/mesa/include, which is where they should be if the eos module compiled and exported correctly. Aaron On Wed, Oct 12, 2011 at 11:42 AM, <umb...@un...> wrote: > Hi everyone, > I just downloaded Mesa and trying to install it. I followed all the > instructions and I edited the makefile_header. As soon as I want to > test all of that compiling sample.f file using Intel® Fortran Composer > XE 2011 with Ubuntu 11.04 I have the following error: > > ifort -vec-report0 -traceback -error-limit 6 -fixed -132 > -I/home/umberto/mesa/include -c ../src/sample.f > ../src/sample.f(24): error #7002: Error in opening the compiled module > file. Check INCLUDE paths. [EOS_DEF] > use eos_def > ----------^ > ../src/sample.f(25): error #7002: Error in opening the compiled module > file. Check INCLUDE paths. [EOS_LIB] > use eos_lib > ----------^ > ../src/sample.f(26): error #7002: Error in opening the compiled module > file. Check INCLUDE paths. [CHEM_DEF] > use chem_def > ----------^ > ../src/sample.f(27): error #7002: Error in opening the compiled module > file. Check INCLUDE paths. [CHEM_LIB] > use chem_lib > ----------^ > ../src/sample.f(148): error #7002: Error in opening the compiled > module file. Check INCLUDE paths. [EOS_DEF] > use eos_def > -------------^ > ../src/sample.f(149): error #7002: Error in opening the compiled > module file. Check INCLUDE paths. [EOS_LIB] > use eos_lib > -------------^ > ../src/sample.f(227): catastrophic error: Too many errors, exiting > compilation aborted for ../src/sample.f (code 1) > make: *** [sample.o] Error 1 > > Can anyone help me? > All the best, > > Umberto Battino > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > |