Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-26 Thread Mike Dubman
> > > > > > > > On Apr 23, 2015 10:49 AM, "Galloway, Jack D" wrote: > > > > I am using a “homecooked” cluster at LANL, ~500 cores. There are a > whole bunch of fortran system calls doing the copying and pasting. The > full code is attached here,

Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-24 Thread Jeff Squyres (jsquyres)
sing a “homecooked” cluster at LANL, ~500 cores. There are a whole > > > bunch of fortran system calls doing the copying and pasting. The full > > > code is attached here, a bunch of if-then statements for user options. > > > Thanks for the help. > > > > > &

Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-24 Thread Mike Dubman
00 cores. There are a > whole bunch of fortran system calls doing the copying and pasting. The > full code is attached here, a bunch of if-then statements for user > options. Thanks for the help. > > > > > > > > > > > > --Jack Galloway > > &g

Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-24 Thread Jeff Squyres (jsquyres)
alloway > > > > > > > > From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Howard > > Pritchard > > Sent: Thursday, April 23, 2015 8:15 AM > > To: Open MPI Users > > Subject: Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned >

Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-24 Thread Mike Dubman
; > > > > > > From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Howard > Pritchard > > Sent: Thursday, April 23, 2015 8:15 AM > > To: Open MPI Users > > Subject: Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned > processes > > &g

Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-23 Thread Jeff Squyres (jsquyres)
gt; > --Jack Galloway > > > > From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Howard Pritchard > Sent: Thursday, April 23, 2015 8:15 AM > To: Open MPI Users > Subject: Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned > processes > >

Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-23 Thread Howard Pritchard
> > *From:* users [mailto:users-boun...@open-mpi.org] *On Behalf Of *Howard > Pritchard > *Sent:* Thursday, April 23, 2015 8:15 AM > *To:* Open MPI Users > *Subject:* Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned > processes > > > > Hi Jack, > >

Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-23 Thread Galloway, Jack D
-mpi.org] On Behalf Of Howard Pritchard Sent: Thursday, April 23, 2015 8:15 AM To: Open MPI Users Subject: Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes Hi Jack, Are you using a system at LANL? Maybe I could try to reproduce the problem on the system you are using

Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-23 Thread Jeff Squyres (jsquyres)
Can you send your full Fortran test program? > On Apr 22, 2015, at 6:24 PM, Galloway, Jack D wrote: > > I have an MPI program that is fairly straight forward, essentially > "initialize, 2 sends from master to slaves, 2 receives on slaves, do a bunch > ofsystem calls for copying/pasting then ru

Re: [OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-23 Thread Howard Pritchard
Hi Jack, Are you using a system at LANL? Maybe I could try to reproduce the problem on the system you are using. The system call stuff adds a certain bit of zest to the problem. does the app make fortran system calls to do the copying and pasting? Howard On Apr 22, 2015 4:24 PM, "Galloway, Jack

[OMPI users] MPI_Finalize not behaving correctly, orphaned processes

2015-04-22 Thread Galloway, Jack D
I have an MPI program that is fairly straight forward, essentially "initialize, 2 sends from master to slaves, 2 receives on slaves, do a bunch of system calls for copying/pasting then running a serial code on each mpi task, tidy up and mpi finalize". This seems straightforward, but I'm not gett