Ensure that you have a working Condor pool by following the Condor manual. We have tested with version 7.0.5, but we expect that it will work with most recent Condor versions. In particular, verify that you can submit and monitor jobs from the command-line with commands such as condor_submit, condor_status, etc., and that these commands are in the Opal user's PATH.
Set the following properties inside the opal.properties file: opal.jobmanager to edu.sdsc.nbcr.opal.manager.CondorJobManager, and mpi.script to the script used by Condor to submit parallel jobs. You can ignore mpi.script if you do not plan on supporting parallel jobs.
Reinstall Opal by running the following command:
ant install |
Restart Tomcat for the changes to take effect.
Note that we have not tested advanced Condor features such as flocking and Condor-G.