[OMPI users] trouble_MPI

2012-09-18 Thread Alidoust
Dear Madam/Sir, I have a serial Fortran code (f90), dealing with matrix diagonalizing subroutines, and recently got its parallel version to be faster in some unfeasible parts via the serial program. I have been using the following commands for initializing MPI in the code --- call

Re: [OMPI users] trouble_MPI

2012-09-18 Thread Ralph Castain
As the error states, your code is segfaulting - your best way to find out where might be to use a debugger (e.g., gdb) on the core dump, or use a parallel debugger if you have one. On Sep 18, 2012, at 2:14 PM, Alidoust wrote: > > Dear Madam/Sir, > > > I have a serial Fortran code (f90), de

Re: [OMPI users] trouble_MPI

2012-09-18 Thread Brian Budge
On Tue, Sep 18, 2012 at 2:14 PM, Alidoust wrote: > > Dear Madam/Sir, > > > I have a serial Fortran code (f90), dealing with matrix diagonalizing > subroutines, and recently got its parallel version to be faster in some > unfeasible parts via the serial program. > I have been using the following co