Are you including ?
I notice you have a -D for OMPI_MPI_ -- perhaps is only
included if you -DLAM_MPI_...? (that's a total guess)
On Aug 11, 2009, at 4:18 PM, Borenstein, Bernard S wrote:
I'm trying to build a code with OPENMPI 1.3.3 that compiles with LAM/
MPI.
It is using mpicc and h
I'm trying to build a code with OPENMPI 1.3.3 that compiles with
LAM/MPI.
It is using mpicc and here is the code segment and error :
void drt_pll_init(int my_rank,int num_processors);
#ifdef DRT_USE_MPI
#include
MPI_Comm drt_pll_mpi_split_comm_world(int key);
#else
int drt_pll_mpi_split_comm_wor