Skip to content

Commit

Permalink
updated versions of intel we test against in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
will-saunders-ukaea committed Sep 30, 2024
1 parent 9097d54 commit 7fc4226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This is the particle component of NESO and is designed as a header only library.
## Dependencies

* CMake
* SYCL 2020 (tested with hipsycl 0.9.4 or Intel DPCPP 2022.1.0).
* MPI 3.0 (tested with MPICH 4.0 or IntelMPI 2021.6)
* SYCL 2020 (tested with hipsycl 0.9.4 or Intel DPCPP 2024.1.0).
* MPI 3.0 (tested with MPICH 4.0 or IntelMPI 2021.12.1)
* HDF5 (parallel): (optional) If particle trajectories are required - will execute without.

## Installing
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/guide-user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Dependencies
============

* CMake 3.24+.
* SYCL 2020 with USM support: Tested with hipsycl 0.9.4 or Intel DPCPP 2022.1.0.
* SYCL 2020 with USM support: Tested with hipsycl 0.9.4 or Intel DPCPP 2024.1.0.
* MPI 3.0: Tested with MPICH 4.0 or IntelMPI 2021.6. See known issues for Ubuntu 22.03 mpich.
* HDF5 (parallel): (optional see CMake variable ``NESO_PARTICLES_ENABLE_HDF5``) If particle trajectories are required - will execute without.

Expand Down

0 comments on commit 7fc4226

Please sign in to comment.