Hi
I'm doing a simple benchmark to record the time for issuing a sbatch
command. The contents of the script are:
#!/bin/bash
IFS='= ' read _ local_clusterid <<< $(scontrol show config |grep -i
clustername) # Extract local cluster name
echo "Local cluster: "$local_clusterid
# Check input clusters
Hi
I'm doing a simple benchmark to record the time for issuing a sbatch
command. The contents of the script are:
#!/bin/bash
IFS='= ' read _ local_clusterid <<< $(scontrol show config |grep -i
clustername) # Extract local cluster name
echo "Local cluster: "$local_clusterid
# Check input clusters
i’m trying to get slurmd on compute nodes to communicate with the controller
over ipv6.
i’ve set up /etc/hosts like this
2001:db8::c01 master master.mynetwork
2001:db8::d01 node1 node1.mynetwork
2001:db8::d02 node2 node2.mynetwork
2001:db8::d03 node3 node3.mynetwork
and added these options to slu