Uses of Class
ppe.ompi.OmpiSpec

Packages that use OmpiSpec
ppe Parallel Processing with EC2 (ppe) 
ppe.gui.networkspec   
ppe.ompi Classes for configuring Open MPI on a network of EC2 instances. 
 

Uses of OmpiSpec in ppe
 

Fields in ppe declared as OmpiSpec
protected  OmpiSpec Services.ompiSpec
           
 

Methods in ppe with parameters of type OmpiSpec
 void Services.set(Ec2Wrangler ec2w, NetworkSpec networkSpec, OmpiSpec ompiSpec)
          Sets objects needed to start services.
 

Uses of OmpiSpec in ppe.gui.networkspec
 

Fields in ppe.gui.networkspec declared as OmpiSpec
 OmpiSpec NetworkSpecGui.specOmpi
           
 

Methods in ppe.gui.networkspec that return OmpiSpec
 OmpiSpec NetworkSpecGui.choicesToOmpiSpec()
           
 

Constructors in ppe.gui.networkspec with parameters of type OmpiSpec
NetworkSpecGui(Ec2Wrangler ec2w, NetworkSpec spec, OmpiSpec specOmpi)
           
 

Uses of OmpiSpec in ppe.ompi
 

Methods in ppe.ompi that return OmpiSpec
 OmpiSpec OmpiSpec.cloneSpec()
           
 

Constructors in ppe.ompi with parameters of type OmpiSpec
OmpiConfig(Ec2Wrangler ec2w, OmpiSpec spec)