An open API service indexing awesome lists of open source software.

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

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/)