5.4. Using TORQUE/PBS

  1. Ensure that you have a working TORQUE/PBS installation, by following the instructions on the TORQUE website. In particular, verify that you can submit and monitor jobs from the command-line with commands such as qsub and qstat. Note that we have only tested with version 2.3.0 of TORQUE.

  2. Inside the opal.properties, set the opal.jobmanager to edu.sdsc.nbcr.opal.manager.PBSJobManager.

  3. Reinstall Opal by running the following command:

        ant install

  4. Make sure that you all the PBS binaries such as qsub and qstat in your PATH.

  5. Restart Tomcat for the changes to take effect.