We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a0f2b commit f2af036Copy full SHA for f2af036
mpi_test_suite.c
@@ -1,5 +1,3 @@
1
-/** \todo CN Maybe redesign the logfile implementation? */
2
-
3
#include "config.h"
4
5
#include <stdio.h>
@@ -57,9 +55,6 @@ static int tst_tag_ub = 32767;
57
55
/** **/
58
56
/****************************************************************************/
59
60
-/*
61
- * Global functions, which don't fit into another category.
62
- */
63
int tst_hash_value (const struct tst_env * env)
64
{
65
return (env->comm * 65521 + /* Smallest prime smaller than 2^16 */
0 commit comments