Changes between Version 7 and Version 8 of PS1_Operations
- Timestamp:
- Nov 8, 2009, 12:18:19 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_Operations
v7 v8 68 68 }}} 69 69 70 === Replication === 71 72 * Check which machine to use for the server, above. 73 74 * Start the server: 75 {{{ 76 % ssh ipp@ippc004 77 % cd replication 78 % pantasks_server & 79 }}} 80 * Start the client: 81 {{{ 82 % cd ~ipp/replication 83 % pantasks_client 84 pantasks: server input input 85 pantasks: setup 86 pantasks: run 87 }}} 88 70 89 === Standard science === 71 90 … … 124 143 }}} 125 144 145 === Postage Stamp Server === 146 147 * Check which machine to use for the server, above. 148 149 * Start the server: 150 {{{ 151 % ssh ipp@ipp049 152 % cd pstamp 153 % pantasks_server & 154 }}} 155 156 * Start the client: 157 {{{ 158 % cd ~ipp/pstamp 159 % pantasks_client 160 pantasks: server input input 161 pantasks: add.hosts 162 pantasks: run 163 }}} 164 126 165 === Detrend Creation === 127 166
