Skip to content

mshaikh786/PPMPI101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Introduction to Parallel Programming using MPI

These are exercises to run along with the tutorial. 
Solutions are provided for each exercise.

## Building
    --------

To build, simply run
make 


## Run
   ---
- Copy jobscript_template.slurm from top level directory to your activity direcotry
- Modify the srun line to add your application name you built using make.
- To submit to slurm scheduler, use 
	sbatch jobscript_name
- An output file namely slurm-XXXXXX.out will be created in your present working directory. You can examine it with 
	cat slurm-XXXXX.out

About

Introduction to Parallel Programing with MPI

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors