Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| condor:submit:troubleshoot [2011/08/02 15:23] – created garrettheath4 | condor:submit:troubleshoot [2011/08/02 15:49] (current) – garrettheath4 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| You can find out what is going on by checking a chain of logs to figure out at what step your job failed. | You can find out what is going on by checking a chain of logs to figure out at what step your job failed. | ||
| - | <code bash> | + | <code bash> |
| where '' | where '' | ||
| <code text> | <code text> | ||
| Line 17: | Line 17: | ||
| where RUN_MACHINE is the machine that your job was matched with and slotX is the slot that it was potentially run on on that machine, such as | where RUN_MACHINE is the machine that your job was matched with and slotX is the slot that it was potentially run on on that machine, such as | ||
| <code bash> | <code bash> | ||
| - | If you tried to run your program recently, it should be listed at the bottom of the log. To find where the log for a specific run starts, look for "'' | + | If you tried to run your program recently, it should be listed at the bottom of the log. To find where the log for a specific run starts, look for a section surrounded by asterisks and containing the line |
| + | <code text>** condor_starter (CONDOR_STARTER) STARTING UP</ | ||
| + | and read the lines below that section | ||
