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

https://github.com/spagnuolocarmine/docker-mpi

Docker Ubuntu with OpenMPI, OpenMP, and so on..
https://github.com/spagnuolocarmine/docker-mpi

Last synced: 4 months ago
JSON representation

Docker Ubuntu with OpenMPI, OpenMP, and so on..

Awesome Lists containing this project

README

          

# Docker image Ubuntu 18.04 OpenMPI

This project provides a Docker container for an HPC environment based on OpenMPI, OpenMP, and Ubuntu Linux.

## Softwares

- Ubuntu 18.04
- bzip2
- cmake
- cpio
- curl
- g++
- gcc
- gfortran
- git
- gosu
- libblas-dev
- liblapack-dev
- libopenmpi-dev
- openmpi-bin
- python3-dev
- python3-pip
- virtualenv
- wget
- zlib1g-dev
- vim (preconfigured)
- htop

## Use Docker Container

```docker build --no-cache -t dockermpi .```

```docker run -it -t dockermpi:latest ```