Commit 19c7cdaa authored by D'azevedo, Ed's avatar D'azevedo, Ed
Browse files

remove openmp in main loop, may not be fully thread safe

parent b8e1acb2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -379,7 +379,6 @@ void setup_sparse_batch(
    
    */

   #pragma omp parallel for
   for(ipatch=1; ipatch <= npatches; ipatch++) {
    FpType *Adest = gAbatch(ipatch);
    FpType *Bdest = gBbatch(ipatch);