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 together in a run directory accessible to all the nodes in the cluster:
- A scheduler configuration file
- Submit and delete scripts
- A solution input XML file, <simulation name>-<solution name>.xml
- The SPLM_LICENSE_SERVER, UGII_BASE_DIR, and UGII_TMG_DIR environment variables defined on the master node.
Note:
This procedure uses the ND argument of the TMG Executive Menu, which requires only an XML input file. It does not work for multiphysics solutions, which also have a MPDAT input file and optionally a Nastran DAT input file.
-
Open a command prompt window and type the following command to start the TMG Executive Menu:
$UGII_TMG_DIR/com/tmgnx.com -
At the prompt, enter the
NDcommand switch to run the analysis from XML, using the DMP (scheduler) process. -
At the prompt, enter:
- The name of the solution input XML file.
- The scheduler label, which is defined in the scheduler configuration file. For example:
<scheduler label=”MyDesktop”> - The number of processes required to run the simulation.
$UGII_TMG_DIR/com/tmgnx.com ND -inPath <run_directory>/<simulation name>-<solution name>.xml <scheduler label> <number of processes>