Changes between Initial Version and Version 1 of collectionSimpleCommandeLine


Ignore:
Timestamp:
11/08/2008 14:14:03 (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LPSC/CN=Fabian Lambert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • collectionSimpleCommandeLine

    v1 v1  
     1 == Soumission d'une collection de jobs ==
     2
     3Ce tutoriel décrit comment soumettre une collection de jobs, chacun étant décrit par un fichier jdl.
     4
     5Pour lancer la collection de jobs, vous avez besoin de plusieurs fichiers
     6
     7    * Les fichier JDL (Job Description Langage)
     8      Les fichiers job1.jdl,job2.jdl,job3.jdl sont les fichiers décrivant chacun de vos jobs. Ces fichiers sont à placer sous un répertoire 'jdl'.
     9    * L'executable
     10      Le fichier job.sh est le script qui va être exécuter sur la machine distante (le WN) . Dans notre cas il est commun aux trois jobs de la collection.
     11 
     12 * __Soumission de la collection __ [[BR]] L'argument '''--collection''' est à utiliser pour indiquer l'endroit où se trouve les JDL.
     13 {{{
     14[lambert@lpsc-ui gliteWMS-Collection1]$ ls
     15jdl  job.sh
     16[lambert@lpsc-ui gliteWMS-Collection1]$ glite-wms-job-submit -a --collection jdl
     17
     18Connecting to the service https://wms111.cern.ch:7443/glite_wms_wmproxy_server
     19
     20
     21====================== glite-wms-job-submit Success ======================
     22
     23The job has been successfully submitted to the WMProxy
     24Your job identifier is:
     25
     26https://lb106.cern.ch:9000/PZHyuPiZNlaUyeSKbNs-lg
     27
     28==========================================================================
     29
     30}}}
     31
     32[wiki:tutocollection up]