From: Nicholas S. <ns...@cf...> - 2010-12-06 06:01:56
|
Hello, I'm new to MESA, so apologies in advance if this is a silly question, but I've run the install file (I think successfully) and am now trying to work through the test examples in the /star directory, but there isn't a star executable to run. The README in the work directory indicated that I need to run the mk executable, but running the mk file in /star/work gives the following errors: [nstone@iliadaccess01 work]$ ./mk ifort -vec-report0 -traceback -error-limit 6 -openmp -threads -check uninit -check pointers -check bounds -check all -g -I../../../include -c -free ../src/run_star_extras.f ../src/run_star_extras.f(34): error #5102: Cannot open include file 'standard_run_star_extras.dek' include 'standard_run_star_extras.dek' --------------^ ../src/run_star_extras.f(36): error #6818: The statement following a CONTAINS is not a function-stmt or a subroutine-stmt. end module run_star_extras ------^ ../src/run_star_extras.f(25): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [STAR_LIB] use star_lib ----------^ ../src/run_star_extras.f(26): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [STAR_DEF] use star_def ----------^ compilation aborted for ../src/run_star_extras.f (code 1) make: *** [run_star_extras.o] Error 1 FAILED Any advice would be very appreciated! I'm running with ifort 11.1, and did not edit any details of the makefile_header in the /utils directory before installing other than setting the isnan flag to isnan_nope. Thanks in advance, Nick |