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..
- Host: GitHub
- URL: https://github.com/spagnuolocarmine/docker-mpi
- Owner: spagnuolocarmine
- Created: 2019-05-07T10:14:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T16:03:11.000Z (over 6 years ago)
- Last Synced: 2025-03-14T20:30:12.040Z (7 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ```