X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aebb26f5b9fc18433979c1d984cd9748c46f463c..d833261e11951b3dee1a82fe57d77a5f5b4788db:/src/gras/DataDesc/ddt_convert.c diff --git a/src/gras/DataDesc/ddt_convert.c b/src/gras/DataDesc/ddt_convert.c index 486f2004f1..8b1759b800 100644 --- a/src/gras/DataDesc/ddt_convert.c +++ b/src/gras/DataDesc/ddt_convert.c @@ -50,7 +50,10 @@ const gras_arch_desc_t gras_arches[gras_arch_count] = { {1,2,2,2,2, 2,2, 2,2}}, {"win32", 0, {1,2,4,4,8, 4,4, 4,8}, - {1,2,4,4,8, 4,4, 4,8}} + {1,2,4,4,8, 4,4, 4,8}}, + + {"g5", 1, {1,2,4,4,8, 4,4, 4,8}, + {1,2,4,4,4, 4,4, 4,4}} }; const char *gras_datadesc_arch_name(int code) {