I have servers A, B & C with 8 cores each. Right now, I’m running jobs in parallel on a single server with 8 workers. Is there any way I can harness the power of all three for a single job? The servers are all inter-accessible via ssh (all three exist behind a gateway, so no password required either)
Share
I’m going to assume you’re currently using Parallel Computing Toolbox. To use multiple servers together, you need the following things:
The installation instructions for MDCS are quite detailed and will lead you through all the stages you need to complete to get parallel jobs running.