From 9c0858859f7940a2e84fbbcc04ff405f7ddb4114 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 22 May 2019 12:55:52 +0200 Subject: [PATCH] Replace cores -> MPI ranks. I will run on 300k cores only next week, up to now it was only 152k cores and 304k MPI ranks --- 9.1/announce | 4 ++-- 9.1/paper.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/9.1/announce b/9.1/announce index bc2b2c0..6798cf5 100644 --- a/9.1/announce +++ b/9.1/announce @@ -45,10 +45,10 @@ The major changes of this release are: and faces. - Various variants of geometric multigrid solvers and matrix-free - implementations were run on up to 304,128 cores during the acceptance + implementations were run on up to 304,128 MPI ranks during the acceptance phase of the SuperMUC-NG supercomputer, verifying the scalability of our implementations. Some performance bottlenecks on distributed - triangulation with more than 100k MPI ranks have been fixed. + triangulation with more than 100k ranks have been fixed. - The FE_BernardiRaugel class implements the non-standard Bernardi-Raugel element that can be used to construct a stable diff --git a/9.1/paper.tex b/9.1/paper.tex index c3bc5e3..1006ec5 100644 --- a/9.1/paper.tex +++ b/9.1/paper.tex @@ -179,10 +179,10 @@ that we briefly outline in the remainder of this section: \item Various variants of geometric multigrid solvers and matrix-free - implementations were run on up to 304,128 cores during the acceptance + implementations were run on up to 304,128 MPI ranks during the acceptance phase of the SuperMUC-NG supercomputer, verifying the scalability of our implementations. Some performance bottlenecks on distributed - triangulation with more than 100k MPI ranks have been fixed. + triangulation with more than 100k ranks have been fixed. \item A new class \texttt{ParsedConvergenceTable} has been introduced that greatly simplifies the construction of convergence tables, -- 2.39.5