[OMPI users] Doubt regarding MPI_GATHER

2009-11-23 Thread Arunkumar C R
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

[OMPI users] Regarding Fortran 90 subroutines with MPI

2009-12-31 Thread Arunkumar C R
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 -- ******

[OMPI users] [PMX:VIRUS] MPI debugger

2010-01-08 Thread Arunkumar C R
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

[OMPI users] MPI debugger

2010-01-08 Thread Arunkumar C R
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

[OMPI users] program with MPI enabled subroutine

2010-04-22 Thread Arunkumar C R
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