== Setup ==
=== ipp user ===
Operations are generally performed as the ipp user on the [wiki:Production_Cluster Production Cluster]. You should add your ssh public key to ~ipp/.ssh/authorized_keys 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 ptolemy.rc file that selects the correct server to contact).
== Summit Copy ==
* Check which machine to use for the server, [wiki:#Pantasks above].
* Start the server:
% ssh ipp@ipp007 % cd summitcopy % pantasks_server &* Start the client:
% cd ~ipp/summitcopy % pantasks_client pantasks: server input input pantasks: setup pantasks: run== Registration == * Check which machine to use for the server, [wiki:#Pantasks above]. * Start the server:
% ssh ipp@ipp008 % cd registration % pantasks_server &* Start the client:
% cd ~ipp/registration % pantasks_client pantasks: server input input pantasks: setup pantasks: run