Changes between Version 2 and Version 3 of Workshops/cypress/JobDependency


Ignore:
Timestamp:
08/22/18 15:15:45 (6 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/cypress/JobDependency

    v2 v3  
    2424
    2525== Submitting Dependent Jobs ==
    26 Get into '''JobDependencies''' directory under '''workshop''',
     26Get into '''!JobDependencies''' directory under '''workshop''',
    2727{{{
    2828[fuji@cypress1 ~]$ cd workshop/
     
    114114== Submitting Many Dependent Jobs with Bash Script ==
    115115
    116 Look at '''SubmitDependentJobs.sh'''
     116Look at '''!SubmitDependentJobs.sh'''
    117117{{{
    118118[fuji@cypress1 JobDependencies]$ cat SubmitDependentJobs.sh
     
    142142This bash script takes script names as command-line options, and submits a sequence of dependent jobs with those scripts.
    143143
    144 The bash script, '''script.sh''' is
     144The bash script, '''script.sh'''
    145145{{{
    146146[fuji@cypress1 JobDependencies]$ cat script.sh
     
    152152sleep 1
    153153}}}
    154 runs '''addOne.py'''.
     154just runs '''addOne.py'''.
    155155
    156156Let's submit 10 of '''script.sh''',