From: barate Date: Mon, 19 Nov 2012 16:13:19 +0000 (+0000) Subject: Documentation update (closes PAL #2266) X-Git-Tag: V6_6_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV6_6_BR;p=modules%2Fjobmanager.git Documentation update (closes PAL #2266) --- diff --git a/doc/images/jobmanager_resource_2.png b/doc/images/jobmanager_resource_2.png index 93de34a..58bffc2 100644 Binary files a/doc/images/jobmanager_resource_2.png and b/doc/images/jobmanager_resource_2.png differ diff --git a/doc/resource.rst b/doc/resource.rst index 9af2365..d71876f 100644 --- a/doc/resource.rst +++ b/doc/resource.rst @@ -68,6 +68,11 @@ The description of each attribute is given in the table below. **mem_mb** No Memory per node in megabytes (not used by JOBMANAGER) **cpu_clock** No Clock rate in gigahertz of the computer's processor(s) (not used by JOBMANAGER) +**Is Cluster Head** Yes Indicate if the resource is a cluster managed by a batch + manager +**Working Directory** No Base working directory for the resource. The working + directories for the jobs will by default be created as + subdirectories of this directory. ========================== ================ ============================================================= SALOME installation description @@ -155,6 +160,7 @@ To launch a **command** job you need to fill the following attributes: - **protocol** = *ssh* - **username** - **batch** = *ssh* +- **Is Cluster Head** = *false* **Warning:** You have to configure ssh for allowing ssh commands without asking interactive password (RSA or DSA keys). @@ -176,6 +182,7 @@ To launch a **command** job you need to fill the following attributes: - **batch** - **iprotocol** - **nb_proc_per_node** (only with PBS batch manager) +- **Is Cluster Head** = *true* **Warning:** You have to configure ssh for allowing ssh commands without asking interactive password (RSA or DSA keys) between your computer and the cluster and between @@ -184,4 +191,3 @@ the cluster's nodes. To launch a **SALOME** command job you also need to fill the following attributes: - **applipath** -