JobSystemRemoteMachineSetting class specifies the computer and the number of cores for a job in local execution using JMAG Job System.
The class can be called from Application class.
.
More...
JobSystemRemoteMachineSetting class specifies the computer and the number of cores for a job in local execution using JMAG Job System.
The class can be called from Application class.
.
Example of calling the class object:
app.GetJobSystemRemoteMachineSetting()
| void JobSystemRemoteMachineSetting::AddHost |
( |
String & |
hostname, |
|
|
int |
port, |
|
|
int |
cores, |
|
|
bool |
enabled = true |
|
) |
| |
Adds a host.
- Parameters
-
| hostname | Hostname |
| port | port number |
| cores | Cores |
| enabled | enabled |
| void JobSystemRemoteMachineSetting::DeleteHost |
( |
String & |
hostname | ) |
|
Deletes a host.
- Parameters
-
| int JobSystemRemoteMachineSetting::GetCores |
( |
String & |
hostname | ) |
|
Sets a host cores.
- Parameters
-
- Returns
- cores
| bool JobSystemRemoteMachineSetting::GetEnabledHost |
( |
String & |
hostname | ) |
|
Gets a host availability.
- Parameters
-
- Returns
- enabled enabled
| String JobSystemRemoteMachineSetting::GetHost |
( |
int |
index | ) |
|
Returns a host name.
- Parameters
-
- Returns
- host name
| int JobSystemRemoteMachineSetting::GetLocalCores |
( |
| ) |
|
Returns a local cores.
- Returns
- コア数
| int JobSystemRemoteMachineSetting::GetPortNo |
( |
String & |
hostname | ) |
|
Gets a host portnumber.
- Parameters
-
- Returns
- port
| bool JobSystemRemoteMachineSetting::IsValid |
( |
| ) |
|
Returns True if an object is valid.
- Returns
- Whether or not the VibrationDefinition objects in the list are valid
| int JobSystemRemoteMachineSetting::NumHosts |
( |
| ) |
|
Returns number of hosts.
- Returns
- Number of hosts
| void JobSystemRemoteMachineSetting::SetCores |
( |
String & |
hostname, |
|
|
int |
cores |
|
) |
| |
Sets a host cores.
- Parameters
-
| hostname | Hostname |
| enabled | enabled |
| void JobSystemRemoteMachineSetting::SetEnabledHost |
( |
String & |
hostname, |
|
|
bool |
enabled |
|
) |
| |
Sets a host availability.
- Parameters
-
| hostname | Hostname |
| enabled | enabled |
| void JobSystemRemoteMachineSetting::SetLocalCores |
( |
int |
cores | ) |
|
Specifies a local cores.
- Parameters
-