From bfc03cced311fa29a1c2a4c942db54bdf4ab95a0 Mon Sep 17 00:00:00 2001 From: Antonio Ragagnin <antonio.ragagnin@inaf.it> Date: Sat, 21 Dec 2024 19:42:14 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a2b7ac..7cce1dc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Check the here the [TODO list](TODO). # Modules -- [core](https://www.ict.inaf.it/gitlab/hotwheels/core): **[Private repo]** Provides essential utilities for: (1) Compiling and executing C code from Python (`core.make`); (2) Generating and managing particle data structures as structures of arrays (SoAs) (`core.soa`); (3) General C utilities (e.g., MPI patterns, MyMalloc, panic handling, and timers in `core.c_utils`). +- [core](https://www.ict.inaf.it/gitlab/hotwheels/core): **[Private repo]** Provides essential utilities for: (1) Compiling and executing C code from Python (`core.wrap`); (2) Generating and managing particle data structures as structures of arrays (SoAs) (`core.soa`); (3) General C utilities (e.g., MPI patterns, MyMalloc, panic handling in `core.utils`). - [IO](https://www.ict.inaf.it/gitlab/hotwheels/io): **[Private repo]** Handles parallel reading and writing of Gadget1-2 snapshots (thus including [N-GenIC](https://www.h-its.org/2014/11/05/ngenic-code/) and [MUSIC](https://www-n.oca.eu/ohahn/MUSIC/) formats), as well as HDF5 files. - [tree](https://www.ict.inaf.it/gitlab/hotwheels/tree): **[Private repo]** A standalone octree implementation designed for GPU compatibility. It supports Hilbert or Morton ordering, multi-particle leafs, and can be used in standalone C projects. - [domain](https://www.ict.inaf.it/gitlab/hotwheels/domain): **[Private repo]** A GPU-friendly domain decomposition module based on Hilbert particle ordering. -- GitLab