Skip to content
Snippets Groups Projects
Commit 24c8e4c0 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Fix kkrflex compilation with gfrotran

parent 9510e0f0
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ mythread = omp_get_thread_num()
if (myrank==0 .and. mythread==0) then
nthreads = omp_get_num_threads()
write (*, '(/79("*")//1X,A,I5//79("*")/)') 'Number of OpenMP threads used:', nthreads
if(t_inc%i_write) write (1337, '(/79("*")//1X,A,I5//79("*")/)') 'Number of OpenMP threads used:', nthreads
if(t_inc%i_write>0) write (1337, '(/79("*")//1X,A,I5//79("*")/)') 'Number of OpenMP threads used:', nthreads
end if
!$omp end parallel
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment