Skip to content

JustRelax.jl DocsSolving multi-physical geodynamic problems

A collection of iterative accelerated pseudo-transient solvers using MPI for distributed computing on GPUs or CPUs.

JustRelax.jl

What is JustRelax.jl?

JustRelax.jl is a collection of accelerated iterative pseudo-transient solvers using MPI for distributed memory parallelisation and running on GPUs or CPUs.

The package relies on other packages as building blocks and parallelisation tools:

Current publications, outreach and news can be found on the GPU4GEO website.

How to Install JustRelax.jl?

To install JustRelax.jl, one can simply add it using the Julia package manager by running the following command in the Julia REPL:

julia
julia> using Pkg

julia> Pkg.add("JustRelax")

After the package is installed, one can load the package by using:

julia
julia> using JustRelax

If you want to use the latest unreleased version of JustRelax.jl, you can run the following command:

julia
julia> using Pkg

julia> Pkg.add(url="https://github.com/PTsolvers/JustRelax.jl")

Funding

The development of this package is supported by the GPU4GEO and ∂GPU4GEO PASC projects. More information about the GPU4GEO project can be found on the GPU4GEO website.