tweaks for highly parallel and very large jobs

This commit is contained in:
Martin Reinecke 2013-01-15 15:18:16 +01:00
parent 81ad41103b
commit 54bc25edcb
4 changed files with 13 additions and 12 deletions

View file

@ -244,7 +244,7 @@ static void sharp_execute_job_mpi (sharp_job *job, MPI_Comm comm)
map2alm_comm (job, &minfo);
#pragma omp parallel
#pragma omp parallel if ((job->flags&SHARP_NO_OPENMP)==0)
{
sharp_job ljob = *job;
sharp_Ylmgen_C generator;