| 152 | | * Get the name of the host which is managing the pantasks server by looking the ptolemy.rc file in the server directory (e.g. for the 'distribution' task): |
| 153 | | {{{ |
| 154 | | whoami@ipp004:/home/panstarrs/ipp> cat distribution/ptolemy.rc | grep PANTASKS_SERVER |
| 155 | | PANTASKS_SERVER ippc15 |
| 156 | | }}} |
| 157 | | |
| 158 | | * Log into the host as the {{{ipp}}} user |
| 159 | | {{{ |
| 160 | | ssh ipp@ippc15 |
| 161 | | }}} |
| 162 | | |
| 163 | | * Start the pantasks_client in the pantasks server directory |
| 164 | | {{{ |
| 165 | | pantasks_client |
| 166 | | }}} |
| 167 | | |
| 168 | | * Shut down the server: |
| | 152 | As any user, on any machine, run {{{pantasks_client}}} then |
| | 153 | |
| | 154 | {{{ |
| | 155 | pantasks: stop |
| | 156 | }}} |
| | 157 | |
| | 158 | Wait until all jobs are finished (all Nrun = 0) then |
| | 159 | |