I am running some computationally expensive jobs, and would like to run them in the fastest way possible. I have three options:
- ssh from workstation A in network A (Ubuntu) into workstations B, C, D etc in network B (Centos) to run the jobs
- physically walk to workstation B in network B and ssh into workstations C, D etc to run the jobs
- physically walk to each workstation to run the jobs
Would they all run at the same speed? If not, which would be the fastest, and why?