1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-01 14:07:08 +01:00

Verbose change

This commit is contained in:
2025-06-27 06:01:46 +00:00
parent 66e671985d
commit 829dd74cb2

View File

@ -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<devices.size();d++){