Skip to content

Commit 658089a

Browse files
Add fix for QMP
1 parent fb24814 commit 658089a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/comm_qmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ void comm_allreduce_int(int* data)
343343
void comm_allreduce_xor(uint64_t *data)
344344
{
345345
if (sizeof(uint64_t) != sizeof(unsigned long)) errorQuda("unsigned long is not 64-bit");
346-
QMP_CHECK( QMP_global_xor(); );
346+
QMP_CHECK( QMP_xor_ulong(data); );
347347
}
348348

349349
void comm_broadcast(void *data, size_t nbytes)

0 commit comments

Comments
 (0)