Configure web server to submit job to local cluster » History » Version 1
Neil Voss, 05/27/2010 04:06 PM
1 | 1 | Neil Voss | h1. Configure web server to submit job to local cluster |
---|---|---|---|
2 | |||
3 | h2. Option 1: Use the setup wizard and add the local cluster headnode |
||
4 | |||
5 | # Go the setup wizard: http://localhost/myamiweb/setup or http://HOST.INSTITUTE.EDU/myamiweb/setup |
||
6 | |||
7 | h2. Option 2: Manually edit the config.php and add the local cluster headnode to the config.php |
||
8 | |||
9 | <pre> |
||
10 | $PROCESSING_HOSTS[]="LOCAL_CLUSTER_HEADNODE.INSTITUTE.EDU"; |
||
11 | </pre> |
||
12 | |||
13 | It can also run on more than one cluster, _this is rare_: |
||
14 | |||
15 | <pre> |
||
16 | $PROCESSING_HOSTS[]="LOCAL_CLUSTER_HEADNODE1.INSTITUTE.EDU"; |
||
17 | $PROCESSING_HOSTS[]="LOCAL_CLUSTER_HEADNODE2.INSTITUTE.EDU"; |
||
18 | </pre> |
||
19 | |||
20 | _______ |
||
21 | |||
22 | [[Setup job submission server|< Setup job submission server]] | [[Testing job submission|Testing job submission >]] |
||
23 | |||
24 | _______ |