From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Fri, 14 Mar 2025 20:53:32 +0000 (-0600)
Subject: Leave a comment.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dacfad407970f045a79db1a741a88a7a4fc45b5f;p=dealii.git

Leave a comment.
---

diff --git a/cmake/macros/macro_deal_ii_add_test.cmake b/cmake/macros/macro_deal_ii_add_test.cmake
index 8bcccabc83..a82e4dbc8a 100644
--- a/cmake/macros/macro_deal_ii_add_test.cmake
+++ b/cmake/macros/macro_deal_ii_add_test.cmake
@@ -160,6 +160,8 @@ function(deal_ii_add_test _category _test_name _comparison_file)
   # limit has been specified, i.e., TEST_MPI_RANK_LIMIT is 0, skip defining
   # the test.
   #
+  # This mechanism is specifically used in the performance test suite.
+  #
   if("${_n_cpu}" STREQUAL "max")
     if(TEST_MPI_RANK_LIMIT EQUAL 0)
       return()