Dataset Submission¶
Submission Types¶
The only submission type right now is the raw json configuration. Copying/pasting the configuration is very easy here.
Warning
Be careful of json syntax errors!
Macros¶
IceProd has several built-in macros relating to what task is actually running.
- $(dataset_id)
The dataset_id string.
- $(dataset)
The dataset_id in numerical form.
Note
Numbering starts at 20000 for IceProd 2 datasets.
- $(jobs_submitted)
The number of jobs in the dataset.
- $(job)
The job index within the dataset. Within the range [0, jobs_submitted).
- $(task_id)
The task_id string. Guaranteed to be unique to the running task.
- $(task)
The task name.