8000 GitHub - anaegel/ug4-docker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anaegel/ug4-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ug4-docker

Service scripts for automating the generation of docker images.

The following substitutions will be made:

' UG4DOCKER_CONFIG_XYZ => UG4DOCKER_CONFIG_XYZ'

  1. Serial standard. [https://hub.docker.com/r/ug4docker/ug4-devel]
  • UG4DOCKER_APTMODULES_UGBUILD="cmake make clang-10 llvm-10 libc-dev libblas-dev liblapack-dev"
  • UG4DOCKER_CC=clang-10
  • UG4DOCKER_CXX=clang++-10
  1. Parallel (mpich). [https://hub.docker.com/r/ug4docker/ug4-devel-mpi]
  • UG4DOCKER_APTMODULES_UGBUILD="cmake make mpich libc-dev libblas-dev liblapack-dev"
  • UG4DOCKER_CC=mpicc
  • UG4DOCKER_CXX=mpicxx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0