defs_lsb_launch
lsb_launch() Valid options are: More...
Defines
#define LSF_DJOB_DISABLE_STDIN 0x01 #define LSF_DJOB_REPLACE_ENV 0x02 #define LSF_DJOB_NOWAIT 0x04 #define LSF_DJOB_STDERR_WITH_HOSTNAME 0x08 #define LSF_DJOB_STDOUT_WITH_HOSTNAME 0x10 #define LSF_DJOB_USE_LOGIN_SHELL 0x20 #define LSF_DJOB_USE_BOURNE_SHELL 0x40 #define LSF_DJOB_STDERR 0x80 #define LSF_DJOB_POE 0x100 Detailed Description
lsb_launch() Valid options are:Define Documentation
#define LSF_DJOB_DISABLE_STDIN 0x01 Disable standard input and redirect input from the special device /dev/null.
This is equivalent to blaunch -n.
#define LSF_DJOB_REPLACE_ENV 0x02 Replace existing enviornment variable values with envp.
#define LSF_DJOB_NOWAIT 0x04 Non-blocking mode; the parallel job does not wait once all tasks start.
This forces lsb_launch not to wait for its tasks to finish.
#define LSF_DJOB_STDERR_WITH_HOSTNAME 0x08 Display standard error messages with a corresponding host name where the message was generated.Cannot be specified with LSF_DJOB_NOWAIT.
#define LSF_DJOB_STDOUT_WITH_HOSTNAME 0x10 Display standard output messages with a corresponding host name where the message was generated.
Cannot be specified with LSF_DJOB_NOWAIT.
#define LSF_DJOB_USE_LOGIN_SHELL 0x20 Use user's login shell to launch tasks.
#define LSF_DJOB_USE_BOURNE_SHELL 0x40 Use /bin/sh to launch tasks.
#define LSF_DJOB_STDERR 0x80 Separate stderr from stdout.
#define LSF_DJOB_POE 0x100 POE job.
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.