Re-submit post processing
If the post processing (*_DX_*) job crashed and still exists you can simply resubmit it by hand.
If the post processing script still exists it will be in the directory:
~/delayed_jobs/${TRUE_HOST}
The name of the job-script will look like:
experiment_name_YYYYMM_DX_number
To find the command to execute this job look for the job-script name in the *_PP* listings in your listing directory. For example:
grep -a job-script_name ~listings/${TRUE_HOST}/experiment_name_YYYYMM_PP* | tail -1
You should find something like this
PP-job_listing:+ soumet /home/.../delayed_jobs/.../job-script_name -t ... -listing ... -jn job-script_name -cm ...
To resubmit the job just copy the command in blue above and past it in a terminal.
Ajouter un commentaire