Giter Site home page Giter Site logo

parareal.jl's Introduction

ParaReal.jl

A parareal orchestrator written in Julia.

Build Status Coverage

It has been tested on a Slurm allocation using 450 cores on 29 nodes.

Main features:

  • Arbitrary problem and solution types
  • Lazy data management (does not implicitly send data to calling process)
  • Heterogeneous parareal values/iterates w.r.t. storage size and data type
  • Parallel warm-up of solvers
  • Logging solver start and stop times

Getting started

The package can be installed from Julia's REPL:

import Pkg
Pkg.add("ParaReal")

Check out the demo and test files:

  • demo/riccati.jl solves a differential Riccati equation (DRE) having a low-rank solution
  • demo/counting.jl counts solver applications (demo for custom types)
  • test/problems/diffeq-ode.jl solves a linear ordinary differential equation (ODE) using OrdinaryDiffEq.jl
  • test/problems/non-diffeq.jl counts time discretization points (test for custom types)

Acknowledgments

I would like to thank the code reviewers:

License

The ParaReal package is licensed under MIT, see LICENSE.

parareal.jl's People

Contributors

jonas-schulze avatar

Watchers

 avatar

parareal.jl's Issues

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.