Hi,
Lets assume I have three condor nodes running.
1)Central machine (head node)
2)Worker node
3)Worker node
The problem is that all the communication is going through the head node. For example if 2-nd node produces some output that would be usable for the 3-nd node, it will transfer the files firstly to the head node and then to the 3-nd worker node, which creates more load than needed. It would be much easier if it would transfer the files directly to the 3-nd node.
How could I achieve this ?