File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright © 2015-2020 Inria. All rights reserved.
2
+ * Copyright © 2015-2023 Inria. All rights reserved.
3
3
* See COPYING in top-level directory.
4
4
*/
5
5
@@ -73,6 +73,7 @@ int hwloc_look_hardwired_fujitsu_k(struct hwloc_topology *topology)
73
73
topology -> support .discovery -> pu = 1 ;
74
74
hwloc_setup_pu_level (topology , 8 );
75
75
76
+ hwloc_obj_add_info (topology -> levels [0 ][0 ], "Backend" , "hardwired:K-computer" );
76
77
return 0 ;
77
78
}
78
79
@@ -142,6 +143,7 @@ int hwloc_look_hardwired_fujitsu_fx10(struct hwloc_topology *topology)
142
143
topology -> support .discovery -> pu = 1 ;
143
144
hwloc_setup_pu_level (topology , 16 );
144
145
146
+ hwloc_obj_add_info (topology -> levels [0 ][0 ], "Backend" , "hardwired:FX10" );
145
147
return 0 ;
146
148
}
147
149
@@ -221,5 +223,6 @@ int hwloc_look_hardwired_fujitsu_fx100(struct hwloc_topology *topology)
221
223
topology -> support .discovery -> pu = 1 ;
222
224
hwloc_setup_pu_level (topology , 34 );
223
225
226
+ hwloc_obj_add_info (topology -> levels [0 ][0 ], "Backend" , "hardwired:FX100" );
224
227
return 0 ;
225
228
}
You can’t perform that action at this time.
0 commit comments