Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Started the gpu model by adding the MSG_gpu_task_create function, also added a simple...
authorPedro Velho <pedro.velho@gmail.com>
Thu, 23 Feb 2012 00:46:57 +0000 (22:46 -0200)
committerPedro Velho <pedro.velho@gmail.com>
Thu, 23 Feb 2012 15:31:12 +0000 (13:31 -0200)
commit28e551b6fecfd104b32673d6a420fbd997f20539
tree1619a6d064f69f1d3376449a09378dacd1136ad2
parent4bc7488fce1d27f7234e043853cf9259a8947636
Started the gpu model by adding the MSG_gpu_task_create function, also added a simple test file test_MSG_gpu_task_create.c to test this functionallity.
buildtools/Cmake/MakeExe.cmake
examples/msg/gpu/CMakeLists.txt [new file with mode: 0644]
examples/msg/gpu/test_MSG_gpu_task_create.c [new file with mode: 0644]
include/msg/datatypes.h
include/msg/msg.h
src/msg/msg_private.h
src/msg/msg_task.c