1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-02 00:14:12 +01:00

Sycl happier

This commit is contained in:
Peter Boyle
2020-05-25 08:35:56 -07:00
parent 949ac3cd24
commit 22c5168d70
-3
View File
@@ -153,9 +153,6 @@ void acceleratorInit(void)
if ((localRankStr = getenv(ENV_RANK_OMPI )) != NULL) { world_rank = atoi(localRankStr);}
if ((localRankStr = getenv(ENV_RANK_MVAPICH)) != NULL) { world_rank = atoi(localRankStr);}
if ( world_rank == 0 ) {
GridBanner();
}
/*
for (int i = 0; i < nDevices; i++) {