[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] What dagman.out file is related to a condor job ID?



Hi Scott,

thanks for the help, looks like the -long option is what I am looking for! Actually its
condor_q -long 1492734.0 | grep Args  
so I get the directory in which the DAG is running in...

Thanks
  Alex

On 16/04/2008, Scott Koranda <skoranda@xxxxxxxxxxxxxxxxxxxx> wrote:
Hi Alex,


> Hi,
>
> I am running a bunch of DAG's on a cluster, and, of course, I can see them
> by doing a condor_q:
>
> ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
> 1492734.0   XX          4/2  16:36  13+13:11:17 R  0   7.3  condor_dagman -f
> -
> 1492740.0   XX          4/2  16:42  13+13:11:42 R  0   7.3  condor_dagman -f
> -
> 1492741.0   XX          4/2  16:42  13+13:07:07 R  0   7.3  condor_dagman -f
> -
> 1492743.0   XX          4/2  16:42  13+13:13:58 R  0   7.3  condor_dagman -f
> -
>
> This list shows me only the ID of the DAG, but I would like to know the
> dagman.out file that corresponds to each of the ID's. So is there a command
> or a way to find out to what dagman.out file each of these DAG's corresponds
> to?
>


Pick one of the DAGMan job IDs, for example 1492734.0, and
then do

condor_q -long 1492734.0 | grep Out

If that is not the information you want then skip the 'grep'
and examine all the details of the job until you find the
information that helps.

Cheers,

Scott
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/