Code du projet de ParApp utilisant du séquentiel normal , openMP et MPI . Le but est de brut force le systeme pour retrouver le clair du mot de passe admin
compilation :
gcc -fopenmp main_omp.c md5.c -o omp gcc main.c md5.c -o sequentiel mpicc -fopenmp main_omp_mpi.c md5.c mpi
mpirun -np 3 -host localhost:10 ./mpi