The options set by
Use DEFAULT_EXTSCHED in lsb.queues to set default external scheduler options for a queue.
To make certain external scheduler options mandatory for all jobs submitted to a queue, specify MANDATORY_EXTSCHED in lsb.queues with the external scheduler options you need or your jobs.
See Using Platform LSF HPC for information about specific external scheduler options.
If a job process attempts to write to a file that exceeds the file size limit, then that process is sent a SIGXFSZ signal. The SIGXFSZ signal normally terminates the process.
Copies a file between the local (submission) host and the remote (execution) host. Specify absolute or relative paths, including the file names. You should specify the remote file as a file name with no path when running in
If the remote file is not specified, it defaults to the local file, which must be given. Use multiple
operator
An operator that specifies whether the file is copied to the remote host, or whether it is copied back from the remote host. The operator must be surrounded by white space.
The following describes the operators:
>Copies the local file to the remote file before the job starts. Overwrites the remote file if it exists.
<Copies the remote file to the local file after the job completes. Overwrites the local file if it exists.
<<Appends the remote file to the local file after the job completes. The local file must exist.
>< Copies the local file to the remote file before the job starts. Overwrites the remote file if it exists. Then copies the remote file to the local file after the job completes. Overwrites the local file.
<> Copies the local file to the remote file before the job starts. Overwrites the remote file if it exists. Then copies the remote file to the local file after the job completes. Overwrites the local file.
If you use the
Platform LSF Command Reference 187