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.

In the local parallel type returns four lines:

  • ParallelType=Local
  • NumberOfLocalCores=...
  • LocalSharedDirectory=...
  • Local ScenarioCopyStrategy=...
  • In the cluster parallel type returns seven lines:

  • ParallelType=Cluster
  • CoordinatorHost=...
  • CoordinatorPort=...
  • ClusterSharedDirectory=...
  • ClusterScenarioCopyStrategy=...
  • UseSSL=...
  • AllowSelfSignedCertificates=...
  • ValidateScenarioRuns the scenario validation. Returns multiple lines with the result of each scenario check.

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

    Example

    To obtain information about Scenario settings:

    Parallel_RM * ValidateScenario

    ReturnMessage

    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]
    ...

    Group Membership

    This command belongs to the following group(s):

    Application Options

    Scenarios

    Version

    11.3