Actions
Configure web server to submit job to local cluster » History » Revision 1
Revision 1/12
| Next »
Neil Voss, 05/27/2010 04:06 PM
Configure web server to submit job to local cluster¶
Option 1: Use the setup wizard and add the local cluster headnode¶
- Go the setup wizard: http://localhost/myamiweb/setup or http://HOST.INSTITUTE.EDU/myamiweb/setup
Option 2: Manually edit the config.php and add the local cluster headnode to the config.php¶
$PROCESSING_HOSTS[]="LOCAL_CLUSTER_HEADNODE.INSTITUTE.EDU";
It can also run on more than one cluster, this is rare:
$PROCESSING_HOSTS[]="LOCAL_CLUSTER_HEADNODE1.INSTITUTE.EDU"; $PROCESSING_HOSTS[]="LOCAL_CLUSTER_HEADNODE2.INSTITUTE.EDU";
< Setup job submission server | Testing job submission >
Updated by Neil Voss over 14 years ago · 1 revisions