From: barate Date: Mon, 8 Apr 2013 16:09:05 +0000 (+0000) Subject: Update doc X-Git-Tag: V7_2_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3eb104aeb01db2e38ed397cd5b6ff0d025c4bfaf;p=modules%2Fjobmanager.git Update doc --- diff --git a/doc/images/jobmanager_resource_2.png b/doc/images/jobmanager_resource_2.png index 58bffc2..fb1a1d4 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 47a420d..30f5aa1 100644 --- a/doc/resource.rst +++ b/doc/resource.rst @@ -73,8 +73,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 +**Can launch batch jobs** Yes Indicate if the resource can be used to launch batch jobs + (mandatory to use the resource with JOBMANAGER) +**Can run containers** No Indicate if the resource can be used to run containers + interactively (from a YACS schema running on the local + machine for instance) **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. @@ -107,7 +110,8 @@ in three different locations: 3. If not, in the directory of the installation of SALOME KERNEL: $KERNEL_ROOT_DIR/share/salome/resources/kernel/CatalogResources.xml. -By default, the resource manager creates a resource with the name and the hostname of the user computer. +By default, the resource manager creates a resource named "localhost" with the hostname +of the local computer. JOBMANAGER resource management GUI ++++++++++++++++++++++++++++++++++ @@ -165,7 +169,7 @@ To launch a **command** job you need to fill the following attributes: - **protocol** = *ssh* - **username** - **Batch Manager** = *None* -- **Is Cluster Head** = *false* +- **Can launch batch jobs** = *yes* **Warning:** You have to configure ssh for allowing ssh commands without asking interactive password (RSA or DSA keys). @@ -187,7 +191,7 @@ To launch a **command** job you need to fill the following attributes: - **Batch Manager** - **iprotocol** - **nb_proc_per_node** (only with PBS batch manager) -- **Is Cluster Head** = *true* +- **Can launch batch jobs** = *yes* **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