Next: condor_userlog
Up: 8. Command Reference Manual
Previous: condor_submit
Subsections
condor_submit_dag
Manage and queue jobs within a specified DAG for execution on remote machines
condor_submit_dag
[-no_submit]
[-verbose]
[-force]
[-maxjobs NumberOfJobs]
[-log LogFileName]
[-notification value]
DAGInputFile
condor_submit_dag is the program for submitting a DAG (directed
acyclic graph) of jobs for execution under Condor.
The program enforces the job dependencies defined
in the DAGInputFile.
The DAGInputFile contains commands
to direct the submission of jobs implied by the nodes
of a DAG to Condor.
See the Condor User Manual, section 2.10 for a complete
description.
Supported options are as follows:
- -no_submit
- Produce the Condor submit description file
for DAGMan, but do not submit DAGMan as a Condor job.
- -verbose
- Give verbose error messages.
- -force
- Require condor_submit_dag to overwrite
the files that it produces, if the files already exist.
- -maxjobs NumberOfJobs
- Sets the maximum number of jobs
within the DAG that may be submitted to Condor at one time.
NumberOfJobs is a positive integer.
- -log LogFileName
- Forces condor_submit_dag
to omit the check of Condor submit description files for nodes
within the DAG to verify that they all use the same log file.
The argument LogFileName is used as the single, common log file.
- -notification value
- Sets the e-mail notification
for DAGMan itself. This information will be used within the Condor
submit description file for DAGMan. This file is produced by
condor_submit_dag. See notification
within the section of submit description file commands in the
condor_submit manual page on page
for specification of value.
Condor User Manual
condor_submit_dag will exit with a status value of 0 (zero) upon success,
and it will exit with the value 1 (one) upon failure.
Condor Team, University of Wisconsin-Madison
Copyright © 1990-2001 Condor Team, Computer Sciences Department,
University of Wisconsin-Madison, Madison, WI. All Rights Reserved.
No use of the Condor Software Program is authorized
without the express consent of the Condor Team. For more information
contact: Condor Team, Attention: Professor Miron Livny,
7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685,
(608) 262-0856 or miron@cs.wisc.edu.
U.S. Government Rights Restrictions: Use, duplication, or disclosure
by the U.S. Government is subject to restrictions as set forth in
subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer
Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and
(2) of Commercial Computer Software-Restricted Rights at 48 CFR
52.227-19, as applicable, Condor Team, Attention: Professor Miron
Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison,
WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.
See the Condor Version 6.2.2 Manual for
additional notices.
Next: condor_userlog
Up: 8. Command Reference Manual
Previous: condor_submit
condor-admin@cs.wisc.edu