|
unsigned long ret = STARPU_ATOMIC_ADDL(&_starpu_job_cnt, 1);
|
|
unsigned long ret = STARPU_ATOMIC_ADDL(&_starpu_job_cnt, 1);
|
|
- STARPU_ASSERT_MSG(_starpu_job_cnt != 0, "Oops, job_id wrapped! There are too many tasks for tracking them for profiling");
|
|
+ STARPU_ASSERT_MSG(ret != 0, "Oops, job_id wrapped! There are too many tasks for tracking them for profiling");
|