Hello,
I have written an MPI code to find acceleration (a = F/m) of a system of
particles. I would like to know how to perform MPI_GATHER of all the output
data at the root process and print the whole array (in the present case,
f(1:n) ) and reuse it for some other purpose in the serial part of t
rocess
!subroutine
use data
implicit none
if(irank.eq.0) then
write(10, *) irank, np
end if
end subroutine process
Could you please run the program and let e know the error?
Thanking you
Sincerely,
Arun
--
******
The original content of this message part has been replaced
by this text because it tested positive for the following
virus(es):
SOPHOS_SAVI_ERROR_OLD_VIRUS_DATA
The original message has been quarantined pending further
action by the mail administrator. For further information
about the mess
Hi all,
I do MPI programs using Fortran 90 in a Quad Core Machine with Fedora OS.
Could any one of you suggest a good debugger to resolve the compilation/ run
time errors?
Thanking you
Sincerely,
arun
**
Arunkumar C R
Solid State & Struct
Hi,
A fortran 90 code having MPI enabled subroutine is written. The subroutine
part is given below,
program abc
.. !usual statements
open(20, file='sum.20', action='write')
open(30, file='sum.40', action='write')
n2= 100;nstep=5