]> SALOME platform Git repositories - modules/jobmanager.git/commitdiff
Salome HOME
Documentation update (closes PAL #2266) V6_6_BR V6_6_0 V6_6_0rc1 V6_6_0rc2
authorbarate <barate>
Mon, 19 Nov 2012 16:13:19 +0000 (16:13 +0000)
committerbarate <barate>
Mon, 19 Nov 2012 16:13:19 +0000 (16:13 +0000)
doc/images/jobmanager_resource_2.png
doc/resource.rst

index 93de34a06cecd1a17a6fac93db7d424c0c878517..58bffc29edefc512a6fb9f8922e76e56cf540776 100644 (file)
Binary files a/doc/images/jobmanager_resource_2.png and b/doc/images/jobmanager_resource_2.png differ
index 9af2365d8d714ee5e81918a40ae356e2874db419..d71876f7da41b2ce3e446442f7d01b7e3d5b969b 100644 (file)
@@ -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**
-