Changes between Initial Version and Version 1 of Ticket #52822, comment 5
- Timestamp:
- Nov 5, 2016, 6:21:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52822, comment 5
initial v1 29 29 num_cpus = count; 30 30 31 printf("number of cpus %d \n\n", count);31 printf("number of cpus %d \n\n", num_cpus); 32 32 } 33 33