[slurm-users] First draft of patch to allow network interface selection

Noah Evans noah.evans at gmail.com
Thu Aug 15 16:11:43 UTC 2019


I've attached a first draft of a patch to allow network interface
selection for slurm RPCs.

As part of the bring up for one of our systems here we've been wanting
to switch between our management network and IP over IB. As far as I
can tell Slurm doesn't allow the user to select a network interface
for socket operations. This patch adds a command line option --iface
<interface> to use SO_BINDTODEVICE to choose the network interface.

Before I start testing and debugging I wanted to run it by you guys to
make sure that I'm going about it the right way. I suspect it would
also be useful to make an sbatch and slurm.conf option as well. I'll
be happy to add those too if the current architecture of the patch is
acceptable.

Finally, does slurm support Darwin/OSX? I believe SO_BINDTODEVICE
isn't supported, so I'd need to ifdef in a Darwin specific solution.

Noah
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-first-draft-of-interface-selection.patch
Type: application/octet-stream
Size: 6255 bytes
Desc: not available
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20190815/95d0a49a/attachment.obj>


More information about the slurm-users mailing list