From: Eric B. <er....@gm...> - 2010-06-28 14:20:09
|
On Fri, Jun 25, 2010 at 5:47 PM, Bill Paxton <pa...@ki...> wrote: > > On Jun 25, 2010, at 2:33 PM, Eric Blais wrote: > > > I got totally different results after switching to this version. rn no > longer returns an error message, but install still fails. > > try turning off the debugging output and trying it again. > > set the flag false in load_co_kap.f > > logical, parameter :: CO_dbg = .false. > > > -Bill > > > Hi, That did the trick, and allowed me to install mesa successfully. However, trying to run any of the provided sample star resulted in failure because there was a problem with the use_fxt_rates control parameter (while reading its value from inlist, the compiler claimed this was an invalid reference to the variable...) But upgrading to 2479 fixed that. I've installed mesa and ran my first star, so all is well. Thanks for your help. Eric Blais |