Starting from the Command Line
Assume that you have a cluster of four machines that are called node1, node2, node3, and node4, and you want to run airfoil.sim in your home directory using one process per machine. If you are starting this job from another machine that shares a common view of the filesystem where your simulation file is located (for example, your home directory on your Linux machine is shared through NFS with the cluster machines), enter the command:
% starccm+ -on node1,node2,node3,node4 ~/airfoil.sim
This action starts the Simcenter STAR-CCM+ client on your local machine, which in turn starts the Simcenter STAR-CCM+ server on the cluster machines with one parallel process per machine. The named simulation file is read in to the server.
There is no mechanism for specifying a different user name in parallel mode.
Simcenter STAR-CCM+ assumes that the install path is the same on all the cluster machines as on the machine on which the server is started. If NFS is being used, the install path must be the same.