GithubHelp home page GithubHelp logo

askem-julia's Introduction

Standard ASKEM Julia Environment

This repo specifies packages developed or used by the ASKEM program. Additionally, this environment can be installed on a local machine or Docker and provides optional hosting for IJulia and Pluto.

Installation

Local

./install.jl

Docker

docker build . -f docker/Dockerfile -t askem-julia:latest

Usage

Local

To use the basic (slower) mode, simply run:

julia # enter the Julia Repl
julia> ] activate @askem

If you wish to start using the sysimage (optimized/faster) mode:

julia --project="@askem" --startup=no --color yes -J{$HOME}/.julia/environments/askem/ASKEM-Sysimage.so

Docker

docker run -p 8888:8888 askem-julia

Changes

Any PR to main must change the version in Project.toml. If x.y.z is our version scheme, then do one of the following

  • Increase x if you update or remove
  • Increase y if you add a package
  • Increase z if there's some other change not related to Project.toml or Manifest.toml

askem-julia's People

Contributors

fivegrant avatar nithos avatar yohannparis avatar

Watchers

Matthew Printz avatar Charles Coleman avatar Brandon Rose avatar  avatar Joshua Cruz avatar

askem-julia's Issues

Oceananigans breaks the sysimage produced by `install.jl`

Oceananigans.jl is currently excluded from building in ASKEM-Sysimage.so because an

InitError(mod=:PMIx_jll, error=ErrorException("could not load library "/usr/local/julia/artifacts/b64ad2ff5bdc8b41a59009d2b5547838cfde4f5d/lib/libpmix.so"

is thrown on REPL start if Oceananigans is in the sysimage. Note that libpmix.so exists in the path specified above.

We want to put Oceananigans back in the sysimage now because it has a using time of many minutes.

Notes on environment:
I tried this both on my Linux machine locally and in Docker using docker/Dockerfile.

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.