由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Help! using MPI_gather double precision
相关主题
mpi_gatherany body debugged MPI programms?
a question about data transfer in MPIa question about MPI
Re: Help! using MPI_gather double precislet me ask a question again
MPI_send 使用求助who know what is the advantage of UMS to MPI or SMP?
!!! How to adjust precision in CPLEX !!!怎么表示小数点后长度为200的小数呀?
大家为什么用beowulf?Re: f90 and mpi
大家用什么做平行计算A website for MPI
integration question又一个菜鸟问题
相关话题的讨论汇总
话题: mpi话题: gather话题: precision话题: double话题: null
进入Computation版参与讨论
1 (共1页)
x*y
发帖数: 364
1
I can use MPI_gather to gather integer and real, but I couldn't gather double
precision arrays.
The code for gather part is:
call MPI_gather(a,nipe,MPI_DOUBLE_PRECISION,b,nipe,
& MPI_DOUBLE_PRECISION, 0,MPI_COMM_WORLD,ierr)
I got the error when run the code as following:
p1_3410: (0.018301) xx_shmalloc: returning NULL; requested 4000048 bytes
p1_3410: (0.018301) p4_shmalloc returning NULL; request = 4000048 bytes
You can increase the amount of memory by setting the e
1 (共1页)
进入Computation版参与讨论
相关主题
又一个菜鸟问题!!! How to adjust precision in CPLEX !!!
P P C L Beowulf计算机群测试报告大家为什么用beowulf?
并行的算法大家用什么做平行计算
大家作并行计算的时候都是怎么作load balancing的?integration question
mpi_gatherany body debugged MPI programms?
a question about data transfer in MPIa question about MPI
Re: Help! using MPI_gather double precislet me ask a question again
MPI_send 使用求助who know what is the advantage of UMS to MPI or SMP?
相关话题的讨论汇总
话题: mpi话题: gather话题: precision话题: double话题: null