Why is your job not running? To get more information, run: condor_q -analyze <job number> +% +Condor Tip #13: + +Need to see a list of completed jobs? Run: + +condor_history +% +Condor Tip #14: + +Can't quite remember how a particular Condor command works? Use +the -help option with the command to get a quick reminder of the +command's usage. +% +Condor Tip #15: + +If you are interested in running Java applications in the Java +Universe and want to see which machines in the Condor pool +support this, run: + +condor_status -java +% +Condor Tip #16: + +Do you have jobs that depend on other jobs to run first? If so, +check out the Condor tool "DAGMan" in the manual. +% +Condor Tip #17: + +If you are concerned about how many jobs may be running at any +time with your DAGMan submission, you can limit the number of +simultaneous jobs with the -maxjobs option. {endcode}