|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.norbl.cbp.ppe.ompi.OmpiConfig
public class OmpiConfig
After the ec2 instances are booted, this class is used to configure Open MPI. Specifically it:
Nested Class Summary | |
---|---|
static class |
OmpiConfig.State
Deprecated. |
Constructor Summary | |
---|---|
OmpiConfig(Ec2Wrangler ec2w,
NetworkSpec spec,
ParamsEc2 paramsEc2)
Deprecated. |
Method Summary | |
---|---|
boolean |
config(java.lang.String networkID)
Deprecated. |
java.lang.String |
getName()
Deprecated. |
int |
getPort()
Deprecated. |
java.lang.String |
getStateDescription()
Deprecated. |
boolean |
isConfigured()
Deprecated. Just tests the state of this object; this method does not access the network instances. |
boolean |
isPending()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OmpiConfig(Ec2Wrangler ec2w, NetworkSpec spec, ParamsEc2 paramsEc2)
Method Detail |
---|
public boolean isPending()
public boolean isConfigured()
public java.lang.String getName()
public java.lang.String getStateDescription()
public int getPort()
public boolean config(java.lang.String networkID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |