The following instructions explain how to configure the job forwarding model on two clusters. Cluster2 will be the execution cluster; it will run jobs for cluster1.
Submit a job to cluster1 that will run in cluster2:
% bsub -q sendq -R “type==any” sleep 500Job <103> is submitted to queue <sendq>.% bjobsJOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME103 user1 RUN sendq hostA hostE@cluster2 sleep 500 Nov 13 11:44
You can also view this job from cluster2, where it has a new job ID: