Hi Madhurima,

Currently we only have tests which start MPI and check the provided level of thread support:

    int provided = MPI.InitThread(args, MPI.THREAD_FUNNELED);

    if(provided < MPI.THREAD_FUNNELED)
    {
        throw new MPIException("MPI_Init_thread returned less "+
                               "than MPI_THREAD_FUNNELED.\n");
    }

Regards,
Oscar

Quoting madhurima madhunapanthula <erankima...@gmail.com>:

hi,

Iam new to OpenMPI. I have installed the java bindings of OpenMPI and
running some samples in the cluster.
iam interested in some samples using THREAD_SERIALIZED and THREAD_FUNNLED
fields in OpenMPI. please provide me some samples.

--
Lokah samasta sukhinobhavanthu

Thanks,
Madhurima




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


Reply via email to