You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use_stdin=False does bsub job_script rather than bsub < job_script
use_stdin=False was decided based on using dask-jobqueue on Summit (part of Rewrite dask-jobqueue with SpecCluster #307). This does not seem to be representative of other LSF clusters.
This was discussed in #360 (comment), and other places for example #328 (comment).
The summary is:
bsub job_scriptrather thanbsub < job_scriptuse_stdin=Falsewas decided based on usingdask-jobqueueon Summit (part of Rewrite dask-jobqueue with SpecCluster #307). This does not seem to be representative of other LSF clusters.bsub < job_scriptis mentioned in https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_command_ref/bsub.zz1argument.command.1.html (search for "bsub <" to find the exact place it is mentioned)