Skip to content
Snippets Groups Projects
Select Git revision
  • 70778c6886eec9107c240b93e081af5b3e3852c9
  • master default protected
  • bugfix/debug_print
  • bugfix/rank_setting
4 results

swp-cm22-planbased-mpi

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    FKHals authored
    git-subtree-dir: rank-swapper-agent
    git-subtree-split: 66b050f31c359a01d82d464d7344c596516f4b6c
    70778c68
    History

    OpenMPI Rank Swapper Agent

    1. Set the required environment variable OMPI which is most probably the path to your directory openmpi-install where the current OpenMPI-installation resides (just replace <path-to-my-openmpi-installation>). You can export it either in the Makefile (if a real MPI program should be run) or in the client.sh (if the test client should be run) or in your current shell if you do not mind repeating that for different shell instances.

    2. Compile everything:

    make all
    1. Starting the Agent/Server:
    ./server.sh
    1. Starting the OpenMPI-Client (other MPI-Programs should also suffice):
    ./client.sh