From 5fcd1e2f12c64e78b39017b719c69d08ff9b9ff8 Mon Sep 17 00:00:00 2001
From: Rafael Ravedutti <rafaelravedutti@gmail.com>
Date: Fri, 10 Mar 2023 17:05:39 +0100
Subject: [PATCH] Update agenda

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
---
 log/logbook_RR.md | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/log/logbook_RR.md b/log/logbook_RR.md
index 86432e3..360df55 100644
--- a/log/logbook_RR.md
+++ b/log/logbook_RR.md
@@ -20,21 +20,21 @@ The Agenda section is a scratchpad area for planning and Todo list
 # Agenda
 
 * Use variables to accumulate forces (reduction)
-* Express simulation specific kernels (cell lists, PBC, neighbor lists, comm) in a cleaner way with new syntax
-* MPI support
-* GPU support
-* LLVM support
+* DEM/Test case
+* waLBerla as backend (Load-Balancing)
+* Coupling interfaces
 * OpenMP support
+* LLVM support
+* Express simulation specific kernels (cell lists, PBC, neighbor lists, comm) in a cleaner way with new syntax
+
+Maybes
+
 * Common subexpression elimination (CSE)
     * Analyze generated code by backend compilers to see which cases we really need to manage
-* waLBerla as backend (Load-Balancing)
-* Provide test cases (LJ, EAM, DEM, Configurational Forces + Energy Minimization, ...)
 * Separate performance strategies from code (parallelism, gathering), allow to experiment different strategies
-* Coupling interfaces
-* Maybes:
-    * LAMMPS as backend
-    * Many-body potentials code generation
-    * Long-range forces
+* LAMMPS as backend
+* Many-body potentials code generation
+* Long-range forces
 
 <!-- ![Plot title](figures/example.png "ALT Text") -->
 
-- 
GitLab