diff --git a/Grid/threads/Accelerator.cc b/Grid/threads/Accelerator.cc index 2aa0d300..aa39f88c 100644 --- a/Grid/threads/Accelerator.cc +++ b/Grid/threads/Accelerator.cc @@ -240,7 +240,7 @@ void acceleratorInit(void) char hostname[HOST_NAME_MAX+1]; gethostname(hostname, HOST_NAME_MAX+1); - if ( rank==0 ) printf(" acceleratorInit world_rank %d is host %s \n",world_rank,hostname); + if ( rank==0 ) printf("AcceleratorSyclInit world_rank %d is host %s \n",world_rank,hostname); auto devices = sycl::device::get_devices(); for(int d = 0;d