Visit Platform at http://www.platform.com

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);

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.
Data Structures:
submit
Define Statements:
none
Returns:
int:0
Function completed successfully.

int:-1
Function failed.

Errors:
On failure, sets lsberrno to indicate the error.
Equivalent line command:
bsub with options
Files:
$LSF_LIBDIR/jsdl.xsd
$LSF_LIBDIR/jsdl-posix.xsd
$LSF_LIBDIR/jsdl-lsf.xsd
See also:
lsb_submit

lsb_modify



     
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.