I have some CPU intensive tasks I want to parallelize with openmp. But the output of these tasks needs to be written to disk, ideally in parallel with the tasks themselves.<