lsb_jsdl2submit
Accepts a JSDL job submission file as input and converts the file for use with LSF.lsb_jsdl2submit converts parameters specified in the JSDL file and merges them with the other command line and job script options. The merged submit request is then sent to mbatchd for processing.
Code must link to LSF_LIBDIR/libbat.jsdl.lib
#include <lsf/lsbatch.h>
int lsb_jsdl2submit(struct submit* req, char *template);
Data Structures: Define Statements:
- Parameters:
*req Reads the specified JSDL options and maps them to the submitReq structure. Code must specify either jsdl or jsdl_strict. *template The default template, which contains all of the bsub submission options.
- none
Errors:
- Returns:
- int:0
Function completed successfully.int:-1
Function failed.Equivalent line command:
- On failure, sets lsberrno to indicate the error.
Files:
- bsub with options
- $LSF_LIBDIR/jsdl.xsd
$LSF_LIBDIR/jsdl-posix.xsd
$LSF_LIBDIR/jsdl-lsf.xsd
- See also:
- lsb_submit
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.