Skip to content

Dockerfile for OpenFOAM 6 and ParaView 5.4 with Intel MPI 5.1 on CentOS 7 for use with Batch Shipyard on Azure Batch

Notifications You must be signed in to change notification settings

richardlock/docker-openfoam6-paraview54-intelmpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Dockerfile for OpenFOAM 6 and ParaView 5.4 with Intel MPI 5.1 on CentOS 7 for use with Batch Shipyard on Azure Batch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published