When I specify a cluster name in the configuration I can no longer submit jobs. It gives the :”Bad host specification: local cluster name cannot be specified. Job not submitted." I found out that when you specify a cluster name, then then OOD decides that it will submit the job in LSF “bsub -m custernamehere etc” We don’t submit jobs using the -m. How can I turn this off in OOD?
[dweise@submithost 192]$ bsub -m lsf_clustername < myscript.sh
Bad host specification: local cluster name cannot be specified. Job not submitted.
[dweise@submithost 192]$
[dweise@submithost 192]$ bsub -clusters lsf_clustername < myscript.sh
Job <41455387> is submitted to queue <normal_queue>.