Skip to content

Latest commit

 

History

History
executable file
·
31 lines (18 loc) · 1.11 KB

File metadata and controls

executable file
·
31 lines (18 loc) · 1.11 KB

openfoam6-paraview54-intelmpi Dockerfile

Docker image to run OpenFOAM 6 and ParaView 5.4 built from source with Intel MPI Library 5.1 for use with Batch Shipyard on Azure Batch.

Usage

Install

Pull richardlock/openfoam6-paraview54-intelmpi image from Docker Hub:

docker pull richardlock/oopenfoam6-paraview54-intelmpi

Or build image from source:

git clone https://github.com/richardlock/docker-openfoam6-paraview54-intelmpi.git
cd docker-openfoam6-paraview54-intelmpi
docker build -t richardlock/openfoam6-paraview54-intelmpi .
docker login -u <username>
docker push richardlock/openfoam6-paraview54-intelmpi:latest

Run

Run the image with an interactive bash shell:

docker run -it richardlock/openfoam6-paraview54-intelmpi /bin/bash

Please see the OpenFOAM User Guide for information on using OpenFOAM.

Licence

You must agree to the OpenFOAM licence prior to use.