Commit 5d11f282 authored by D'azevedo, Ed's avatar D'azevedo, Ed
Browse files

add openmp directive

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

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