[mesa-users] Fatal Error: Wrong module version for star_lib.mod
Selma E. de Mink
demink at stsci.edu
Mon Apr 16 23:05:34 EDT 2012
Hi All,
After my first successful runs with MESA after downloading it last week I felt brave enough to try the test_suite: "binary_rlo". When compiling it I get an error message -- Wrong module version '7' (expected '4') for file 'star_lib.mod' -- (See below for full output). It seems to be three versions behind. I guess no one has tried this in a while.
The first time it compiled and ran without errors. So in principle it seems to be working with the newer modules. After making a trivial change in src/run_star_extras.f I receive the error message. When changing src/run_star_extras.f back to its original state it still get the error message.
suggestions appreciated,
Selma
==== full error message ====
% cd $MY_MESA_DIR/star/test_suite/binary_rlo
% ./clean
% ./mk
gfortran -fno-range-check -fopenmp -fbounds-check -g -I../../../../include -I/opt/mesasdk/include -c -ffree-form ../src/run_star_extras.f
../src/run_star_extras.f:25.18:
use star_lib
1
Fatal Error: Wrong module version '7' (expected '4') for file 'star_lib.mod' opened at (1)
make: *** [run_star_extras.o] Error 1
FAILED
===================
More information about the Mesa-users
mailing list