Project

General

Profile

Actions

Support #1756

closed

Update documentation on $PROCESSING_HOSTS[] in config.php

Added by Neil Voss about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
High
Assignee:
Amber Herold
Category:
Documentation
Target version:
Start date:
04/23/2012
Due date:
% Done:

0%

Estimated time:
Affected Version:
Appion/Leginon 2.2.0 (trunk)

Description

I am trying to figure out how set the additional login parameters, but need a little help.

http://emg.nysbc.org/projects/appion/wiki/Configure_web_server_to_submit_job_to_local_cluster

Now it looks like:

$PROCESSING_HOSTS[] = array(
   'host' => 'localhost',  'nproc' => 4,
   'nodesdef' => '2', 'nodesmax' => '2',
   'ppndef' => '2','ppnmax' => '4',
   'reconpn' => '2',
   'walltimedef' => '48','walltimemax' => '240',
   'cputimedef' => '1536','cputimemax' => '10000',
   'memorymax' => '',
   'appionbin' => 'bin/', 'appionlibdir' => 'appion/',
   'baseoutdir' => 'appion',
   'localhelperhost' => '',
   'dirsep' => '/','wrapperpath' => 'appion',
   'loginmethod' => 'SHAREDKEY','loginusername' => '',
   'passphrase' => '', 'publickey' => 'rsa.pub','privatekey' => 'rsa'   
);

Actions

Also available in: Atom PDF