Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use msg_gpu_task_t instead of m_gpu_task_t
[simgrid.git] / examples / msg / gpu / test_MSG_gpu_task_create.c
index a490f15..88109c9 100644 (file)
@@ -24,9 +24,9 @@ int main(int argc, char *argv[])
 {
   MSG_error_t res = MSG_OK;
 
-  MSG_global_init(&argc, argv);
+  MSG_init(&argc, argv);
 
-  m_gpu_task_t mytask = NULL;
+  msg_gpu_task_t mytask = NULL;
 
   mytask = MSG_gpu_task_create("testTask", 2000.0, 20.0, 20.0);