I'm submitting jobs to a cluster using bsub
in LSF. My command calls third party software and contains a long list of files, along with other arguments (around 8000 characters).
Is it safe to submit such long commands directly or will they get truncated? Should I be saving the command to file then calling bsub sh command.sh
?
What is the best practice for submitting such long commands.
Thanks