| Version 1 (modified by , 17 years ago) ( diff ) |
|---|
Setup
<code>ipp</code> user
Operations are generally performed as the <code>ipp</code> user on the Production Cluster. You should add your ssh public key to <code>~ipp/.ssh/authorized_keys</code> for ease of access.
Pantasks
Pantasks runs in the server/client mode, so that it can easily be accessed by multiple people.
To distribute the load, we use the following for the server:
- summit copy: ipp007
- registration: ipp008
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).
Summit Copy
- Check which machine to use for the server, above.
- Start the server:
<pre> % ssh ipp@ipp007 % cd summitcopy % pantasks_server & </pre>
- Start the client:
<pre> % cd ~ipp/summitcopy % pantasks_client pantasks: server input input pantasks: setup pantasks: run </pre>
Registration
- Check which machine to use for the server, above.
- Start the server:
<pre> % ssh ipp@ipp008 % cd registration % pantasks_server & </pre>
- Start the client:
<pre> % cd ~ipp/registration % pantasks_client pantasks: server input input pantasks: setup pantasks: run </pre>
