FLOG(FLog::Controller<<"\t\t Submitting the tasks took "<<timerSoumission.tacAndElapsed()<<"s\n");
starpu_task_wait_for_all();
FLOG(FTictimerSync;);
syncData();
FLOG(FLog::Controller<<"\t\t Moving data to the host took "<<timerSync.tacAndElapsed()<<"s\n");
starpu_pause();
#ifdef STARPU_USE_CPU
...
...
@@ -1799,13 +1791,15 @@ protected:
" and owner is "<<processesBlockInfos[idxLevel+1][firstOtherBlock+idxBlockToRecv].owner<<" tag "<<getTag(idxLevel,processesBlockInfos[idxLevel+1][firstOtherBlock+idxBlockToRecv].firstIndex,processesBlockInfos[idxLevel+1][firstOtherBlock+idxBlockToRecv].globalIdx,1,processesBlockInfos[idxLevel+1][firstOtherBlock+idxBlockToRecv].owner)<<"\n");