Giter VIP home page Giter VIP logo

turn11 / dfnworks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lanl/dfnworks

0.0 1.0 0.0 194.93 MB

dfnWorks is a parallelized computational suite to generate three-dimensional discrete fracture networks (DFN) and simulate flow and transport. If you download the software please fill out our interest form to stay up to date on releases https://goo.gl/forms/VE39oKsyp4LVC6Gj2 and join our google group https://groups.google.com/d/forum/dfnworks-users . Precompiled Docker Container https://hub.docker.com/r/ees16/dfnworks

Home Page: https://dfnworks.lanl.gov/

License: Other

C 24.14% Makefile 0.26% C++ 32.87% Python 42.34% Shell 0.15% Dockerfile 0.24%

dfnworks's Introduction

README

For information on how to get dfnWorks up and running, please see the document dfnWorks.pdf, in this directory.

Using Docker

A precomplied Docker container is available at

https://hub.docker.com/r/ees16/dfnworks

To build a Docker image, run

docker build -t dfnworks .

This will take 45 - 60 minutes to complete.

After completion, you can launch bash (the default command) in the Docker container by running:

docker run -ti --name NAME dfnworks:latest

While docker run is still live, you can execute an arbitrary command with

docker exec -i -t NAME COMMAND

where COMMAND is the command, such as python, ls, etc, and NAME is an arbitrary name for this instance (i.e., dfn).

(Note: if you are doing many dfnWorks Docker builds, you may have dangling images taking up disk space. Use docker system prune to clean them)

Note: Proxy issues

If download via Git or apt-get fails during build, ensure that your Docker config file (~/.docker/config.json) has proxy information set.

For example, my proxy file looks like:

{
    "auths": {
        "https://index.docker.io/v1/": {}
    },
    "HttpHeaders": {
        "User-Agent": "Docker-Client/18.09.2 (darwin)"
    },
    "credsStore": "osxkeychain",
    "stackOrchestrator": "swarm",
    "proxies": {
        "default": {
            "httpProxy": "http://proxyout.lanl.gov:8080",
            "httpsProxy": "http://proxyout.lanl.gov:8080"
        }
    }
}

In addition, you may have to also change proxy settings under Docker -> Preferences -> Proxies -> Manual proxy configuration.

dfnworks's People

Contributors

hymanjd avatar daniellivingston avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.