This commit is contained in:
gabrielkheisa 2022-11-14 16:08:59 +07:00
parent c56c7d7573
commit d13eb4076c

View File

@ -20,6 +20,7 @@ use omp_lib
end do
end do
end do
t2 = omp_get_wtime()
!$OMP end parallel do
write(6,60) 'Execution Time = ', t2-t1, ' sec','A(n,n) = ',a(n,n)
60 format(1x,a,f10.3,a,1x,a,d24.15)