From 829dd74cb2191936f85265d8a8aab59448853cea Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 27 Jun 2025 06:01:46 +0000 Subject: [PATCH] Verbose change --- Grid/threads/Accelerator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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