Return information related to parallel processing.
Parallel_RM <AppOrScenPath> {ParallelOption}
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.
In the local parallel type returns four lines:
In the cluster parallel type returns five lines:
|
ValidateScenario | Runs the scenario validation. Returns
multiple lines with the result of each scenario check.
[SUCCEEDED|FAILED|WARNING|UNKNOWN]: […] <errors> |
To obtain information about Scenario settings:
Parallel_RM * ValidateScenario
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]
...
This command belongs to the following group(s):
10.0.2
STK Programming Interface 11.0.1