Changes between Version 46 and Version 47 of DRM4G/Tutorial
- Timestamp:
- Jun 27, 2016 3:50:25 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v46 v47 202 202 double l_sum, x, h; 203 203 204 task_id = atoi(args[1]);205 total_tasks = atoi(args[2]);206 n = atoll(args[ 3]);204 task_id = 0; 205 total_tasks = 100; 206 n = atoll(args[1]); 207 207 208 208 fprintf(stderr, "task_id=%d total_tasks=%d n=%lld\n", task_id, total_tasks, n);