Home | History | Annotate | Download | only in server

Lines Matching full:machines

31 def generate_test(machines, hostname, profilers, timeout_start, timeout_stop,
36 @param machines: sequence of all the hostnames involved in the barrier
49 machines to reach the start of the profiler_sync (None means no
59 hostname, _PROF_MASTER, machines))
68 def wait_for_profilers(machines, timeout=300):
71 sb.rendezvous_servers(_PROF_MASTER, *machines)
74 def start_profilers(machines, timeout=120):
77 sb.rendezvous_servers(_PROF_MASTER, *machines)
80 def stop_profilers(machines, timeout=120):
83 sb.rendezvous_servers(_PROF_MASTER, *machines)
86 def finish_profilers(machines, timeout=120):
89 sb.rendezvous_servers(_PROF_MASTER, *machines)