Skip to content

parismulye/modern-fortran-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

modern-fortran-docker

Dockerfile to build a modern-fortran Docker image. It's based off Ubuntu 18.04 and installs gfortran, OpenMPI, and OpenCoarrays.

Build

docker build . -t modern-fortran:latest

If the build is successful, you'll be able to see your new image, for example:

docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
modern-fortran      latest              0e5c745c8928        6 minutes ago       546MB

Run

docker run -it modern-fortran:latest /bin/bash

About

Dockerfile for working with Modern Fortran

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%