From: Bill P. <pa...@ki...> - 2010-12-06 16:31:11
|
Hi Nick, Let's first of all check to see if star was made and installed. Go to the mesa/star/test directory and do ./ck If it returns without producing any output, then star is installed and working okay. If ./ck complains, then I'd suggest going back to the top. Go to the top level mesa directory and do svn -r xxx update with xxx replaced by the currently released version of mesa (2841 at the moment). Double check to be sure the update completes successfully -- I've had problems from time to time with sourceforge dropping the transfer part way. Then do ./clean and ./install and try it again. If ./ck in star/test runs okay, then give us precise details of what you are trying next so we can try to reproduce the problem. Good luck, Bill On Dec 5, 2010, at 9:36 PM, Nicholas Stone wrote: > 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 > > ------------------------------------------------------------------------------ > What happens now with your Lotus Notes apps - do you make another costly > upgrade, or settle for being marooned without product support? Time to move > off Lotus Notes and onto the cloud with Force.com, apps are easier to build, > use, and manage than apps on traditional platforms. Sign up for the Lotus > Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users |