On some systems (for example clusters) it is not possible to reach a node with a 'remote shell login' (rsh) command or you want to use a queing system on the cluster. In these cases the system administrator can configure the batch tracer by editing two user defined scripts: the rsh-script and the job-script. The rsh-script is used to start the batch remotely on another machine. (See "How can I use ssh instead of rsh?" above.) The job-script is used to start the slave job on the remote machine.

Job Script:
This script is used to start the job on the remote machine. See the <installed_n3d_path>/bin/scripts_user/TEMPLATE_job script for a detailed description. The filename must be on the form xxxx_job.sh and it must be located in <installed_n3d_path)/bin/scripts_user