-stage
Specifies the options for direct data staging (for example, IBM CAST burst buffer).
Categories
properties
Synopsis
bsub -stage " [storage= min_size [ , max_size ] ] [:in=path_to_stage_in_script ] [:out=path_to_stage_out_script ]"Description
The -stage option uses the following keywords:
- storage=min_size[,max_size]
- Specifies the minimum required and (optionally) maximum available storage space on the allocation.
- in=file_path
- Specifies the file path to the user stage in script. This is launched by the stage in script as specified by the LSF_STAGE_IN_EXEC parameter in the lsf.conf file.
- out=file_path
- Specifies the file path to the user stage out script. This is launched by the stage out script as specified by the LSF_STAGE_OUT_EXEC parameter in the lsf.conf file.
You can specify one or more keywords. Use a colon (:) to separate multiple keywords.
Example
bsub -stage "storage=5:in=/u/usr1/mystagein.pl:out=/home/mystagein.pl" -q bbq myjob