Skip to content

ANT-MOC/antmoc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANT-MOC

Docker Image Version Docker Image Size Docker Pulls Automated Build

Official ANT-MOC images.

How to use

Note:

  • replace <tag> below with an available image tag
  • replace <args> below with ANT-MOC CLI arguments
docker pull antmoc/antmoc:<tag>
docker run -it --rm antmoc/antmoc:<tag> antmoc <args>

For ANT-MOC with MPI:

docker pull antmoc/antmoc:<tag>
docker run -it --rm antmoc/antmoc:<tag> mpirun -np 2 antmoc <args>

Reading local input files:

# assume that you have an input file named cases/settings.toml
docker pull antmoc/antmoc:<tag>
docker run -it --rm \
    -v cases/:/root/cases/ \
    antmoc/antmoc:<tag> \
    mpirun -np 2 antmoc -c cases/settings.toml

Interactive runs:

docker pull antmoc/antmoc:<tag>
docker run -it --rm antmoc/antmoc:<tag> bash

About

Official ANT-MOC images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published