mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-02 06:27:05 +01:00
Verbose change
This commit is contained in:
@ -240,7 +240,7 @@ void acceleratorInit(void)
|
|||||||
|
|
||||||
char hostname[HOST_NAME_MAX+1];
|
char hostname[HOST_NAME_MAX+1];
|
||||||
gethostname(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();
|
auto devices = sycl::device::get_devices();
|
||||||
for(int d = 0;d<devices.size();d++){
|
for(int d = 0;d<devices.size();d++){
|
||||||
|
Reference in New Issue
Block a user