LinuxCommandLibrary

sbcast

Send a file to a job's allocated nodes.

TLDR

Send a file to all nodes allocated to the current job

$ sbcast [path/to/file] [path/to/destination]
copy


Autodetect shared libraries the transmitted file depends upon and transmit them as well
$ sbcast --send-libs=[yes] [path/to/executable] [path/to/destination]
copy

Copied to clipboard