if(mpi_rank==0)printf("Autotuning of GPUWorkload enabled:\n\tAlgorithm %d\n\tRecalibration at every %d projections\n\tComparisons are considered stable after first %d comparisons\n",AUTOTUNING_ALGORITHM,RECALIB_FACTOR,FIRST_STABLE);
}
else
{
Autotuning=false;
if(mpi_rank==0)printf("Autotuning of GPUWorkload disabled\n");