Re: [OMPI users] Building OpenMPI on Ubuntu

2011-01-28 Thread Damien Hocking
Tom, Changing the path to icc is done in that configure file: #!/bin/bash CC=icc CXX=icpc F77=ifort FC=ifort ./configure --prefix=/usr/local/OpenMPI-intel --enable-static --enable-shared becomes #!/bin/bash CC=/usr/local/intel/Compiler/11.0/083/bin/intel64/icc CXX=icpc F77=ifort FC=ifort ./c

[OMPI users] Building OpenMPI on Ubuntu

2011-01-28 Thread Greef, T.F.A. de
Hi everybody, I try to compile openmpi with intel compilers on ubuntu 10.10 Everything configures and compiles OK. I used the following configure file: The configure file looks like this: #!/bin/bash CC=icc CXX=icpc F77=ifort FC=ifort ./configure --prefix=/usr/local/OpenMPI-intel --enable-stati

Re: [OMPI users] Argument parsing issue

2011-01-28 Thread Gabriele Fatigati
Good! Thanks for your support! Regards. 2011/1/28 Jeff Squyres > Thanks for the confirmation. > > I committed the fix to the trunk as of r24322 and filed CMR's for v1.4 and > v1.5. > > > > On Jan 28, 2011, at 2:50 AM, Gabriele Fatigati wrote: > > > Hi Jeff, > > > > i'm trying your patch on ope

Re: [OMPI users] Argument parsing issue

2011-01-28 Thread Jeff Squyres
Thanks for the confirmation. I committed the fix to the trunk as of r24322 and filed CMR's for v1.4 and v1.5. On Jan 28, 2011, at 2:50 AM, Gabriele Fatigati wrote: > Hi Jeff, > > i'm trying your patch on openmpi-1.7a1r24319 version and it works well! > > Arguments are parsed well with totalv

Re: [OMPI users] Argument parsing issue

2011-01-28 Thread Gabriele Fatigati
Hi Jeff, i'm trying your patch on openmpi-1.7a1r24319 version and it works well! Arguments are parsed well with totalview: Command: mpirun --debug -n 2 ./a.out a b "c d" output: a b c d 2011/1/27 Jeff Squyres > I did my patch against the development trunk; could you try the attached >

Re: [OMPI users] Segmentation fault with SLURM and non-local nodes

2011-01-28 Thread Michael Curtis
On 27/01/2011, at 4:51 PM, Michael Curtis wrote: Some more debugging information: > Failing case: > michael@ipc ~ $ salloc -n8 mpirun --display-map ./mpi > JOB MAP Backtrace with debugging symbols #0 0x77bb5c1e in ?? () from /usr/li