Project

General

Profile

Actions

Configure web server to submit job to local cluster » History » Revision 3

« Previous | Revision 3/12 (diff) | Next »
Neil Voss, 05/27/2010 04:07 PM


Configure web server to submit job to local cluster

Option 1: Use the setup wizard and add the local cluster headnode

  1. Go the setup wizard: http://localhost/myamiweb/setup or http://HOST.INSTITUTE.EDU/myamiweb/setup
  2. Step 2
  3. Profit...

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 · 3 revisions