mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-02-22 17:47:11 +00:00
Adding very simple install instructions
This commit is contained in:
parent
953c36f582
commit
def149499a
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,15 @@
|
||||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||||
JAX-powered Cosmological Particle-Mesh N-body Solver
|
JAX-powered Cosmological Particle-Mesh N-body Solver
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
Basic installation can be done using pip:
|
||||||
|
```bash
|
||||||
|
pip install jaxpm
|
||||||
|
```
|
||||||
|
For more advanced installation for optimized distribution on gpu clusters, please install jaxDecomp first. See instructions [here](https://github.com/DifferentiableUniverseInitiative/jaxDecomp).
|
||||||
|
|
||||||
|
|
||||||
## Goals
|
## Goals
|
||||||
|
|
||||||
Provide a modern infrastructure to support differentiable PM N-body simulations using JAX:
|
Provide a modern infrastructure to support differentiable PM N-body simulations using JAX:
|
||||||
|
|
Loading…
Add table
Reference in a new issue