[MOAB-dev] build question
Jason Kraftcheck
kraftche at cae.wisc.edu
Tue May 24 10:50:23 CDT 2011
On 05/24/2011 10:44 AM, Iulian Grindeanu wrote:
>
>
> FAIL: partest (exit: 1)
> =======================
>
> Attempting to use an MPI routine before initializing MPICH
> ...
>
>
> The debugger will not start, and I don't know which one is called before MPI_Init
>
The debugger will not start? Assuming you figure out what is going on with
that, try setting break points in MPI_Comm_rank and MPI_Comm_size. Most
codes using MPI call at least one of those before anything else.
- jason
More information about the moab-dev
mailing list