ARCRESUB(1) | NorduGrid Users Manual | ARCRESUB(1) |
arcresub - ARC Resubmission
The arcresub command is used for resubmitting jobs to grid enabled computing resources.
arcresub [options] [jobid ...]
The arcresub command is used for resubmitting jobs on grid enabled computing resources. The job can be referred to either by the job ID that was returned by arcsub(1) at submission time or by its jobname if the job description that was submitted contained a jobname attribute.
More than one job ID and/or jobname can be given. If several jobs were submitted with the same jobname all those jobs will be resubmitted.
If the job description of a job to be resubmitted, contained any local input files, checksums of these was calculated and stored in the job list, and those will be used to check whether the files has changed. If local input files has changed the job will not be resubmitted.
In case the job description is not found in the job list, it will be retrieved from the cluster holding the job. This description however might differ from the one originally used to submit the job, since both the submission client and the cluster can have made modifications to the job description.
Upon resubmision the job will receive a new job ID, and the old job ID will be stored in the local job list file, enabling future back tracing of the resubmitted job.
The name of the local job list file can used specified by the --joblist option. By specifying the --all option, all active jobs appearing the in job list file will be resubmitted.
The --cluster option can be used to select or reject jobs at specific clusters to be resubmitted. See arcsub(1) for a discussion of the format of arguments to this option. The --qluster option can be used to force the jobs to be resubmitted to a particular cluster, or to reject resubmission to a particular cluster. Again see arcsub(1) for a discussion of the format of arguments to this option. The --status option can be used to select jobs in a specific state. These options can be repeated several times. See arstat(1) for possible state values. Which servers to query can be specified by giving the --index option to the command. See arcsub(1) for a discussion of the format of arguments to this option.
The default behaviour of arcresub is to resubmit to any cluster. This behaviour can be changed by specifying the --same or --not-same options. The former will resubmit a job to the same cluster as the job resides, and thus the --qluster and --index options is ignored. The latter will resubmit a job to any cluster except to the cluster it resides. Note the --same and --not-same options cannot be specified together.
If the old job was successfully killed the job will be removed from the remote cluster unless the --keep option was specified.
APACHE LICENSE Version 2.0
ARC software is developed by the NorduGrid Collaboration (http://www.nordugrid.org), please consult the AUTHORS file distributed with ARC. Please report bugs and feature requests to http://bugzilla.nordugrid.org
arccat(1), arcclean(1), arccp(1), arcget(1), arcinfo(1), arckill(1), arcls(1), arcmkdir(1), arcproxy(1), arcrenew(1), arcresume(1), arcrm(1), arcstat(1), arcsub(1), arcsync(1), arctest(1)
2023-02-17 | NorduGrid ARC 6.17.0 |