We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb24814 commit 658089aCopy full SHA for 658089a
lib/comm_qmp.cpp
@@ -343,7 +343,7 @@ void comm_allreduce_int(int* data)
343
void comm_allreduce_xor(uint64_t *data)
344
{
345
if (sizeof(uint64_t) != sizeof(unsigned long)) errorQuda("unsigned long is not 64-bit");
346
- QMP_CHECK( QMP_global_xor(); );
+ QMP_CHECK( QMP_xor_ulong(data); );
347
}
348
349
void comm_broadcast(void *data, size_t nbytes)
0 commit comments