From 77a1df52d2cfd1f841db1e901aeb2a0b91f97759 Mon Sep 17 00:00:00 2001
From: lykos98 <francy273998@gmail.com>
Date: Thu, 23 Jan 2025 10:49:44 +0100
Subject: [PATCH] added argument parser, updated readme

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index b535f8f..8ee6319 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,10 @@ The suggestion is to run it with one mpi task per socket.
 # Todo
 
  - [x] ~~arugment parser~~
+ - [x] ~~H2: graph reduction~~
  - [ ] prettify overall stdout
  - [ ] H1: implementation of lock free centers elimination
  - [ ] kdtree: implement slim heap
  - [ ] kdtree: optimization an profiling
+ - [ ] io: curation of IO using mpi IO or other solutions 
 
-- 
GitLab