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

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

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.



     
Date Modified: 28 Jun 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.