Skip to content

ajlace/DD2356_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DD2356 MapReduce Project

Git structure:

  • master branch: MPI implementation with non-blocking communication
  • collective branch: MPI Collective I/O implementation with non-blocking point-to-point communication
  • omp branch: MPI Collective I/O OpenMP implementation with non-blocking point-to-point communication

Beskow set up:

  • Change the amount of repetitions in include/header.h
  • module swap PrgEnv-xxx PrgEnv-gnu
  • compile using Makefile

Run on beskow:

  • MPI: aprun -n X ./mapRed.out -f
  • Collective: aprun -n X ./mapRedCollective.out -f
  • OpenMP: aprun -n X ./mapRedOmp.out -f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published