On Wed, Mar 21, 2012, Brian Wolfe wrote:
>
> I got the segfault in conjgrad in sff/conjgrad.c, tracked it using
> valgrind to the line
> 93 *tconjgradOther += t2 - t1;
Yes, that is indeed the problem. Timers are initialized by mme_init(), but
that would not be necessarily called if you are not using mme().
The upcoming version conjgrad will not have any timers, hence no need to
call mme_init() unless mme() itself will be used. We're also trying to
update the examples so that they all really work with the current version
of NAB.
Thanks for the report....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Mar 20 2012 - 18:30:03 PDT