From add82cbbc38c580c342881a7ba2665c963c6c632 Mon Sep 17 00:00:00 2001
From: Miguel Avillez <mavillez@uevora.pt>
Date: Fri, 2 Dec 2022 15:40:25 +0000
Subject: [PATCH] Update README.md

---
 gadget/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gadget/README.md b/gadget/README.md
index 34475af..4543b1c 100644
--- a/gadget/README.md
+++ b/gadget/README.md
@@ -12,6 +12,7 @@ Provide the Astrophysical community information on the performance and scalabili
 GADGET-4 was compiled with C++ with the optimisation level O3, MPI (e.g., OpenMPI, Intel MPI) and the libraries HDF5, GSL, and FFTW3. The tests were carried out using two modes: Intel and GCC compiled MPI API and libraries.
 
 In order to study the scalability of the software two approaches were considered:
+
 1. A core-based performance analysis where 1 MPI task per core, 16 cores per socket, that is 16 MPI tasks per socket, and 1 extra core per compute node to handle communications when multiple compute nodes were used. For the runs on a single node (that is with the number of cores varying between 1 and 32) no extra core was considered.
 
 2. A node-based performance analysis where 1 MPI task per core, and all cores in the socket, that is 24 MPI tasks per socket, including an extra core for MPI communications when multiple nodes are used. For runs on a single node there is no need to use an extra core for communications.
@@ -40,7 +41,7 @@ git clone http://gitlab.mpcdf.mpg.de/vrs/gadget4
 
 ##### In this UEABS repository you can find:
 
-- The cloned version used in the benchmarks (version of June 22, 2021):[gadget4-benchmarks.tar.gz](./gadget/4.0/gadget4-benchmarks.tar.gz)
+- The cloned version used in the benchmarks (version of June 22, 2021): [gadget4-benchmarks.tar.gz](./gadget/gadget4-benchmarks.tar.gz)
 
 This tarball includes the `src` code, `examples`, `buildsystem`, and `documentation` folders. It also includes **Makefile** and **Makefile.systype** (or a template) files.
 
-- 
GitLab