s*****l 发帖数: 167 | 1 I have two MPI_GATHER
command in my program,
one of which transfers md>1 real numbers from each processor
the other carries only 1,
the program can not pass the compilation...
mpif90 complains that in the second command, the 1st argument, viz. the
# of real variables is inconsistent....
which I set to be 1
anyone has seen such problem?
I had to change it to a set of send-recvs, pain in the neck |
|