The "Remote Launch" resource manager can be used to run an arbitrary executable on the local or a remote machine. It doesn't matter if the executable is parallel program or not, however if you want to run a parallel program it is recommended you use one of the other resource manager types.
To create a Remote Launch resource manager, launch the resource manager wizard by opening the Parallel Runtime perspective and right-clicking in the Resource Managers view.
Select the Remote Launch type of resource manager and click Next.
In the Connection Configuration page, fill in the connection information including the Remote service provider (e.g. Remote Tools) and the Connection name. If you have not already configured a connection, you can do it here.
The Advanced Options can be used to modify port forwarding for ssh connections.
Back in the Resource Managers view, you should see the new resource manager. Right-click on the new resource manager and choose Start Resource Manager to start it. Its icon should turn green.
Now, to run a program with the Remote Launch resource manager, create a simple remote project. Create a run configuration for a Parallel Application, and select the Remote Launch resource manager that you just created. When you run, your program should run on the remote machine.
Back to Resource Managers.