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: 30 Jan 2011
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 1994-2011 Platform Computing Corporation. All rights reserved.