OpenMPI  0.1.1
Module to write a thumbnail.

: More...

:

writer = OTFAUX_ThumbnailWriter_create("foo.otf", 512, 1024, ...);

for each process: OTFAUX_ThumbnailData td; OTFAUX_Thumbnail_getData( ctx, process, &td ); OTFAUX_ThumbnailWriter_writeProcess( writer, process, &td );

OTFAUX_ThumbnailWriter_destroy( writer );