Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangzhuan committed Sep 22, 2022
1 parent 372989a commit 6eadde9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SRC/psgstrs_lsum.c
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,8 @@ void slsum_bmod_inv
#else
// This taskloop causes code to crash or generate wrong solution for some intel compilers
#pragma omp taskloop firstprivate (stat) private (thread_id1,Uinv,nn,lbstart,lbend,ub,temp,rtemp_loc,ik,lk1,gik,gikcol,usub,uval,lsub,lusup,iknsupc,il,i,irow,bmod_tmp,p,ii,jj,t1,t2,j,ikfrow,iklrow,dest,y,uptr,fnz,nsupr,nroot_send_tmp) untied nogroup
#endif#endif
#endif
#endif
for (nn=0;nn<Nchunk;++nn){

#ifdef _OPENMP
Expand Down
3 changes: 2 additions & 1 deletion SRC/pzgstrs_lsum.c
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,8 @@ void zlsum_bmod_inv
#else
// This taskloop causes code to crash or generate wrong solution for some intel compilers
#pragma omp taskloop firstprivate (stat) private (thread_id1,Uinv,nn,lbstart,lbend,ub,temp,rtemp_loc,ik,lk1,gik,gikcol,usub,uval,lsub,lusup,iknsupc,il,i,irow,bmod_tmp,p,ii,jj,t1,t2,j,ikfrow,iklrow,dest,y,uptr,fnz,nsupr,nroot_send_tmp) untied nogroup
#endif#endif
#endif
#endif
for (nn=0;nn<Nchunk;++nn){

#ifdef _OPENMP
Expand Down

0 comments on commit 6eadde9

Please sign in to comment.