Changes between Version 78 and Version 79 of Processing
- Timestamp:
- Aug 2, 2010, 8:33:58 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v78 v79 104 104 Each {{{pantasks_server}}} uses a local {{{input}}} and {{{ptolemy.rc}}} file (this file details the machine where the server is to run). 105 105 106 === Starting an already running server === 107 106 108 For already-running servers, {{{pantasks}}} should be started with the following commands only: 107 109 … … 114 116 This loads the hosts and labels needed and starts the processing running. See {{{~ipp/stdscience/input}}} if this is not clear. 115 117 118 === Starting all servers === 119 116 120 If everything has been shut down, you can start all {{{pantasks}}} with the following in {{{~ipp}}}: 117 121 … … 123 127 The first command launches the {{{pantasks_servers}}} on the correct hosts the second calls the three commands listed above ({{{server input input; 124 128 setup; run}}}). 129 130 === Starting a single server === 125 131 126 132 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: … … 135 141 }}} 136 142 137 138 143 So, for example for stdscience 139 144 … … 146 151 pantasks: setup 147 152 }}} 148 149 153 150 154 = Queuing data =
