Rechercher une page de manuel
pbs_rerunjob
Langue: en
Version: 376438 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
pbs_rerunjob - rerun a pbs batch jobSYNOPSIS
#include <pbs_error.h>#include <pbs_ifl.h>
int pbs_rerunjob(int connect, char *job_id, char *extend)
DESCRIPTION
Issue a batch request to rerun a batch job.A Rerun Job batch request is generated and sent to the server over the connection specified by connect which is the return value of pbs_connect().
If the job is marked as being not rerunable, the request will fail and an error will be returned.
The argument, job_id identifies which job is to be rerun it is specified in the form:
The parameter, extend is reserved for implementation defined extensions. As if TORQUE 2.2, the string define RERUNFORCE may be used to force a rerun if the mini-server fails. This is dangerous. Do not used it.
SEE ALSO
qrerun(1B), qsub(1B), and pbs_connect(3B)DIAGNOSTICS
When the batch request generated by pbs_rerunjob() function has been completed successfully by a batch server, the routine will return 0 (zero). Otherwise, a non zero error is returned. The error number is also set in pbs_errno.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre