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

Re: [Condor-users] how to set DAGman file with Condor-C(Grid Universe)



Tao,

Very simple, please see below:

#--------------------------------------------------------------------

####     DAGMAN submission File

####     DAGMAN SAMPLE

#--------------------------------------------------------------------

Job A <Condor_Submission_Filename>.sub

Job B <Condor_submission_Filename>.sub

PARENT a CHILD b

 

If you want more specifics please go online condor manual specifically at this URL: http://www.cs.wisc.edu/condor/manual/v7.2/2_10DAGMan_Applications.html#6189

Alex Alas

 

From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Tao.3.Chen@xxxxxxxxxxxxxxxxxxxxxxxxxxx
Sent: Thursday, August 27, 2009 7:32 AM
To: condor-users@xxxxxxxxxxx
Subject: [Condor-users] how to set DAGman file with Condor-C(Grid Universe)

 


Hi,
           I am using the DAGman to specify  the jobs orders, but at the same time, I want all the jobs could be executed in a remote way(condor-C), which means after submit the DAGman file, the submitter could off line,  a fixed server will take charge of this,  and all the jobs could be executed in a specific order on the exetutors.
          I have already realize the condor-C without DAGman, and I can also submit DAGman jobs in a specific order in vanilla universe.
          But now how can I add DAGman into this figure, how to write the .dag file?  Any ideas ?
          Thank you in advance!

Tao