public class LaunchProfile extends AttributeSubject
Constructor and Description |
---|
LaunchProfile() |
LaunchProfile(int nMoreFields) |
LaunchProfile(LaunchProfile obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(LaunchProfile obj) |
boolean |
GetActive() |
java.util.Vector |
GetAllowableNodes() |
java.util.Vector |
GetAllowableProcs() |
java.util.Vector |
GetArguments() |
java.lang.String |
GetBank() |
boolean |
GetBankSet() |
boolean |
GetCanDoHWAccel() |
boolean |
GetConstrainNodeProcs() |
boolean |
GetForceDynamic() |
boolean |
GetForceStatic() |
int |
GetGPUsPerNode() |
java.lang.String |
GetLaunchArgs() |
boolean |
GetLaunchArgsSet() |
java.lang.String |
GetLaunchMethod() |
boolean |
GetLaunchMethodSet() |
boolean |
GetLaunchXServers() |
java.lang.String |
GetMachinefile() |
boolean |
GetMachinefileSet() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetNumNodes() |
boolean |
GetNumNodesSet() |
int |
GetNumProcessors() |
int |
GetNumThreads() |
boolean |
GetParallel() |
java.lang.String |
GetPartition() |
boolean |
GetPartitionSet() |
java.lang.String |
GetProfileName() |
java.lang.String |
GetSublaunchArgs() |
boolean |
GetSublaunchArgsSet() |
java.lang.String |
GetSublaunchPostCmd() |
boolean |
GetSublaunchPostCmdSet() |
java.lang.String |
GetSublaunchPreCmd() |
boolean |
GetSublaunchPreCmdSet() |
java.lang.String |
GetTimeLimit() |
boolean |
GetTimeLimitSet() |
int |
GetTimeout() |
boolean |
GetVisitSetsUpEnv() |
java.lang.String |
GetXArguments() |
java.lang.String |
GetXDisplay() |
int |
Offset()
Returns the offset into the selected table where this state object's fields begin.
|
void |
ReadAtts(int index,
CommunicationBuffer buf)
Reads the specified index's data from the buffer into the object.
|
void |
SetActive(boolean active_) |
void |
SetAllowableNodes(java.util.Vector allowableNodes_) |
void |
SetAllowableProcs(java.util.Vector allowableProcs_) |
void |
SetArguments(java.util.Vector arguments_) |
void |
SetBank(java.lang.String bank_) |
void |
SetBankSet(boolean bankSet_) |
void |
SetCanDoHWAccel(boolean canDoHWAccel_) |
void |
SetConstrainNodeProcs(boolean constrainNodeProcs_) |
void |
SetForceDynamic(boolean forceDynamic_) |
void |
SetForceStatic(boolean forceStatic_) |
void |
SetGPUsPerNode(int GPUsPerNode_) |
void |
SetLaunchArgs(java.lang.String launchArgs_) |
void |
SetLaunchArgsSet(boolean launchArgsSet_) |
void |
SetLaunchMethod(java.lang.String launchMethod_) |
void |
SetLaunchMethodSet(boolean launchMethodSet_) |
void |
SetLaunchXServers(boolean launchXServers_) |
void |
SetMachinefile(java.lang.String machinefile_) |
void |
SetMachinefileSet(boolean machinefileSet_) |
void |
SetNumNodes(int numNodes_) |
void |
SetNumNodesSet(boolean numNodesSet_) |
void |
SetNumProcessors(int numProcessors_) |
void |
SetNumThreads(int numThreads_) |
void |
SetParallel(boolean parallel_) |
void |
SetPartition(java.lang.String partition_) |
void |
SetPartitionSet(boolean partitionSet_) |
void |
SetProfileName(java.lang.String profileName_) |
void |
SetSublaunchArgs(java.lang.String sublaunchArgs_) |
void |
SetSublaunchArgsSet(boolean sublaunchArgsSet_) |
void |
SetSublaunchPostCmd(java.lang.String sublaunchPostCmd_) |
void |
SetSublaunchPostCmdSet(boolean sublaunchPostCmdSet_) |
void |
SetSublaunchPreCmd(java.lang.String sublaunchPreCmd_) |
void |
SetSublaunchPreCmdSet(boolean sublaunchPreCmdSet_) |
void |
SetTimeLimit(java.lang.String timeLimit_) |
void |
SetTimeLimitSet(boolean timeLimitSet_) |
void |
SetTimeout(int timeout_) |
void |
SetVisitSetsUpEnv(boolean visitSetsUpEnv_) |
void |
SetXArguments(java.lang.String XArguments_) |
void |
SetXDisplay(java.lang.String XDisplay_) |
java.lang.String |
toString(java.lang.String indent) |
void |
WriteAtts(CommunicationBuffer buf)
Writes the selected fields of the object to the buffer.
|
Attach, boolArrayToString, boolToString, boolVectorToString, Detach, doubleArrayToString, doubleToString, doubleVectorToString, floatArrayToString, floatToString, floatVectorToString, GetAttributeId, GetClassName, intArrayToString, intToString, intVectorToString, IsSelected, Notify, NumAttributes, NumAttributesSelected, Read, Select, SelectAll, SetAttributeId, stringToString, stringVectorToString, toString, ucharArrayToString, ucharToString, ucharVectorToString, UnSelectAll, Write, WriteSelect
public LaunchProfile()
public LaunchProfile(int nMoreFields)
public LaunchProfile(LaunchProfile obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(LaunchProfile obj)
public void SetProfileName(java.lang.String profileName_)
public void SetTimeout(int timeout_)
public void SetNumProcessors(int numProcessors_)
public void SetNumNodesSet(boolean numNodesSet_)
public void SetNumNodes(int numNodes_)
public void SetPartitionSet(boolean partitionSet_)
public void SetPartition(java.lang.String partition_)
public void SetBankSet(boolean bankSet_)
public void SetBank(java.lang.String bank_)
public void SetTimeLimitSet(boolean timeLimitSet_)
public void SetTimeLimit(java.lang.String timeLimit_)
public void SetLaunchMethodSet(boolean launchMethodSet_)
public void SetLaunchMethod(java.lang.String launchMethod_)
public void SetForceStatic(boolean forceStatic_)
public void SetForceDynamic(boolean forceDynamic_)
public void SetActive(boolean active_)
public void SetArguments(java.util.Vector arguments_)
public void SetParallel(boolean parallel_)
public void SetLaunchArgsSet(boolean launchArgsSet_)
public void SetLaunchArgs(java.lang.String launchArgs_)
public void SetSublaunchArgsSet(boolean sublaunchArgsSet_)
public void SetSublaunchArgs(java.lang.String sublaunchArgs_)
public void SetSublaunchPreCmdSet(boolean sublaunchPreCmdSet_)
public void SetSublaunchPreCmd(java.lang.String sublaunchPreCmd_)
public void SetSublaunchPostCmdSet(boolean sublaunchPostCmdSet_)
public void SetSublaunchPostCmd(java.lang.String sublaunchPostCmd_)
public void SetMachinefileSet(boolean machinefileSet_)
public void SetMachinefile(java.lang.String machinefile_)
public void SetVisitSetsUpEnv(boolean visitSetsUpEnv_)
public void SetCanDoHWAccel(boolean canDoHWAccel_)
public void SetGPUsPerNode(int GPUsPerNode_)
public void SetXArguments(java.lang.String XArguments_)
public void SetLaunchXServers(boolean launchXServers_)
public void SetXDisplay(java.lang.String XDisplay_)
public void SetNumThreads(int numThreads_)
public void SetConstrainNodeProcs(boolean constrainNodeProcs_)
public void SetAllowableNodes(java.util.Vector allowableNodes_)
public void SetAllowableProcs(java.util.Vector allowableProcs_)
public java.lang.String GetProfileName()
public int GetTimeout()
public int GetNumProcessors()
public boolean GetNumNodesSet()
public int GetNumNodes()
public boolean GetPartitionSet()
public java.lang.String GetPartition()
public boolean GetBankSet()
public java.lang.String GetBank()
public boolean GetTimeLimitSet()
public java.lang.String GetTimeLimit()
public boolean GetLaunchMethodSet()
public java.lang.String GetLaunchMethod()
public boolean GetForceStatic()
public boolean GetForceDynamic()
public boolean GetActive()
public java.util.Vector GetArguments()
public boolean GetParallel()
public boolean GetLaunchArgsSet()
public java.lang.String GetLaunchArgs()
public boolean GetSublaunchArgsSet()
public java.lang.String GetSublaunchArgs()
public boolean GetSublaunchPreCmdSet()
public java.lang.String GetSublaunchPreCmd()
public boolean GetSublaunchPostCmdSet()
public java.lang.String GetSublaunchPostCmd()
public boolean GetMachinefileSet()
public java.lang.String GetMachinefile()
public boolean GetVisitSetsUpEnv()
public boolean GetCanDoHWAccel()
public int GetGPUsPerNode()
public java.lang.String GetXArguments()
public boolean GetLaunchXServers()
public java.lang.String GetXDisplay()
public int GetNumThreads()
public boolean GetConstrainNodeProcs()
public java.util.Vector GetAllowableNodes()
public java.util.Vector GetAllowableProcs()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubject
WriteAtts
in class AttributeSubject
buf
- The communication buffer to which the object will be written.public void ReadAtts(int index, CommunicationBuffer buf)
AttributeSubject
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString
in class AttributeSubject