1
1

fix compile error, bad patch was previously applied

fixed by Igor, reviewed by miked
cmr=v1.7.4:reviewer=ompi-rm1.7

This commit was SVN r29330.
Этот коммит содержится в:
Mike Dubman 2013-10-02 08:32:26 +00:00
родитель 95b96a9905
Коммит ed62a3c7c8

Просмотреть файл

@ -97,10 +97,10 @@ int mca_atomic_mxm_fadd(void *target,
sreq.op.atomic.remote_vaddr = (uintptr_t) remote_addr;
#if MXM_API < MXM_VERSION(2,0)
sreq.op.atomic.remote_memh = MXM_INVALID_MEM_HANDLE;
memcpy(&sreq.op.atomic.value8, cond, nlong);
memcpy(&sreq.op.atomic.value8, value, nlong);
#else
sreq.op.atomic.remote_mkey = MXM_INVALID_MEM_HANDLE;
memcpy(&sreq.op.atomic.value, cond, nlong);
memcpy(&sreq.op.atomic.value, value, nlong);
#endif
sreq.op.atomic.order = nlong_order;