]> SALOME platform Git repositories - modules/jobmanager.git/commitdiff
Salome HOME
- Begin of JOBMANAGER documentation
authorribes <ribes>
Thu, 23 Sep 2010 14:55:28 +0000 (14:55 +0000)
committerribes <ribes>
Thu, 23 Sep 2010 14:55:28 +0000 (14:55 +0000)
doc/images/jobmanager_overview.png [new file with mode: 0644]
doc/index.rst
doc/intro.rst [new file with mode: 0644]

diff --git a/doc/images/jobmanager_overview.png b/doc/images/jobmanager_overview.png
new file mode 100644 (file)
index 0000000..c4aab25
Binary files /dev/null and b/doc/images/jobmanager_overview.png differ
index 85bacc68234c65eb3b427d192f7446453208cfde..3aba1db11223281e8376c701ab038de702e6f064 100644 (file)
@@ -11,5 +11,7 @@ Welcome to JOBMANAGER's module documentation!
 .. toctree::
    :maxdepth: 2
 
+   intro
+
 * :ref:`search`
 
diff --git a/doc/intro.rst b/doc/intro.rst
new file mode 100644 (file)
index 0000000..ae07852
--- /dev/null
@@ -0,0 +1,29 @@
+Introduction: What is the JOBMANAGER ?
+======================================
+
+The JOBMANAGER module allows creating, launching and following 
+calculation jobs on different types of computers. 
+
+.. figure:: images/jobmanager_overview.png
+  :scale: 75 %
+  :align: center
+
+  **Overview of the JOBMANAGER module**
+
+
+Main functionalities
+++++++++++++++++++++
+
+The JOBMANAGER module permits to define three types of jobs:
+
+- User scripts
+- Python scripts launched in a SALOME session
+- YACS schemas
+
+The module handle different types of computers:
+
+- Interactive computers (rsh, ssh)
+- Clusters managed by batch systems like PBS, LSF or SGE
+
+User's job list could be saved and loaded. Finally, the module provides
+an editor for managing user's SALOME resource (See resource in the KERNEL documentation).