Skip to content

marcomontevechi1/HPCCM-MiniVite-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker container created with NVIDIA's HPCCM recipe.

Building:

you can just:

hpccm --recipe ./recipe.py --format docker > Dockerfile

to generate the Dockerfile and then:

docker build -t hpccm-minivite

to build the container. Or you can use the "build.sh" script in this repo.

Using the minivite application:

You can:

docker pull marcomontevechi/hpccm-minivite:1.0 && docker run --rm -it marcomontevechi/hpccm-minivite:1.0 sh -c "mpirun --allow-run-as-root -n 2 /minivite/miniVite -n 300"

or just use the test.sh script in this repo.

About

Repo for "Topics in Parallelism" discipline at UNICAMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published