HPC Lab 5 – Launching MPI applications via a scheduler (LSF)
In the previous post I used the option -host of the MPI command mpiexec to start multiple application instance on multiple nodes. This requires the user to decide how many application instances to start on which node. In this post I explain how to delegate this decision to a scheduler. See my HPC Lab for …