| | 1 | == Setup == |
| | 2 | |
| | 3 | === <code>ipp</code> user === |
| | 4 | |
| | 5 | Operations are generally performed as the <code>ipp</code> user on the [wiki:Production_Cluster Production Cluster]. You should add your ssh public key to <code>~ipp/.ssh/authorized_keys</code> for ease of access. |
| | 6 | |
| | 7 | === Pantasks === |
| | 8 | |
| | 9 | Pantasks runs in the server/client mode, so that it can easily be accessed by multiple people. |
| | 10 | |
| | 11 | To distribute the load, we use the following for the server: |
| | 12 | * summit copy: ipp007 |
| | 13 | * registration: ipp008 |
| | 14 | |
| | 15 | The client can be run on any machine, so long as you're in the appropriate directory (which contain a <code>ptolemy.rc</code> file that selects the correct server to contact). |
| | 16 | |
| | 17 | |
| | 18 | == Summit Copy == |
| | 19 | |
| | 20 | * Check which machine to use for the server, [wiki:#Pantasks above]. |
| | 21 | |
| | 22 | * Start the server: |
| | 23 | |
| | 24 | <pre> |
| | 25 | % ssh ipp@ipp007 |
| | 26 | % cd summitcopy |
| | 27 | % pantasks_server & |
| | 28 | </pre> |
| | 29 | |
| | 30 | * Start the client: |
| | 31 | |
| | 32 | <pre> |
| | 33 | % cd ~ipp/summitcopy |
| | 34 | % pantasks_client |
| | 35 | pantasks: server input input |
| | 36 | pantasks: setup |
| | 37 | pantasks: run |
| | 38 | </pre> |
| | 39 | |
| | 40 | == Registration == |
| | 41 | |
| | 42 | * Check which machine to use for the server, [wiki:#Pantasks above]. |
| | 43 | |
| | 44 | * Start the server: |
| | 45 | |
| | 46 | <pre> |
| | 47 | % ssh ipp@ipp008 |
| | 48 | % cd registration |
| | 49 | % pantasks_server & |
| | 50 | </pre> |
| | 51 | |
| | 52 | * Start the client: |
| | 53 | |
| | 54 | <pre> |
| | 55 | % cd ~ipp/registration |
| | 56 | % pantasks_client |
| | 57 | pantasks: server input input |
| | 58 | pantasks: setup |
| | 59 | pantasks: run |
| | 60 | </pre> |