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.
Этот коммит содержится в:
родитель
95b96a9905
Коммит
ed62a3c7c8
@ -97,10 +97,10 @@ int mca_atomic_mxm_fadd(void *target,
|
|||||||
sreq.op.atomic.remote_vaddr = (uintptr_t) remote_addr;
|
sreq.op.atomic.remote_vaddr = (uintptr_t) remote_addr;
|
||||||
#if MXM_API < MXM_VERSION(2,0)
|
#if MXM_API < MXM_VERSION(2,0)
|
||||||
sreq.op.atomic.remote_memh = MXM_INVALID_MEM_HANDLE;
|
sreq.op.atomic.remote_memh = MXM_INVALID_MEM_HANDLE;
|
||||||
memcpy(&sreq.op.atomic.value8, cond, nlong);
|
memcpy(&sreq.op.atomic.value8, value, nlong);
|
||||||
#else
|
#else
|
||||||
sreq.op.atomic.remote_mkey = MXM_INVALID_MEM_HANDLE;
|
sreq.op.atomic.remote_mkey = MXM_INVALID_MEM_HANDLE;
|
||||||
memcpy(&sreq.op.atomic.value, cond, nlong);
|
memcpy(&sreq.op.atomic.value, value, nlong);
|
||||||
#endif
|
#endif
|
||||||
sreq.op.atomic.order = nlong_order;
|
sreq.op.atomic.order = nlong_order;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user