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
fileNote: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
- A scheduler configuration
file
- The
UGII_TMG_DIR
andUGII_BASE_DIR
environment variables defined on the master node. For more information, see Environment variables.
-
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
ND
command switch to run the analysis from XML, using the DMP (scheduler) process. - At the prompt, enter:
- The name of 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/scheduler_configuration_file> <scheduler label> <number of processes>