From af62a218bfb1ef4e41cc644820ba2f8150d3abb8 Mon Sep 17 00:00:00 2001 From: Arno Proeme Date: Tue, 4 Jun 2019 08:48:30 +0100 Subject: [PATCH] Section header --- cp2k/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cp2k/README.md b/cp2k/README.md index 8c38faa..104ad1e 100644 --- a/cp2k/README.md +++ b/cp2k/README.md @@ -101,7 +101,7 @@ If you are linking to Intel's MKL library to provide LAPACK, BLAS, SCALAPACK and See the ``PizDaint`` subdirectory for an example arch file that enables GPU acceleration with CUDA. The ``-arch`` NVIDIA flag should be adjusted to choose the right option for the particular Nvidia GPU architecture in question. For example ``-arch sm35`` matches the Tesla K40 and K80 GPU architectures. -## Running the UEABS benchmarks +## 5. Running the UEABS benchmarks **The exact input files used to generate the results presented in deliverable D7.5 are included in machine-specific subdirectories accompanying this README** After building the hybrid MPI+OpenMP version of CP2K you have an executable ending in `.psmp`. The general way to run the benchmarks with the hybrid parallel executable is, e.g. for 2 threads per rank: -- GitLab