[MOAB-dev] iMeshP and parallel imesh
    Alvaro Caceres 
    acaceres at mcs.anl.gov
       
    Tue Feb  2 13:41:43 CST 2010
    
    
  
So,
iMeshP_loadAll is returning an iBase_FAILURE. I'm going through the code to see what's going on, but I figured I'd send an update. The problem is at
  MBParallelComm* pcomm = MBParallelComm::get_pcomm( MBI, partitioning, &default_comm );
----- Original Message -----
>
> You need to do the load through the iMeshP API:
>
> call iMesh_newMesh("",iMesh,err)
> call iMeshP_createPartitionAll(%val(iMesh),%val 
> (MPI_COMM_WORLD),partn,err)
> call iMeshP_loadAll(%val(iMesh),%val(partn),%val(root),input_filename,
>                   ";PARALLEL=READ_DELETE",err)
>
> - jason
    
    
More information about the moab-dev
mailing list