Samuel Thibault 11 年 前
コミット
b635abec48
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/core/simgrid.c

+ 1 - 1
src/core/simgrid.c

@@ -69,7 +69,7 @@ unsigned long long _starpu_simgrid_get_memsize(const char *prefix, unsigned devi
 	if (!host)
 		return 0;
 
-	if (!MSG_host_get_properties())
+	if (!MSG_host_get_properties(host))
 		return 0;
 
 	memsize = MSG_host_get_property_value(host, "memsize");