You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ SPDX-License-Identifier: MIT
14
14
15
15
See <https://ddc.mdls.fr/>
16
16
17
-
[DDC](https://ddc.mdls.fr/), is a C++-17 library that aims to offer to the C++/MPI world an equivalent to the [`xarray.DataArray`](https://xarray.pydata.org/en/stable/generated/xarray.DataArray.html)/[`dask.Array`](https://docs.dask.org/en/stable/array.html) python environment.
18
-
Where these two libraries are based on [numpy](https://numpy.org/), DDC relies on [Kokkos](https://github.com/kokkos/kokkos) and [mdspan](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0009r10.html) to offer CPU/GPU performance-portable multi-dimensional arrays and iterators.
17
+
[DDC](https://ddc.mdls.fr/), is a C++-17 library that aims to offer to the C++/MPI world an equivalent to the [`xarray.DataArray`](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html)/[`dask.Array`](https://docs.dask.org/en/stable/array.html) python environment.
18
+
Where these two libraries are based on [numpy](https://numpy.org/), DDC relies on [Kokkos](https://github.com/kokkos/kokkos) and [mdspan](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0009r10.html) to offer CPU/GPU performance-portable multi-dimensional arrays and iterators.
19
19
20
20
DDC aims to offer abstractions to represent:
21
21
@@ -31,7 +31,7 @@ All these abstractions are handled at compilation using C++ template meta-progra
31
31
32
32
If you like the project, please leave us a github star.
33
33
34
-
If you want to know more, join un on [Slack](https://join.slack.com/t/ddc-lib/shared_invite/zt-14b6rjcrn-AwSfM6_arEamAKk_VgQPhg)
34
+
If you want to know more, join un on [Slack](https://ddc-lib.slack.com/join/shared_invite/zt-33v61oiip-UHnWCavFC0cmff5a94HYwQ)
Where these two libraries are based on [numpy](https://numpy.org/), DDC relies on
13
13
[Kokkos](https://github.com/kokkos/kokkos) and
14
-
[mdspan](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0009r10.html) to offer
14
+
[mdspan](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0009r10.html) to offer
15
15
CPU/GPU performance-portable multi-dimensional arrays and iterators.
16
16
17
17
DDC aims to offer abstractions to represent:
@@ -30,11 +30,11 @@ mesh to a non-uniform one) with performance portability.
30
30
31
31
* First, you should \ref first_steps "have a look at our commented example / tutorial".
32
32
* To know more, you can [delve in the reference documentation](annotated.html).
33
-
*[Use the source, Luke](https://github.com/Maison-de-la-Simulation/ddc).
34
-
*[You should definitely come see us on Slack](https://join.slack.com/t/ddc-lib/shared_invite/zt-14b6rjcrn-AwSfM6_arEamAKk_VgQPhg).
33
+
*[Use the source, Luke](https://github.com/CExA-project/ddc).
34
+
*[You should definitely come see us on Slack](https://ddc-lib.slack.com/join/shared_invite/zt-33v61oiip-UHnWCavFC0cmff5a94HYwQ).
35
35
36
36
## Join us
37
37
38
38
If you like the project,
39
-
[leave us a ⭐star⭐ on Github](https://github.com/Maison-de-la-Simulation/ddc).
40
-
And of course, we would love to talk with you on our [Slack channel https://ddc-lib.slack.com/](https://join.slack.com/t/ddc-lib/shared_invite/zt-14b6rjcrn-AwSfM6_arEamAKk_VgQPhg).
39
+
[leave us a ⭐star⭐ on Github](https://github.com/CExA-project/ddc).
40
+
And of course, we would love to talk with you on our [Slack channel https://ddc-lib.slack.com/](https://ddc-lib.slack.com/join/shared_invite/zt-33v61oiip-UHnWCavFC0cmff5a94HYwQ).
0 commit comments