lsb_peekjob
Returns the base name of the file related to the job IDlsb_peekjob retrieves the name of a job file.
Only the submitter can peek at job output.
The storage for the file name will be reused by the next call.
Any program using this API must be setuid to root if LSF_AUTH is not defined in the lsf.conf file.
#include <lsf/lsbatch.h>
char * lsb_peekjob (LS_LONG_INT jobId)
Data Structures:
- Parameters:
jobId The job ID that the LSF system assigned to the job. If a job in a job array is to be returned, use the array form jobID[i] where jobID is the job array name, and i is the index value. Define Statements:
- none
- none
Errors:
- Returns:
- char *:Name of job Output File.
Function was successful.NULL
Function failed.Equivalent line command:
- If the function fails, lsberrno is set to indicate the error.
Files:
- bpeek
- ${LSF_ENVDIR:-/etc}/lsf.conf
- See also:
- none
Date Modified: 9 Sep 2009
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 1994-2009 Platform Computing Corporation. All rights reserved.