<br><br><div class="gmail_quote">On Tue, May 21, 2013 at 7:30 AM, Jose Gomez-Dans <span dir="ltr"><<a href="mailto:jgomezdans@gmail.com" target="_blank">jgomezdans@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi Frank,<div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote"><div class="im">On 21 May 2013 00:02, Frank Warmerdam <span dir="ltr"><<a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>If you write a small part of an image, GDAL is likely to read a larger area, update that and write it back.  If other programs happen to try and update the same larger area at the same time some data is likely to be lost. </div>

</div></blockquote><div><br></div></div><div>Thanks for your reply. However, locking the output files would still work? Provided the cache has been flushed between the open/close dataset calls, it should be fine?</div></div>
</div></div></blockquote><div><br></div><div>I guess it would work, but you probably won't get much speedup this way.</div><div><br></div><div>Like Frank says, not sure it would be so trivial as you would have to implement something like MPI in the gdal I/O routines and take care that blocks are assigned to each MPI process.</div>
<div><br></div>If you have many files to process, it might be easier to distribute the many files over many machines simultaneously,  but write one file per machine only.</div><div class="gmail_quote"><div><br></div><div>
cheers</div><div>Etienne</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br>
</div><div>Thanks!</div><span class="HOEnZb"><font color="#888888"><div>Jose</div><div> </div></font></span></div></div></div>
<br>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br>