Re: [OMPI users] program with MPI enabled subroutine

2010-04-22 Thread Eugene Loh
Arunkumar C R wrote: 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')

[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