We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3253d6 commit 3a0d3bcCopy full SHA for 3a0d3bc
1 file changed
tests/communicator.c
@@ -21,11 +21,13 @@ extern void teardown(void);
21
*/
22
void setup_comm(void)
23
{
24
- setup();
25
int err;
+ gpucommCliqueId comm_id;
26
+
27
+ setup();
28
29
MPI_Barrier(MPI_COMM_WORLD);
- gpucommCliqueId comm_id;
30
31
err = gpucomm_gen_clique_id(ctx, &comm_id);
32
// Has successfully got a unique comm id.
33
ck_assert_int_eq(err, GA_NO_ERROR);
0 commit comments