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
# Start a number of nodes running on different sockets. The amount of nodes that start should be passed to the script as its first argument, and the second should be the delta for the timer in miliseconds.
# Example call: ./start.sh 3 100
if [ $#-ne 1 ] && [ $#-ne 2 ]
then
echo"Incorrect number of arguments. Usage: ./start.sh {number-of-nodes} {timer-delta-ms}"