Show
Ignore:
Timestamp:
11/03/09 19:03:49 (3 weeks ago)
Author:
cristy
Message:
 
Location:
ImageMagick/trunk/coders
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/dpx.c

    r404 r532  
    11561156      image_view=AcquireCacheView(image); 
    11571157#if defined(MAGICKCORE_OPENMP_SUPPORT) && (_OPENMP > 200505) 
    1158   #pragma omp parallel for shared(row,status,quantum_type) 
     1158  #pragma omp parallel for schedule(static,1) shared(row,status,quantum_type) 
    11591159#endif 
    11601160      for (y=0; y < (long) image->rows; y++) 
  • ImageMagick/trunk/coders/pnm.c

    r404 r532  
    595595        image_view=AcquireCacheView(image); 
    596596#if defined(MAGICKCORE_OPENMP_SUPPORT) && (_OPENMP > 200505) 
    597   #pragma omp parallel for shared(row,status,quantum_type) 
     597  #pragma omp parallel for schedule(static,1) shared(row,status,quantum_type) 
    598598#endif 
    599599        for (y=0; y < (long) image->rows; y++) 
     
    677677        image_view=AcquireCacheView(image); 
    678678#if defined(MAGICKCORE_OPENMP_SUPPORT) && (_OPENMP > 200505) 
    679   #pragma omp parallel for shared(row,status,quantum_type) 
     679  #pragma omp parallel for schedule(static,1) shared(row,status,quantum_type) 
    680680#endif 
    681681        for (y=0; y < (long) image->rows; y++) 
     
    795795        image_view=AcquireCacheView(image); 
    796796#if defined(MAGICKCORE_OPENMP_SUPPORT) && (_OPENMP > 200505) 
    797   #pragma omp parallel for shared(row,status,type) 
     797  #pragma omp parallel for schedule(static,1) shared(row,status,type) 
    798798#endif 
    799799        for (y=0; y < (long) image->rows; y++) 
     
    969969        image_view=AcquireCacheView(image); 
    970970#if defined(MAGICKCORE_OPENMP_SUPPORT) && (_OPENMP > 200505) 
    971   #pragma omp parallel for shared(row,status,quantum_type) 
     971  #pragma omp parallel for schedule(static,1) shared(row,status,quantum_type) 
    972972#endif 
    973973        for (y=0; y < (long) image->rows; y++) 
     
    12121212        image_view=AcquireCacheView(image); 
    12131213#if defined(MAGICKCORE_OPENMP_SUPPORT) && (_OPENMP > 200505) 
    1214   #pragma omp parallel for shared(row,status,quantum_type) 
     1214  #pragma omp parallel for schedule(static,1) shared(row,status,quantum_type) 
    12151215#endif 
    12161216        for (y=0; y < (long) image->rows; y++)