-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release' into dokken/test-redhat
- Loading branch information
Showing
2 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,14 +71,14 @@ Following is a minimal recipe of how to install adios4dolfinx, given that you ha | |
conda create -n dolfinx-checkpoint python=3.10 | ||
conda activate dolfinx-checkpoint | ||
conda install -c conda-forge fenics-dolfinx pip adios2=*=mpi_* | ||
python3 -m pip install adios4dolfinx[test]@git+https://github.com/jorgensd/[email protected].0 | ||
python3 -m pip install adios4dolfinx[test]@git+https://github.com/jorgensd/[email protected].1 | ||
``` | ||
|
||
> [!NOTE] | ||
> To run the tests or demos associated with the code, install `ipyparallel` in your environment, for instance by calling | ||
> | ||
> ```bash | ||
> python3 -m pip install adios4dolfinx[test]@git+https://github.com/jorgensd/[email protected].0 | ||
> python3 -m pip install adios4dolfinx[test]@git+https://github.com/jorgensd/[email protected].1 | ||
> ``` | ||
## Functionality | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters