IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 77 and Version 78 of Processing


Ignore:
Timestamp:
Aug 2, 2010, 8:32:34 AM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v77 v78  
    124124setup; run}}}).
    125125
     126To start a single server you need to ssh to the relevant machine (found in the {{{ptolemy.rc}}} file for that server) then do the following:
     127
     128{{{
     129ssh ipp@ippXXX
     130cd <serverName>
     131pantasks_server &
     132pantasks_client
     133pantasks: server input input
     134pantasks: setup
     135}}}
     136
     137
     138So, for example for stdscience
     139
     140{{{
     141ssh ippc16
     142cd ~stdscience
     143pantasks_server &
     144pantasks_client
     145pantasks: server input input
     146pantasks: setup
     147}}}
     148
     149
    126150= Queuing data =
    127151