Running in an Interactive Session

If your cluster management system allows interactive login sessions, you can run design studies in an interactive session.

An interactive session allows you to reserve a set of cluster nodes for interactive use. Interactive sessions are useful for debugging or testing Design Manager projects.
To run design studies in an interactive session:
  1. 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.
  2. 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.
  3. 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
  4. 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.
  5. 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.
  6. After running the design studies save the project as required and exit the application.