org.objectweb.proactive.mpi
Class MPI

java.lang.Object
  extended by org.objectweb.proactive.mpi.MPI

public class MPI
extends java.lang.Object

This class provides a standard entry point for API MPI tools.

Author:
The ProActive Team

Constructor Summary
MPI()
           
 
Method Summary
static MPISpmd newMPISpmd(VirtualNode vn)
          API method for creating new MPISPMD object from an existing Virtual Node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MPI

public MPI()
Method Detail

newMPISpmd

public static MPISpmd newMPISpmd(VirtualNode vn)
API method for creating new MPISPMD object from an existing Virtual Node. Activate the virtual node if not already activated and return and object representing the MPI deployement process.

Parameters:
vn - - the virtual node which contains a list of node on which MPI will be deployed
Returns:
MPISpmd - an MPISpmd object


Copyright 2001-2007 INRIA All Rights Reserved.