Parallel_RM
Return information related to parallel processing.
Syntax
Parallel_RM <AppOrScenPath> {ParallelOption}
Related commands
Description
The <AppOrScenPath> can be either the Application path or the Scenario path. The following table describes the available options.
{ParallelOption} | Description |
---|---|
AutomaticallyComputeInParallel | Returns On or Off based on automatic parallel computation setting. |
ComputeAllFiguresOfMeritInParallelWithCoverage | Returns On or Off based on figure of merit parallel computation setting. |
Configuration | Returns the parallel type, Local or Cluster, and information about the configuration of that type.
The local parallel type returns five lines:
The cluster parallel type returns eleven lines:
|
ScenarioOptions | Returns the scenario options in two lines.
|
ValidateScenario | Runs the scenario validation. Returns multiple lines with the result of each scenario check.
[SUCCEEDED|FAILED|WARNING|UNKNOWN]: […] <errors> |
SaveInBinary | Returns True or False based on the save in binary setting. |
Examples
To obtain information about Scenario settings:
Parallel_RM * ValidateScenario
Return message
I Return entry 1: I WARNING: [Checking if Data Retention is set to StaticOnly] I Return entry 2: I DataRetention of Coverage Definition "RF_Coverage" is set to AllData. We recommended it is set to StaticOnly for performance. I Return entry 3: I DataRetention of Coverage Definition "Sensor_Line_Of_Sight_Coverage" is set to AllData. We recommended it is set to StaticOnly for performance. I Return entry 4: I FAILED: [Checking if terrain can be accessed by all agents] ...
Examples
To obtain information about Scenario options:
Parallel_RM * ScenarioOptions
Return message
- UseTaskEstimatedMemoryUsage=True - TaskEstimatedMemoryUsage=512
Group membership
This command belongs to the following group(s):
Version
12