From 59727c0f888ce6d1265e34be6a6b712e420b9dab Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Thu, 9 Dec 2021 22:11:49 -0300 Subject: [PATCH] README: Inform about implemented OpenMP parallelization. Signed-off-by: Grzegorz Kowal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e06a553..de8f536 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ following features are already implemented: * support for Zstandard, LZ4, and LZMA compressions in the XML+binary format, * support for Deflate, SZIP, Zstandard, and ZFP compressions in the HDF5 format, * easy and consistend Python interface to read snapshots in both formats, -* MPI parallelization, +* MPI/OpenMP parallelization, * completely written in Fortran 2008, * simple Makefile or CMake for building the code executable, * minimum requirements, only Fortran compiler and Python are required to