Changes between Version 3 and Version 4 of qcg_usage_examples
- Timestamp:
- 09/20/11 15:59:39 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qcg_usage_examples
v3 v4 1 1 [[PageOutline]] 2 2 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.3 Poniż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). 4 4 5 5 {{{ … … 48 48 49 49 = 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. 51 51 {{{ 52 52 #!div style="font-size: 90%" … … 64 64 }}} 65 65 66 W przypadku, gdy opis zadania nie zawiera składniowych ani logicznych błędów zwracany jest identyfikator zadania. 67 66 68 = list_jobs = 67 * `list_jobs [status] [limit]` - list s 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ń. 68 70 {{{ 69 71 #!div style="font-size: 90%" … … 84 86 85 87 = 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. 87 89 {{{ 88 90 #!div style="font-size: 90%"