Hi, what do you recommend for task parallelism in PETSc? What I want from it: - task dependencies - compiler independecy - active project The programm is intended to run on large clusters and uses MPI+OpenMP. Currently, I am thinking about StarPU or OpenMP, however I don't have any experience with using tasks in either of them. Best, Jakub