From 24aac63996d7284ab1790d23c4dfe0700f67b69d Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 27 Jun 2022 12:41:45 -0400 Subject: [PATCH] A paper reference should be managed with \cite --- 9.4/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.4/paper.tex b/9.4/paper.tex index e586624..ed376b1 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -924,7 +924,7 @@ much faster in \dealii 9.4 than in version 9.3. In particular, operations that d With this release we introduce a new module \texttt{Utilities::MPI::LargeCount} which enables sending and receiving MPI messages and I/O containing more than $2^{31}$ objects by implementing the before-mentioned \texttt{MPI\_*\_c()} functions, e.g., \texttt{MPI\_Bcast\_c()}, using MPI-3 features if necessary. The - solution is based on custom datatypes as described in~\ref{hammond2014int_max}. + solution is based on custom datatypes as described in~\cite{hammond2014int_max}. This functionality is now used in all places in the library, where large counts might be necessary (\texttt{DataOut::write\_vtu\_in\_parallel()} for graphical output, checkpointing of \texttt{Triangulation} objects, etc.). -- 2.39.5