OpenMPI Rank Swapper Agent
-
Set the required environment variable
OMPI
which is most probably the path to your directoryopenmpi-install
where the current OpenMPI-installation resides (just replace<path-to-my-openmpi-installation>
). You can export it either in theMakefile
(if a real MPI program should be run) or in theclient.sh
(if the test client should be run) or in your current shell if you do not mind repeating that for different shell instances. -
Compile everything:
make all
- Starting the Agent/Server:
./server.sh
- Starting the OpenMPI-Client (other MPI-Programs should also suffice):
./client.sh