Skip to content

A docker distribution of telemac-mascaret system compiled with MPI

Notifications You must be signed in to change notification settings

jamal919/telemac-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# About
This is a dockerized version of Telemac - http://www.opentelemac.org, compiled in ubuntu 20.04 with openmpi and hdf5, for Windows, Linux, and Mac (Both intel and M1).

# How to use
- To install : docker pull jamal919/telemac:<version> ; currently available <version>: v8p2r1, latest
- To run the docker in interactive mode
    - Linux/Unix: docker run -it --rm `pwd`:/mnt jamal919/telemac:<version>
    - Windows Powershell: docker run -it --rm ${PWD}:/mnt jamal919/telemac:<version>
- To run the model inside interactive mode: telemac2d.py <casefile>.cas --ncsize=<#cores>
- To run the model directly: telemac2d.py <casefile>.cas [--ncsize=<#cores>]
    - Linux/Unix: docker run --rm `pwd`:/mnt jamal919/telemac:<version> telemac2d.py <casefile>.cas [--ncsize=<#cores>]
    - Windows Powershell: docker run --rm ${PWD}:/mnt jamal919/telemac:<version> telemac2d.py <casefile>.cas [--ncsize=<#cores>]

About

A docker distribution of telemac-mascaret system compiled with MPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published