English 中文(简体)
a. 现有平级代码和皮条,以混合环状
原标题:porting an existing fortran code with mpi to hybrid mpi openmp
  • 时间:2011-06-22 22:26:37
  •  标签:
  • openmp

我有一套现有的专栏代码,用mpif90汇编。 它成功汇编和运行。 但是,在实行开放式选择时,第mpif90汇编者成功地汇编了该守则,但该方案未能完成。 它在进入非常规之前即刻停止。 象头盔一样,方案完全停止。 单页说,——开放式会分配阵列,它喜欢使用——假旗。 我如何处理这一问题,以及什么——令人厌恶的旗帜?

问题回答

你们需要增加主线(直线或有限指挥)和奴隶read(如果你正在使用开放式MP V3.0,这将通过环境变化的OMP_STACKSIZE)。





相关问题
Enabling OpenMp on visual studio gives an error message

Why would enabling OpenMp for a certain application return this error message "Fatal User Error 1002: Not all work-sharing constructs executed by all threads" when I try to run it on Visual Studio? ...

Behavior of omp_get_max_threads in parallel regions

I compile this bit of code on Snow Leopard and linux and I get different results. On Snow leopard, the first call of omp_get_max_threads returns 2, which is my number of cores, while the second ...

Parallel for_each using openmp

Why does this code not parallelize std::for_each() when it works perfectly fine with std::sort()? How do I fix it? g++ -fopenmp -D_GLIBCXX_PARALLEL=1 -o p p.cc && time ./p sort GCC 4.3 on ...

OpenMP in Visual C++ 2008 Standard Edition

How can I get OpenMP set up in VC++ 2008? The compiler supports it, I believe I am only missing headers/libs. Can I obtain them similar to how the framework SDK can be added to VC++ Express for MFC ...

热门标签