Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
/ mpi_toroid Public archive

Toy program implementing a torus-interconnect network topology using MPI

License

Notifications You must be signed in to change notification settings

anpep-uclm/mpi_toroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpi_toroid

Toy program implementing a torus-interconnect network topology using MPI.

Build Instructions

$ git clone https://github.com/anpep/mpi_toroid
$ cd mpi_toroid
$ make
$ ./tools/generate_input.py 25 > input.dat
$ mpirun --oversubscribe -n 26 mpi_toroid 5 input.dat

Open-source license

mpi_toroid -- Implements a torus-interconnect network topology using OpenMPI
Copyright (c) 2021 Ángel Pérez <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 2.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

About

Toy program implementing a torus-interconnect network topology using MPI

Topics

Resources

License

Stars

Watchers

Forks