@@ -6,10 +6,11 @@ title: Submitting Jobs Using the ChtcRun Package
6
6
<p>To facilitate the submission of large batches of jobs, especially
7
7
batches for Matlab, Python, and R, the CHTC has created the ChtcRun
8
8
package of scripts, files, and directories that will allow you to easily
9
- construct your own HTCondor workflow (or "DAG" batch). By following the ordered
9
+ construct your own <a href="http://research.cs.wisc.edu/htcondor/">HTCondor</a>
10
+ workflow (or "DAG" batch). By following the ordered
10
11
set of directions given here, you'll be able to easily set up and run
11
12
a set of high-throughput computing jobs on CHTC-available resources,
12
- including those outside of the CHTC HTCondor Pool in the UW Grid and
13
+ including those outside of the CHTC <a href="http://research.cs.wisc.edu/htcondor/"> HTCondor</a> Pool in the UW Grid and
13
14
national Open Science Grid.
14
15
</p>
15
16
@@ -163,7 +164,7 @@ the project's job(s),
163
164
as well as control files:
164
165
a DAG input file for describing the DAG
165
166
(called <code>mydag.dag</code>)
166
- and an HTCondor job submit description files for each of the node jobs within
167
+ and an <a href="http://research.cs.wisc.edu/htcondor/"> HTCondor</a> job submit description files for each of the node jobs within
167
168
the DAG.
168
169
One of the command line arguments to
169
170
<code>mkdag</code>
@@ -218,7 +219,7 @@ we cannot necessarily trust the return code from MATLAB or R
218
219
to tell us if the job was successful.
219
220
We determine if a job was successful by checking if at least one
220
221
file was created that includes the pattern "SubString" in it's
221
- filename, for each HTCondor job submitted.
222
+ filename, for each <a href="http://research.cs.wisc.edu/htcondor/"> HTCondor</a> job submitted.
222
223
This check is identical to running
223
224
<pre>ls *SubString*
224
225
</pre>
@@ -227,7 +228,7 @@ in a job's output folder after the job completes to see that at least one file i
227
228
228
229
<li> <code>--parg=ArgumentString</code>
229
230
<br> This optional argument identifies a command line argument that
230
- is to be passed to each invocation (as an HTCondor job) of the executable.
231
+ is to be passed to each invocation (as an <a href="http://research.cs.wisc.edu/htcondor/"> HTCondor</a> job) of the executable.
231
232
This argument will be listed multiple times to define more than one
232
233
command line argument. Optionally, you can use "--parg=<i>unique</i>" to
233
234
pass the name of the job directory as an argument to your code for each job.
0 commit comments