0

Currently I am working on a SGE cluster, and I could submit jobs using qsub in the head node, but what I want to do now is to create new jobs and submit jobs from one compute node to another, is it possible to do that?

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940
username123
  • 101
  • 2

1 Answers1

1

in the SGE configuration you need to add the nodes you wish to submit from, to the list of submit hosts. You can do this via qmon or qconf (see: qconf -as, qconf -ds and qconf -ss).

Best you check the manual page of qconf:

man qconf
leo
  • 11
  • 2