Running in an Interactive Session
If your cluster management system allows interactive login sessions, you can run design studies in an interactive session.
-
On the cluster head node, request the resources for an interactive session.
Example:
qsub -l nodes=5:ppn=12 -I
(for a cluster using the cluster management system PBS).For multiple nodes, ensure that the nodes share the same filesystem. - If the requested resources are available, the cluster management system allocates the specified resources and returns an interactive console on the first of the allocated nodes.
-
In the interactive console, launch
Design Manager.
In an interactive session, the Design Manager server must be associated with Resource Manager. For this reason, you must explicitly launch Resource Manager in the command line.Example:
[STAR-CCM+_INSTALL_DIR]/bin/starlaunch --command "[STAR-CCM+_INSTALL_DIR]/star/bin/starccm+ -rsh ssh -server [PROJECT_ROOT_DIR]/[PROJECT].dmprj" --slots 0 --batchsystem pbs
-
On your local machine, launch
Simcenter STAR-CCM+ and connect to the running
Design Manager server, see
Making Client-Server Connections.
The Design Manager object tree appears.
-
Start the design studies interactively from the GUI.
Design Manager runs the associated design simulations on the compute resources that are allocated to the interactive session.
- After running the design studies save the project as required and exit the application.