Changes between Version 3 and Version 4 of qcg_usage_examples

Show
Ignore:
Timestamp:
09/20/11 15:59:39 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg_usage_examples

    v3 v4  
    11[[PageOutline]] 
    22 
    3 The example presented below is the QCG-Broker Job Profile describing the parameter-sweep experiment executing a set of UNIX calendar tasks for the predefined space of "month" parameter. 
     3Poniższy przykład prezentuje opis eksperymentu (QCG-Broker Job Profile) polegającego na wykonaniu zestawu zadań (parameter sweep) uruchamiających unixowe polecenie ''cal'' (kalendarz) dla zadanego przedziału miesięcy (od stycznia do grudnia z pominięciem marca i czerwca). 
    44 
    55{{{ 
     
    4848 
    4949= submit_job = 
    50 * `submit_job <job_profile>` - submits job. `<job_profile>` must be the path to the file containing the Job Profile. 
     50* `submit_job <job_profile>` - zlecenie zadania do systemu. `<job_profile>` jest ścieżką do pliku zawierającego opis zadania. 
    5151{{{ 
    5252#!div style="font-size: 90%" 
     
    6464}}} 
    6565 
     66W przypadku, gdy opis zadania nie zawiera składniowych ani logicznych błędów zwracany jest identyfikator zadania. 
     67 
    6668= list_jobs = 
    67 * `list_jobs [status] [limit]` - lists jobs. Optionally it is possible to specify status or limits the output to some number of recent jobs. 
     69* `list_jobs [status] [limit]` - listowanie identyfikatorów zadań. Opcjonalnie możliwe jest zawężenie listy do zadań o podanym statusie i/lub ograniczenie jej do zadanej liczby ostatnich zadań. 
    6870{{{ 
    6971#!div style="font-size: 90%" 
     
    8486 
    8587= job_info = 
    86 * `job_info <jobId> <showJobProfile>` - displays information about the given job. The `<showJobProfile>` argument of boolean type specifies whether the Job Profile should be displayed or not. 
     88* `job_info <jobId> <showJobProfile>` - wyświetlenie informacji o danym eksperymencie. Argument `<showJobProfile>` argument of boolean type specifies whether the Job Profile should be displayed or not. 
    8789{{{ 
    8890#!div style="font-size: 90%"