Description | Example | Return message | Group

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
AutomaticallyComputeInParallelReturns On or Off based on automatic parallel computation setting.
ComputeAllFiguresOfMeritInParallelWithCoverage Returns On or Off based on figure of merit parallel computation setting.
ConfigurationReturns the parallel type, Local or Cluster, and information about the configuration of that type.

The local parallel type returns five lines:

  • ParallelType=Local
  • NumberOfLocalCores=...
  • LocalSharedDirectory=...
  • Local ScenarioCopyStrategy=...
  • EstimatedLocalMemoryBudget=...

The cluster parallel type returns eleven lines:

  • ParallelType=Cluster
  • CoordinatorHost=...
  • CoordinatorPort=...
  • ClusterSharedDirectory=...
  • ClusterScenarioCopyStrategy=...
  • UseSSL=...
  • AllowSelfSignedCertificates=...
  • ProvideClientCertificate=...
  • ClientCertificateName=...
  • ClientCertificateThumbprint=...
  • VerifyCoordinatorThumbprint=...
  • CoordinatorThumbprint=...
  • CompressVdf=...
ScenarioOptionsReturns the scenario options in two lines.
  • UseTaskEstimatedMemoryUsage=...
  • TaskEstimatedMemoryUsage=...
ValidateScenarioRuns the scenario validation. Returns multiple lines with the result of each scenario check.

[SUCCEEDED|FAILED|WARNING|UNKNOWN]: […] <errors>

SaveInBinaryReturns 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):

Application Options

Scenarios

Version

12