Submit a DMP simulation

You submit a DMP simulation from the TMG Executive Menu, which is on a machine that has access to the solution input XML file and the scheduler. It is preferable to use the head node of the cluster, which is accessible from all the nodes.

  • You must have a DMP license and make sure it is available from the nodes in the cluster.
  • The following files are required and must be stored in a directory accessible to all the nodes in the cluster, for example, within the NX installation directory or wherever the tmg patch is installed:
    • A scheduler configuration file
      Note:
      You can find the file to edit in . <installation_path>\tmg\exe\scheduler_info.xml
    • Submit and delete scripts
    • A solution input XML file, <simulation name>-<solution name>.xml
  • The UGII_TMG_DIR and UGII_BASE_DIR environment variables defined on the master node. For more information, see Environment variables.
  1. Open a command prompt window and type the following command to start the TMG Executive Menu:
    $UGII_TMG_DIR/com/tmgnx.com
  2. At the prompt, enter the ND command switch to run the analysis from XML, using the DMP (scheduler) process.
  3. At the prompt, enter:
    1. The name of solution input XML file.
    2. The scheduler label, which is defined in the scheduler configuration file. For example:
      <scheduler label=”MyDesktop”>
    3. The number of processes required to run the simulation.
You can also enter the following command to add the path directly to the folder that contains a scheduler configuration file:
$UGII_TMG_DIR/com/tmgnx.com ND -inPath <...run_directory/scheduler_configuration_file> <scheduler label> <number of processes>