Giter VIP home page Giter VIP logo

can-mpi's Introduction

#Contenu de l'archive

  • |- .hg/ Le dépot mercurial
  • |- logs/ Le dossier avec les logs des éxécutions
  • |- rapport/ Sources latex du rapport
  • |- src/ Les source du projets
  • |- test/ Les sources des tests unitaires (avec cunit)
  • |- obj/ Les fichiers objets issues de la compilation
  • |- Makefile Le makefile décris ci-dessous
  • |- README.md Celui-ci même
  • |- 250logged.tar.gz Les logs issues d'une éxécution avec 250 processus

pour builder:

make

Pour builder et executer les tests (nécessite la bibliothèque cunit)

make runtest

Pour builder les test sans executer les tests (nécessite la bibliothèque cunit)

make test

pour builder l'appli sans executer les tests :'(

make mpi_can

execution avec prompt :

**Attention ! ** nous n'avons pas géré touts les cas possible. La commande insert all ne doit pas être utilisée en même temps que des insertions manuelles

mpirun -np 7 ./mpi_can debug

execution sans prompt :

mpirun -np 7 ./mpi_can

Execution with yield

mpirun --mca mpi_yield_when_idle 1 -np 10 mpi_can

execution avec prompt et en fixant une seed spécifique au générateur pseudo-aléatoire pour pouvoir reproduire les résultats (et les bugs ^^):

mpirun -np 7 ./mpi_can seed 42 debug

execution sans prompt et en fixant une seed spécifique au générateur pseudo-aléatoire pour pouvoir reproduire les résultats (et les bugs ^^)::

mpirun -np 7 ./mpi_can seed 42

Prompt:

-- 9 nodes availables --
> status             : show log about the state of the DHT
> insert 2           : insert the node 2 in the overlay
> insert all         : insert all nodes in the overlay and run etape 3
> log                : add a textual/SVG log on logs/ directory
> put <x> <y> <data> : put <data> in position (x, y)
> get <x> <y>        : get a data from position (x, y)
> shuffle <nb>       : randomly insert <nb> random data
> rm <x> <y>         : remove a data in position (x, y)
> etape3 <x>         : insert <x> element and try to retrieve the 5 last and first

can-mpi's People

Contributors

adfaure avatar statelesscat avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.