From db0e861f5ba241c07e5a064264f3500228b7788d Mon Sep 17 00:00:00 2001 From: Miguel Avillez Date: Fri, 25 Jun 2021 10:52:56 +0000 Subject: [PATCH] Update gadget/4.0/README.md --- gadget/4.0/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gadget/4.0/README.md b/gadget/4.0/README.md index 9c0bafc..d627313 100644 --- a/gadget/4.0/README.md +++ b/gadget/4.0/README.md @@ -10,6 +10,8 @@ GADGET simulation code, which is a parallel cosmological N-body and SPH code mea ## Characteristics of Benchmark +GADGET-4 supports collisionless simulations and smoothed particle hydrodynamics on massively parallel computers. All communication between concurrent execution processes is done either explicitly by means of the message passing interface (MPI), or implicitly through shared-memory accesses on processes on multi-core nodes. The code is mostly written in ISO C++ (assuming the C++11 standard), and should run on all parallel platforms that support at least MPI-3. So far, the compatibility of the code with current Linux/UNIX-based platforms has been confirmed on a large number of systems. + ## Mechanics of Building Benchmark Complete Build instructions can be found at -- GitLab