Setup Remote Processing » History » Version 14
Neil Voss, 05/27/2010 02:51 PM
| 1 | 13 | Neil Voss | h1. Setup Remote Processing |
|---|---|---|---|
| 2 | 9 | Neil Voss | |
| 3 | The web interface for Appion allows one to directly login to a computer and process Appion jobs. But this requires a job submission system to be installed. |
||
| 4 | |||
| 5 | The following applies to the both a web-server computer (setup earlier) and job submission system. The job submission system usually consists of a head node (main computer) and individual processing nodes (slave computers) for running jobs. As of these system can exist on an individual computer. |
||
| 6 | |||
| 7 | # [[Setup job submission server]] |
||
| 8 | # [[Configure web server to submit jobs]] |
||
| 9 | 10 | Neil Voss | # [[Testing job submission]] |
| 10 | 12 | Neil Voss | # [[Potential job submission problems]] |
| 11 | 2 | Amber Herold | |
| 12 | 14 | Neil Voss | h2. Remote Appion Processing through ssh |
| 13 | |||
| 14 | A more advanced way to run appion script is done through an ssh session. This is equivalent of having you ssh into a computer and starting the appion processes. |
||
| 15 | |||
| 16 | There are two kinds of appion processes: |
||
| 17 | * The first is a single-node process that can be run on a stand-alone workstation or the head-node of a computer cluster without PBS. |
||
| 18 | * The second is a multiple-node process that requires PBS to run on the cluster. |
||
| 19 | |||
| 20 | When you use "Just Show Command" option, it is always a single-node process, but if you run through ssh it could be either, depending on the demand of the process. For example, imageuploader.py is typically always run as single-node process while maxlikeAlignment.py is either run on single-node with "Just Show Command" or as a PBS job submission when you run through ssh. |
||
| 21 | |||
| 22 | |||
| 23 | |||
| 24 | 3 | Amber Herold | ______ |
| 25 | |||
| 26 | [[Create a Test Project|< Create a Test Project]] |
||
| 27 | 4 | Amber Herold | |
| 28 | ______ |