Programming the Master Processor
/* Initialize parallel processors (next 2 slides) */
......
/* Wait until processing has finished */
imSyncHost(Thread, 0, IM_COMPLETED);
/* Free allocated resources */
mp_res_free(resource);
}
Previous slide
Next slide
Back to first slide
View graphic version