From 09e6defc43ed3386d0a17b24779550670d7db20a Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 21 May 2024 11:55:56 +0200
Subject: [PATCH] [paper] working title.

---
 paper/index.md   | 17 ++++++++++++++++-
 tests/content.md |  6 +++---
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/paper/index.md b/paper/index.md
index 637033d..6e2376a 100644
--- a/paper/index.md
+++ b/paper/index.md
@@ -1,5 +1,5 @@
 ---
-title: "HPC-Container-Study"
+title: "Reproducible HPC software deployments, simulations and workflows"
 author:
   - Lars Bilke
   - Thomas Fischer
@@ -35,6 +35,8 @@ codeBlockCaptions: yes
 
 \pagebreak
 
+# Abstract
+
 # Description of HPC environments
 
 ## UFZ EVE
@@ -42,3 +44,16 @@ codeBlockCaptions: yes
 ## JSC Juwels
 
 ## TU Dresden Barnard
+
+# Reproducible software deployment with GNU Guix
+
+- Intro to Guix
+- Packaging ogs with Guix
+  - Missing dependencies
+  - Changes to OGS
+  - Making it reproducible
+- Packaging ogstools with Guix
+- Creating container
+  - petsc pmix fix
+  - petsc size reduction
+  - make petsc reproducible
diff --git a/tests/content.md b/tests/content.md
index 26e02d5..e1e8bd2 100644
--- a/tests/content.md
+++ b/tests/content.md
@@ -1,8 +1,8 @@
 # Container tests
 
-- mpi benchmarks
+- mpi bandwidth test
 - Simple parallel ogs run
-- Simple benchmark from repo
-- Smaller generic cube liquid flow test (Tom)
+- Smaller generic cube liquid flow test
+  - 250 x 250 x 250 elements
   - 96 partitions
   - runtime < 10 minutes
-- 
GitLab