Hi, I'm really new to parallel processing and my assignment requires that we implement our program in openmp without #pragma omp parallel for... can anyone direct me to some resources on this? The chapter in our book we're on is about parallel iterations and scheduling, so I'm at a loss on the method of doing this. The assignment says to "partition the problem space," which I tried researching but couldn't find anything about it.