GithubHelp home page GithubHelp logo

corentin-r / uqac_architectures-paralleles Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 3.55 MB

Devoirs du cours d'Architectures parallèles (François Lemieux) de l'UQAC.

License: MIT License

C 79.04% Shell 2.36% C++ 18.60%

uqac_architectures-paralleles's Introduction

Architectures Parallèles

liste des différents devoirs effetuées durant ce cours avec Adrien Cambillau. lien vers le site du cours

Devoir 1

Calcul de la suite de Fibonacci en langage C avec et sans threads, utilisation de la librairie "pthread". pour compiler:

Fibonacci.c -o Fibonacci -lpthread

Devoir 2

Calculs de multiplication matricielle, de tri par fusion et d'opérations sur des tableaux en langage C avec la librairie OpenMP. pour compiler:

./compileAll.sh

pour lancer l'analyse du tri par fusion:

./script_d2.sh

Devoir 3

tri d'un tableau de taille n en utilisant le cluster dim_linuxmpi de l'UQAC pour compiler sur toutes les machines:

./compile_dim_linuxmpi.sh

Devoir4

implémentation de l'algorithme de Floyd-Warshall pour déterminer les plus courts chemins dans une matrice d'adjacence avec la librairie OpenCL. pour générer une matrice d'adjacence de taille n:

./generateMatrix.exe n

pour lancer le programme avec la matrice générée ci-dessus:

./tp4.exe graph

Devoir5

L'objectif consiste trouver un cycle hamiltonien de longueur minimale dans un graph orienté (problme du commis voyageur) en utilisant OpenMP et MPI.

uqac_architectures-paralleles's People

Contributors

corentin-r avatar

Stargazers

 avatar

Watchers

 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.