Re: [OMPI users] Outputting rank and size for all outputs.

2008-07-11 Thread Mark Dobossy
sed mpirun doesn't have an option for this actually, it's a fairly common thing to want. Ashley Pittman. #!/bin/sh $@ | sed "s/^/\[rk:$OMPI_MCA_ns_nds_vpid,sz: $OMPI_MCA_ns_nds_num_procs \]/" On Tue, 2008-06-24 at 11:06 -0400, Mark Dobossy wrote: Lately I have been doing a gr

[OMPI users] Outputting rank and size for all outputs.

2008-06-24 Thread Mark Dobossy
Lately I have been doing a great deal of MPI debugging. I have, on an occasion or two, fallen into the trap of "Well, that error MUST be coming from rank X. There is no way it could be coming from any other rank..." Then proceeding to debug what's happening at rank X, only to find out a

Re: [OMPI users] Problems compiling 1.2.4 using Intel Compiler 10.1.006 on Leopard

2007-11-21 Thread Mark Dobossy
Thanks for the suggestion Jeff. Unfortunately, that didn't fix the issue. -Mark On Nov 21, 2007, at 7:55 AM, Jeff Squyres wrote: Can you try also adding CCASFLAGS=-no-multibyte-chars? On Nov 20, 2007, at 2:45 PM, Mark Dobossy wrote: I am running into some roadblocks in compiling Op

[OMPI users] Problems compiling 1.2.4 using Intel Compiler 10.1.006 on Leopard

2007-11-20 Thread Mark Dobossy
I am running into some roadblocks in compiling OpenMPI 1.2.4 using the latest Intel Compilers (icc, icpc, ifort) version 10.1.006 on OS X Leopard (10.5.1). Using the last revision of the intel compilers (version 10.0.20) works, but I need the 10.1 compilers to fix compilation of the code I