Changeset 16298 for trunk/ippTasks/summit.copy.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/summit.copy.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/summit.copy.pro
r16208 r16298 1 ## summit.copy.pro : tasks for the summit to IPP download : -*- sh -*- 1 2 ## PanTasks scripts for Summit Copy 2 3 module pantasks.pro4 3 5 4 # pztool -adddatastore -inst isp -telescope ps1 -uri http://otis1.ifa.hawaii.edu/ds/skyprobe/index.txt … … 16 15 # @HOST@ may be substituted in later scripts. 17 16 17 # test for required global variables 18 check.globals 19 18 20 # the templates are used if we have a class_id/host relationship; if none is found, the default values are used 19 21 # XXX not sure how to handle the .N value if we need to use more than one … … 21 23 if ($NEBULOUS) 22 24 $default_host = ipp004 23 $workdir_template = neb:///@HOST@-v0 24 $default_volume = ipp004-v0 25 $volume_template = 25 $workdir_template = neb:///@HOST@.0 26 26 else 27 27 $default_host = ipp004 28 28 $workdir_template = /data/@HOST@.0/ 29 end30 31 $VERBOSE = 132 33 if ($?network == 0)34 $network = 135 end36 if ($?parallel == 0)37 $parallel = 038 29 end 39 30 … … 162 153 163 154 task.exec 164 if ($ network== 0) break155 if ($NETWORK == 0) break 165 156 166 157 # if we are waiting on data, make the interval long … … 254 245 255 246 task.exec 256 if ($ network== 0) break247 if ($NETWORK == 0) break 257 248 258 249 # if we are waiting on data, make the interval long
Note:
See TracChangeset
for help on using the changeset viewer.
