Opened 13 years ago

Closed 13 years ago

#3826 closed defect (fixed)

is --with-pthreads a valid configure option?

Reported by: springmeyer Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

I'm pretty sure the only valid option to ./configure gdal is --with-threads (not --with-pthreads), and if that is the case, then this patch is needed to the gdalwarp doc:

Or is --with-pthreads equivalent in make's syntax?

  • doc/warptut.dox

     
    338338GDALWarpOperation::ChunkAndWarpImage().  It uses a separate thread for the
    339339IO and the actual image warp operation allowing more effective use of CPU
    340340and IO bandwidth.  For this to work GDAL needs to have been built with
    341 multi-threading support (default on Win32, --with-pthreads on Unix).
     341multi-threading support (default on Win32, --with-threads on Unix).
    342342
    343343<li> The resampling kernels vary is work required from nearest neighbour
    344344being least, then bilinear then cubic.  Don't use a more complex resampling

Change History (1)

comment:1 by Even Rouault, 13 years ago

Resolution: fixed
Status: newclosed

thanks. fixed in r21106

Note: See TracTickets for help on using tickets.