diff --git a/Grid/threads/Accelerator.cc b/Grid/threads/Accelerator.cc index 1cecfe0e..ae02b437 100644 --- a/Grid/threads/Accelerator.cc +++ b/Grid/threads/Accelerator.cc @@ -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++) {