Difference: TroubleshootingCondor (12 vs. 13)

Revision 132013-05-11 - brodbd

Line: 1 to 1
 
META TOPICPARENT name="kill a job"

Troubleshooting Condor Job Problems

Line: 28 to 28
 condor_qedit 123456 RequestMemory "5*1024"

The quote marks prevent the shell from interpreting the multiplication as a file wildcard. \ No newline at end of file

Added:
>
>

Job sometimes works and sometimes fails

Sometimes this can be caused by problems with a particular node -- either a misconfiguration, or a temporary problem such as memory pressure from jobs with incorrect memory specifications. Check your job log file and see if the IP address on the "Job executing on host:" line is the same for all the failed jobs. If so, you should email linghelp so the situation can be fixed. As a temporary fix, you can avoid the problematic node by excluding it from your requirements, e.g.:

Requirements = ( Machine != "patas-n1.ling.washington.edu" )
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback