Project

General

Profile

Testing job submission » History » Version 3

Amber Herold, 06/08/2010 02:43 PM

1 1 Neil Voss
h1. Testing job submission
2
3
h2. Testing 
4
5
h3. Testing php-ssh2 installation
6
7
Check your info.php as you did with mrctool installation.  Corrected installed extension should show up in the output of info.php.  Reference http://emg.nysbc.org/documentation/leginon/bk02ch04s07.php under the section *Check php information* and *Alternative approach if mrc module does not show up in info.php output*.
8
9
h3. Testing ssh log in 
10
11
Use the top right form on the processing page to log in as if doing an ssh session. The page will acknowledge that you have been logged in if the setup is correct.  You will be able to edit description of a run and to hide failed runs when logged in. The option for submitting the job appears at the bottom of the processing form whenever available.
12
13
h3. Testing simple appion processing job submission 
14
15
Upload template is a good example to try:
16
# Create a small mrc image as your template to be uploaded.
17
# Select Upload template in Import tools in the appionweb processing menu of an existing session.
18
# Type in the needed information.
19
# When you finish filling the form, instead of clicking on "Just show command", choose your processing host and run the job by clicking "Upload Template".
20
# For simple process such as this, the webpage will take a little while to refresh until the job is completed.
21
# If you get the message "Template is uploaded", the process is successful and if you refresh the page you will find the template in the available list. 
22
23
h3. Testing PBS-required appion processing job submission 
24
25
Particle selection such as DogPicker is a good example to try:
26
# Click on DoG Picking under Particle Selection menu
27
# Enter the required parameters
28
# When you finish filling a form for an appion processing, choose your processing host and run the job.  Pages for monitoring the job become available after the job is queued and subsequently begins running. If the status appears as "Running or Queued" at first, the setup is likely correct.
29
# After a while, the process will be completed and the status becomes "Done" when you click to have the Status updated on the page.
30
31
h3. Check _your_cluster.php_ setup 
32
33
For reconstructions involving iterations of different parameters such as EMAN reconstruction by refinement, the _your_cluster.php_ is used to generate the script.  Examine the script created on the web form and modify _your_cluster.php_  You can copy the script to your cluster and test run/modify it until it is correct.
34 2 Neil Voss
35
_________
36
37 3 Amber Herold
[[Configure web server to submit job to local cluster|< Configure web server to submit job to local cluster]] | [[Potential job submission problems|Potential job submission problems >]]
38 2 Neil Voss
39
______