From: <umb...@un...> - 2011-10-12 15:42:25
|
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. |