Aucune description

Julien Dehos ee45dce00f readme + gitignore il y a 8 ans
.gitignore ee45dce00f readme + gitignore il y a 8 ans
Makefile 51ee02ffbd premier commit il y a 8 ans
README.md ee45dce00f readme + gitignore il y a 8 ans
backloop.pgm 51ee02ffbd premier commit il y a 8 ans
image.hpp 51ee02ffbd premier commit il y a 8 ans
laplacien_mpi.cpp 51ee02ffbd premier commit il y a 8 ans
mpi_file 51ee02ffbd premier commit il y a 8 ans

README.md

test de MPI sur calculco

description

algo distribué qui découpe une image, l'envoie aux processus esclaves (calcul du laplacien) et fusionne les résultats

compilation

make
oarsub -I -l /nodes=50,walltime=1
mpirun -n 50 --hostfile mpi_file ./laplacien_mpi.out