test pertama
This commit is contained in:
parent
14c81448af
commit
191a12372b
2
tugas.f
2
tugas.f
@ -78,11 +78,13 @@ C
|
||||
C
|
||||
cpu0=dtime(time0)
|
||||
t1=omp_get_wtime()
|
||||
!$OMP PARALLEL DO
|
||||
C
|
||||
C Jacobi iteration
|
||||
call jacobi(nn,gosa)
|
||||
C
|
||||
cpu1= dtime(time1)
|
||||
!$OMP END PARALLEL DO
|
||||
t2=omp_get_wtime()
|
||||
cpu = cpu1
|
||||
cpu = t2-t1
|
||||
|
Loading…
x
Reference in New Issue
Block a user