From f0fcf926ab751dc85091284af5b40e9060bfdfcd Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Fri, 15 Feb 2019 09:01:10 +0100 Subject: [PATCH] Remove tabs --- src/GPU/check_for_gpu.F90 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/GPU/check_for_gpu.F90 b/src/GPU/check_for_gpu.F90 index eeede0e0..e95734fb 100644 --- a/src/GPU/check_for_gpu.F90 +++ b/src/GPU/check_for_gpu.F90 @@ -62,17 +62,17 @@ module mod_check_for_gpu gpuAvailable = .false. - if(cublasHandle .ne. -1) then - gpuAvailable = .true. - numberOfDevices = -1 - if(myid == 0) then + if (cublasHandle .ne. -1) then + gpuAvailable = .true. + numberOfDevices = -1 + if (myid == 0) then print *, "Skipping GPU init, should have already been initialized " - endif - return + endif + return else - if(myid == 0) then - print *, "Initializing the GPU devices" - endif + if (myid == 0) then + print *, "Initializing the GPU devices" + endif endif if (.not.(present(wantDebug))) then -- GitLab