Lines Matching full:machines
37 def generate_test(machines, hostname, profilers, timeout_start, timeout_stop, argument
42 @param machines: sequence of all the hostnames involved in the barrier
55 machines to reach the start of the profiler_sync (None means no
65 hostname, _PROF_MAIN, machines))
74 def wait_for_profilers(machines, timeout=300): argument
77 sb.rendezvous_servers(_PROF_MAIN, *machines)
80 def start_profilers(machines, timeout=120): argument
83 sb.rendezvous_servers(_PROF_MAIN, *machines)
86 def stop_profilers(machines, timeout=120): argument
89 sb.rendezvous_servers(_PROF_MAIN, *machines)
92 def finish_profilers(machines, timeout=120): argument
95 sb.rendezvous_servers(_PROF_MAIN, *machines)