Re: [OMPI users] Running mpirun with grid

2020-06-01 Thread John Hearns via users
As a suggestion can we see the configuration of your Parallel Environment? qconf -spl qconf -sp orte2 On Mon, 1 Jun 2020 at 22:20, Ralph Castain via users < users@lists.open-mpi.org> wrote: > Afraid I have no real ideas here. Best I can suggest is taking the qrsh > cmd line from the prior debug

Re: [OMPI users] Running mpirun with grid

2020-06-01 Thread Ralph Castain via users
Afraid I have no real ideas here. Best I can suggest is taking the qrsh cmd line from the prior debug output and try running it manually. This might give you a chance to manipulate it and see if you can identify what is causing it an issue, if anything. Without mpirun executing, the daemons will

Re: [OMPI users] Running mpirun with grid

2020-06-01 Thread Kulshrestha, Vipul via users
Thank Jeff & Ralph for your responses. I tried changing the verbose level to 5 using the option suggested by Ralph, but there was no difference in the output (so no additional information in the output). I also tried to replace the grid submission script to a command line qsub job submission,

Re: [OMPI users] Running mpirun with grid

2020-06-01 Thread Jeff Squyres (jsquyres) via users
On top of what Ralph said, I think that this output is unexpected: > Starting server daemon at host "cod5"Starting server daemon at host > "cod6"Starting server daemon at host "has4"Starting server daemon at host "co > d4" > > > > Starting server daemon at host "hpb12"Starting server daemon at

Re: [OMPI users] Running mpirun with grid

2020-06-01 Thread Ralph Castain via users
Afraid I don't have much to offer. I suspect the problem is here: > Unmatched ". > Unmatched ". > Unmatched ". Something may be eating a quote, or mistakenly adding one, to the cmd line. You might try upping the verbosity: --mca plm_base_verbose 5 > On May 31, 2020, at 2:49 PM, Kulshrestha, V