Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix search paths for test "simdag-test-lua".
[simgrid.git] / examples / msg / gpu / test_MSG_gpu_task_create.c
index a490f15..9d176fd 100644 (file)
@@ -24,7 +24,7 @@ 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;