Changes between Version 2 and Version 3 of Workshops/cypress/JobDependency
- Timestamp:
- 08/22/18 15:15:45 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/cypress/JobDependency
v2 v3 24 24 25 25 == Submitting Dependent Jobs == 26 Get into ''' JobDependencies''' directory under '''workshop''',26 Get into '''!JobDependencies''' directory under '''workshop''', 27 27 {{{ 28 28 [fuji@cypress1 ~]$ cd workshop/ … … 114 114 == Submitting Many Dependent Jobs with Bash Script == 115 115 116 Look at ''' SubmitDependentJobs.sh'''116 Look at '''!SubmitDependentJobs.sh''' 117 117 {{{ 118 118 [fuji@cypress1 JobDependencies]$ cat SubmitDependentJobs.sh … … 142 142 This bash script takes script names as command-line options, and submits a sequence of dependent jobs with those scripts. 143 143 144 The bash script, '''script.sh''' is144 The bash script, '''script.sh''' 145 145 {{{ 146 146 [fuji@cypress1 JobDependencies]$ cat script.sh … … 152 152 sleep 1 153 153 }}} 154 runs '''addOne.py'''.154 just runs '''addOne.py'''. 155 155 156 156 Let's submit 10 of '''script.sh''',