-ISp

Submits an interactive job under a secure shell (ssh) and creates a pseudo-terminal when the job starts.

Categories

properties

Synopsis

bsub -ISp [-tty]

Conflicting options

Do not use with the following options: -I, -Ip, -IS, -ISs, -Is, -IX, -K.

Description

Some applications (for example, vi) require a pseudo-terminal in order to run correctly. The options that create a pseudo-terminal are not supported on Windows.

A new job cannot be submitted until the interactive job is completed or terminated.

Sends the job's standard output (or standard error) to the terminal. Does not send mail to you when the job is done unless you specify the -N option.

If the -i input_file option is specified, you cannot interact with the job's standard input via the terminal.

If the -o out_file option is specified, sends the job's standard output to the specified output file. If the -e err_file option is specified, sends the job's standard error to the specified error file.

If used with -tty, also displays output/error on the screen.

Interactive jobs cannot be checkpointed.

Interactive jobs are not rerunnable (bsub -r).