Changeset 16298 for trunk/ippTasks/pantasks.pro
- Timestamp:
- Feb 4, 2008, 2:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/pantasks.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pantasks.pro
r16208 r16298 1 2 # XXX make these upper-case 1 ## pantasks.pro : globals and support macros : -*- sh -*- 2 3 # globals used to control system behavior : these should be in uppercase 3 4 $NEBULOUS = 0 4 $ network= 15 $ parallel= 15 $NETWORK = 1 6 $PARALLEL = 1 6 7 $VERBOSE = 1 7 8 $LOGDIR = `pwd` 8 $scripts = . 9 10 $loadpoll = 0.25 11 $loadexec = 5 12 $runpoll = 0.5 13 $runexec = 1 9 10 $LOADPOLL = 0.25 11 $LOADEXEC = 5 12 $RUNPOLL = 0.5 13 $RUNEXEC = 1 14 14 15 15 $EXIT_SUCCESS = 0 … … 426 426 end 427 427 end 428 429 macro check.globals 430 if ($?NETWORK == 0) 431 echo "NETWORK not defined: load pantasks.pro first" 432 break 433 end 434 if ($?PARALLEL == 0) 435 echo "PARALLEL not defined: load pantasks.pro first" 436 break 437 end 438 if ($?VERBOSE == 0) 439 echo "VERBOSE not defined: load pantasks.pro first" 440 break 441 end 442 if ($?LOGDIR == 0) 443 echo "LOGDIR not defined: load pantasks.pro first" 444 break 445 end 446 end
Note:
See TracChangeset
for help on using the changeset viewer.
