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
AutomaticallyComputeInParallel [{Coverage | Deck Access | ChainAccess | Volumetrics}]The arguments in brackets [] are optional for parallel computing. You should only use one argument (i.e. Parallel / AutomaticallyComputeInParallel Coverage On. The command NACKS if you use Parallel_RM / AutomaticallyComputeInParallel Coverage DeckAccess On.) The command returns On if the type of computation provided as an argument is set to automatically compute in parallel. If no computation type argument is supplied, the command only returns On if all four computation types are set to automatically compute in parallel.
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