Arnaud G. GIBERT AlkorZ3
  • Joined on 2023-07-27
AlkorZ3 pushed to master at Rx3/libshmem 2024-05-06 19:16:28 +02:00
34f9ff7ba6 - Add liblog LOG_TRACE compile flag support.
AlkorZ3 pushed to master at Rx3/libnode 2024-05-06 19:15:19 +02:00
8b5c809d22 - Add liblog LOG_TRACE compile flag support.
AlkorZ3 pushed to master at Rx3/liblog 2024-05-06 19:12:54 +02:00
931d48ac97 - Add _LOG_TRACE compile option to enable LG_LOG_TRACE_*() macros.
AlkorZ3 pushed to master at Rx3/drummer 2024-05-04 18:55:05 +02:00
2de2b98bef - Rename ND_DataStruct_Alloc() & ND_DataStruct_Free() into ND_Alloc() & ND_Free().
AlkorZ3 pushed to master at Rx3/libdatastr 2024-05-04 18:50:18 +02:00
618e86de1b - Add DS_DataStruct_Value_Find(), DS_Index_Reorg(),
AlkorZ3 pushed to master at Rx3/libnode 2024-05-04 12:12:13 +02:00
2417b2829e - Rename ND_DataStruct_Alloc() & ND_DataStruct_Free() into ND_Alloc() & ND_Free(),
AlkorZ3 pushed to master at Rx3/drummer 2024-05-03 17:41:39 +02:00
34f661368d - Replace data structure related malloc() & free() calls to ND_DataStruct_Alloc() ND_DataStruct_Free() calls.
AlkorZ3 pushed to master at Rx3/libnode 2024-05-03 17:02:03 +02:00
afbf19b5a3 - Add ND_DataStruct_Alloc() & ND_DataStruct_Free() to help memory allocation inside a manager.
AlkorZ3 pushed to master at Rx3/libdatastr 2024-05-03 00:34:21 +02:00
9fc9a44356 - Replace old RootDesc structure with a new DST_Root structure,
AlkorZ3 pushed to master at Rx3/libshmem 2024-05-03 00:31:57 +02:00
493568b9fb - Add support ND_Allocator_Exec() & ND_Deallocator_Exec() new NDT_Root pointer parameter,
AlkorZ3 pushed to master at Rx3/libnode 2024-05-03 00:26:26 +02:00
c52ced19c5 - Add NDT_Root pointer to NDT_Allocator & NDT_Deallocator functions,
AlkorZ3 pushed to master at Rx3/libdatastr 2024-05-02 01:08:04 +02:00
6dccb387f7 - Implement DS_DataStruct_Check_I(), DS_DataStruct_Reorg_I(), DS_DataStruct_Convert_I(),
AlkorZ3 pushed to master at Rx3/libdatastr 2024-05-01 13:31:41 +02:00
6c74ecb997 - Implement DS_DataStruct_Value_Add_I, DS_DataStruct_Flush_I() & DS_Free,
AlkorZ3 pushed to master at Rx3/libdatastr 2024-04-30 19:05:55 +02:00
42ab4c9029 - Start a new ndbench implementation, based on ndbench,
AlkorZ3 pushed to master at Rx3/libdatastr 2024-04-29 13:55:57 +02:00
813967de98 - Implement DS_Value_Alloc_I(), DS_Value_Add(), DS_Alloc_I(), DS_DataStruct_Value_Print(), DS_DataStruct_Lock() & DS_DataStruct_Unlock(),
AlkorZ3 pushed to master at Rx3/libdatastr 2024-04-28 20:05:23 +02:00
6492980a9b - Implement DS_DataStruct_Close_I(), DS_DataStruct_Alloc(), DS_DataStruct_Free(),
AlkorZ3 pushed to master at Rx3/libnode 2024-04-28 17:30:55 +02:00
e919b5d83c - fix a bug in ND_DataStruct_Value_Remove() call in ndbech.
AlkorZ3 pushed to master at Rx3/libdatastr 2024-04-28 01:00:57 +02:00
d90beb9860 - Succed to compile DS_DataStruct_Open_I() full implementation. Tests needed!
AlkorZ3 pushed to master at Rx3/libshmem 2024-04-24 20:32:57 +02:00
a5bac4e578 - Minor code cleanup.
AlkorZ3 pushed to master at Rx3/libnode 2024-04-24 20:32:08 +02:00
f1bcb0126b - Minor code cleanup and error log fix.