Changeset 299 for soft/giet_vm/giet_xml
- Timestamp:
- Apr 3, 2014, 2:02:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_xml/xml_parser.c
r296 r299 108 108 //////////////////////////////////////////////////////////////////////// 109 109 110 unsigned int total_procs = 0; // total number of processors 110 111 unsigned int nb_procs_max = 0; // max number of processors per cluster 111 112 unsigned int nb_tasks_max = 0; // max number of tasks (in all vspaces) … … 1932 1933 proc_loc_index++; 1933 1934 proc_index++; 1935 total_procs++; 1934 1936 } // end procNode() 1935 1937 … … 2684 2686 file_write(fdout, "\n"); 2685 2687 2688 def_int_write(fdout, "TOTAL_PROCS ", total_procs); 2686 2689 def_int_write(fdout, "NB_PROCS_MAX ", nb_procs_max); 2687 2690 def_int_write(fdout, "NB_TASKS_MAX ", nb_tasks_max);
Note: See TracChangeset
for help on using the changeset viewer.