Take out OpenMP in samples generation for the time being

cmake
sfilippone 1 year ago
parent 92eb261ee5
commit d925d39089

@ -371,6 +371,7 @@ contains
call psb_barrier(ctxt) call psb_barrier(ctxt)
t1 = psb_wtime() t1 = psb_wtime()
! Disable OMP here for the time being
! $ o m p parallel shared(deltah,myidx,a,desc_a) ! $ o m p parallel shared(deltah,myidx,a,desc_a)
! !
block block
@ -828,6 +829,7 @@ contains
call psb_barrier(ctxt) call psb_barrier(ctxt)
t1 = psb_wtime() t1 = psb_wtime()
! Disable OMP here for the time being
! $ o m p parallel shared(deltah,myidx,a,desc_a) ! $ o m p parallel shared(deltah,myidx,a,desc_a)
! !
block block

@ -371,6 +371,7 @@ contains
call psb_barrier(ctxt) call psb_barrier(ctxt)
t1 = psb_wtime() t1 = psb_wtime()
! Disable OMP here for the time being
! $ o m p parallel shared(deltah,myidx,a,desc_a) ! $ o m p parallel shared(deltah,myidx,a,desc_a)
! !
block block
@ -828,6 +829,7 @@ contains
call psb_barrier(ctxt) call psb_barrier(ctxt)
t1 = psb_wtime() t1 = psb_wtime()
! Disable OMP here for the time being
! $ o m p parallel shared(deltah,myidx,a,desc_a) ! $ o m p parallel shared(deltah,myidx,a,desc_a)
! !
block block

Loading…
Cancel
Save