Changes between Version 3 and Version 4 of PS1_Operations
- Timestamp:
- Jun 19, 2009, 12:22:26 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_Operations
v3 v4 12 12 * summit copy: ippc07 13 13 * registration: ippc09 14 * standard science: ippc10 15 * publishing: ippc08 14 16 15 17 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). … … 21 23 22 24 * Start the server: 23 25 {{{ 24 26 % ssh ipp@ippc07 25 27 % cd summitcopy 26 28 % pantasks_server & 27 29 }}} 28 30 * Start the client: 29 31 {{{ 30 32 % cd ~ipp/summitcopy 31 33 % pantasks_client … … 33 35 pantasks: setup 34 36 pantasks: run 35 37 }}} 36 38 == Registration == 37 39 38 * Check which machine to use for the server, [wiki:#Pantasks above].40 * Check which machine to use for the server, above. 39 41 40 42 * Start the server: 41 43 {{{ 42 44 % ssh ipp@ippc09 43 45 % cd registration 44 46 % pantasks_server & 45 47 }}} 46 48 * Start the client: 47 49 {{{ 48 50 % cd ~ipp/registration 49 51 % pantasks_client … … 51 53 pantasks: setup 52 54 pantasks: run 55 }}} 56 57 == Standard science == 58 59 * Check which machine to use for the server, above. 60 61 * Start the server: 62 {{{ 63 % ssh ipp@ippc10 64 % cd stdscience 65 % pantasks_server & 66 }}} 67 68 * Start the client: 69 {{{ 70 % cd ~ipp/stdscience 71 % pantasks_client 72 pantasks: server input input 73 pantasks: setup 74 pantasks: run 75 }}} 76 77 == Detection publication == 78 79 * Check which machine to use for the server, above. 80 81 * Start the server: 82 {{{ 83 % ssh ipp@ippc08 84 % cd publishing 85 % pantasks_server & 86 }}} 87 88 * Start the client: 89 {{{ 90 % cd ~ipp/publishing 91 % pantasks_client 92 pantasks: server input input 93 pantasks: setup 94 pantasks: run 95 }}}
