Hi everyone,
I am trying to have MrBayes (3.2, the CVS version) running on a PPC cluster that runs (64-bit) linux. I tried with both 32 and 64-bit openmpi compilers (gcc). It segfaults at:
tree.c, line 3478, where it says:
/* set all pointers to NULL */
3478 for (i=0; i<t->nNodes; i++)
3479 {
3480 p = &t->nodes[i];
3481.
2009-05-25 20:59:37 UTC in MrBayes