Hi,

I can use the following parallel command to run a script/shell command
on multiple machines with a different arguments.

parallel --hostgroup -S @grp1/machine1 -S @grp2/machine2 echo {} :::
run_on_machine1@grp1 run_on_machine2@grp2

But the syntax is not very natural as I have to define hostgroups,
whose only purpose to is to group one machine per group.

I'd like to directly specify the machines without specifying the
groups. Is it possible? Thanks.

-- 
Regards,
Peng

Reply via email to