fix old fortran syntax writing
This commit is contained in:
parent
115bcdb4c8
commit
45293c6962
4
tugas.f
4
tugas.f
@ -78,13 +78,13 @@ C
|
||||
C
|
||||
cpu0=dtime(time0)
|
||||
t1 = omp_get_wtime()
|
||||
!$OMP PARALLEL DO
|
||||
!$OMP PARALLEL DO
|
||||
C
|
||||
C Jacobi iteration
|
||||
call jacobi(nn,gosa)
|
||||
C
|
||||
cpu1= dtime(time1)
|
||||
!$OMP END PARALLEL DO
|
||||
!$OMP END PARALLEL DO
|
||||
t2 = omp_get_wtime()
|
||||
cpu = cpu1
|
||||
cpu = t2-t1
|
||||
|
Loading…
x
Reference in New Issue
Block a user