Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Groups
    • Search
    • 官网
    1. Home
    2. Arrow
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Arrow

    @Arrow

    0
    Reputation
    23
    Posts
    1205
    Profile views
    1
    Followers
    3
    Following
    Joined Last Online

    Arrow Follow

    Posts made by Arrow

    • RE: float浮点型异常怎么解决

      46711937-8f3d-42ff-8725-bf611787d9ec-image.png

      posted in 技术交流区
      Arrow
    • float浮点型异常怎么解决

      CATCHSIG: Myid = 0(CPU 40943,CG 0), si_signo = 8(Floating Point Exception: PC = 0x4ff07d9054)
      [vn040943:mpi_rank_0][MPIDI_CH3_Abort] application called MPI_Abort(MPI_COMM_WORLD, 1000) - process 0: No such file or directory (2)

      m_index_value.resize(index_size);
      stat_type result(index_size, (0, 0));//每个进程分量
      然后是不同进程计算内部result的过程
      
      出错行 : **MPI_Reduce(&result[0], &m_index_value[0], index_size, MPI_C_FLOAT_COMPLEX, MPI_SUM, 0, MPI_COMM_WORLD);**
      

      定位就在这一行规约操作,规约之后0进程还有写文件操作,其他进程没有

      result是一个complex<float>的数组,长度为index_size
      m_index_value也是一个complex<float>的数组,长度为index_size

      请问这是什么原因,话说这个问题已经频繁出现好几次了最近,之前从来没碰见过

      posted in 技术交流区
      Arrow
    • RE: 执行程序报错 CATCHSIG: Myid = 1(CPU 1,CG 1), si_signo = 11(Segmentation Fault: PC = 0x4ff0b4a9ec)

      代码问题,检查一下代码

      posted in 技术交流区
      Arrow
    • RE: online1文件系统错误

      平台暂时性问题,过会就好了,我昨天也是

      posted in 国产CPU并行应用挑战赛
      Arrow
    • RE: 编译选项-O3或-O2怎么一用就出错

      @段晓辉 你好,这个问题勉强算是解决了

      posted in 技术交流区
      Arrow
    • RE: 编译选项-O3或-O2怎么一用就出错

      @arrow 抱歉,刚刚试了一下,没用,我再改下代码

      posted in 技术交流区
      Arrow
    • RE: 编译选项-O3或-O2怎么一用就出错

      @段晓辉 烦请大佬过来看看

      posted in 技术交流区
      Arrow
    • 编译选项-O3或-O2怎么一用就出错

      0_1563446330790_37fb4489-c0fa-4d2d-9de0-362c98a4a586-image.png

      除非加入打印操作,要不然值都是0,这个问题怎么解决,毕竟我现在需要优化性能,必须使用-O2或-O3编译

      posted in 技术交流区
      Arrow
    • RE: 编译出错,这是什么问题

      @段晓辉 段老师你好!问题已经解决,把CMAKE中手动链接openmp库删掉就行了

      posted in 技术交流区
      Arrow
    • 1
    • 2
    • 3
    • 1 / 3