Commit cacbecc3 authored by Antonio Ragagnin's avatar Antonio Ragagnin 💬
Browse files

Edit README.md

parent 4f833666
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -20,8 +20,8 @@ Check the here the [TODO list](TODO).


**Email: ragagnin.antonio@gmail.com, antonio.ragagnin@inaf.it**
**Email: ragagnin.antonio@gmail.com, antonio.ragagnin@inaf.it**


- [easyc](https://www.ict.inaf.it/gitlab/hotwheels/easyc): **[Private repo]** A standalone hotwheels-unrelated package for compiling and executing C code from Python, and easily passing of numpy arrays as C arrays, enums, typedefs, arbitrarely nested structures, in particular structures or array and array of structures.
- [easyc](https://www.ict.inaf.it/gitlab/hotwheels/easyc): **[Private repo]** A standalone hotwheels-unrelated package for compiling and executing C code from Python, and easily passing of numpy arrays as C arrays, enums, typedefs, arbitrarely nested structures, in particular structures or array and array of structures, and for dynamically generating C headers for structures of arrays (SoAs).
- [core](https://www.ict.inaf.it/gitlab/hotwheels/core):  **[Private repo]**  Provides essential utilities for: Generating and managing particle data structures as structures of arrays (SoAs) (`hotwheels_core.soas`); (3) General C utilities (e.g., MPI patterns, MyMalloc, panic handling in `hotwheels_core.utils`).
- [utils](https://www.ict.inaf.it/gitlab/hotwheels/utils):  **[Private repo]**  Provides essential C utilities for MPI patterns, Gadget-like MyMalloc, panic, timer
- [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.
- [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.
- [octree](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.
- [octree](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.
- [domain](https://www.ict.inaf.it/gitlab/hotwheels/domain):  **[Private repo]**  A GPU-friendly domain decomposition module based on Hilbert particle ordering.