https://github.com/drsnowbird/docker-hpc-base
Base container for HPC application
https://github.com/drsnowbird/docker-hpc-base
docker hpc-clusters infiniband openmpi singularity-container
Last synced: 4 months ago
JSON representation
Base container for HPC application
- Host: GitHub
- URL: https://github.com/drsnowbird/docker-hpc-base
- Owner: DrSnowbird
- License: apache-2.0
- Created: 2018-02-26T21:15:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T19:07:20.000Z (about 7 years ago)
- Last Synced: 2025-01-13T16:50:11.422Z (5 months ago)
- Topics: docker, hpc-clusters, infiniband, openmpi, singularity-container
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Singularity / Docker HPC Base image for building complex HPC Applications
## Purpose
To provide the docker container for singularity## Build
- This project provides a simple Dockerfile for the purpose of illustration only. You need to extend/modify the Docker to
support whatever you want to do.
```
./build.sh
```## Run
- To run the simple build image
```
./run.sh
```## Reference
* [Singularity Tutorial](http://www.hpcadvisorycouncil.com/events/2017/stanford-workshop/pdf/GMKurtzer_Singularity_Keynote_Tuesday_02072017.pdf#43)
* [Singularity Tutorial](https://github.com/NIH-HPC/Singularity-Tutorial)
* [Singularity ware](https://github.com/singularityware/singularity/releases/)
* [Singularity for HPC ready?](https://www.researchgate.net/publication/321449363_Is_Singularity-based_Container_Technology_Ready_for_Running_MPI_Applications_on_HPC_Clouds)
* [Infiniband Driver](https://pkg-ofed.alioth.debian.org/howto/infiniband-howto-2.html)
* [Docker-to-Singualrity](https://github.com/singularityware/docker2singularity)
* [Singlarity](http://singularity.lbl.gov/docs-hpc)
* [OSU Microbenchmark](http://mvapich.cse.ohio-state.edu/benchmarks/)
* [OSU Microbenchmark Tutorial & Comparing InteMPI, OpenMPI, MVAPICH2] (https://ulhpc-tutorials.readthedocs.io/en/latest/advanced/OSU_MicroBenchmarks/)
* [Installation of OpenMPI] (http://lsi.ugr.es/jmantas/pdp/ayuda/datos/instalaciones/Install_OpenMPI_en.pdf)
* [OpenMPI](https://www.open-mpi.org/software/ompi/v3.0/)