Yes, this fixed it. Thanks!
This may fix your autoconf script to do this by default, so LAM will
work with FreeBSD. This is untested, as I don't want to spend my time
figuring out how to rebuild your massive 'configure,' but is obvious.
Thanks again!
William
--- lam_memory_setup.m4 Sun Sep 26 05:35:24 2004
+++ lam_memory_setup.m4.new Tue Mar 29 10:18:27 2005
@@ -70,7 +70,7 @@
*apple-darwin*)
default_type="darwin"
;;
- *solaris* | *-aix* | *cygwin*)
+ *solaris* | *-aix* | *cygwin* | *bsd*)
default_type="none"
;;
*)
On Tue, 29 Mar 2005 08:11:44 -0500, Jeff Squyres <jsquyres_at_[hidden]> wrote:
> William --
>
> It looks like the memory manager that LAM is using is not playing well
> with BSD (in fairness, I don't think we ever tested it on BSD [other
> than OSX, which is a slightly different ballgame]). Check out the
> release notes about this in the LAM/MPI Installation Guide (in your
> tarball and http://www.lam-mpi.org/using/docs/).
<snip>
|