Changes between Version 77 and Version 78 of Processing
- Timestamp:
- Aug 2, 2010, 8:32:34 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v77 v78 124 124 setup; run}}}). 125 125 126 To start a single server you need to ssh to the relevant machine (found in the {{{ptolemy.rc}}} file for that server) then do the following: 127 128 {{{ 129 ssh ipp@ippXXX 130 cd <serverName> 131 pantasks_server & 132 pantasks_client 133 pantasks: server input input 134 pantasks: setup 135 }}} 136 137 138 So, for example for stdscience 139 140 {{{ 141 ssh ippc16 142 cd ~stdscience 143 pantasks_server & 144 pantasks_client 145 pantasks: server input input 146 pantasks: setup 147 }}} 148 149 126 150 = Queuing data = 127 151
