Re: [OMPI users] openmpi-1.2.1 mpicc error

2007-05-07 Thread Brian Barrett
This was a regression in Open MPI 1.2.1. We improperly handle the situation where CC has a path in it. We will have this fixed in Open MPI 1.2.2. For now, your options are to use Open MPI 1.2 or specify a $CC without a path, such as CC=icc, and make sure $PATH is set properly. Brian O

[OMPI users] openmpi-1.2.1 mpicc error

2007-05-07 Thread Paul Van Allsburg
I just completed the install of release 1.2.1 and I get an error attempting to compile with mpicc. The install was done with: source /opt/intel/fce/9.1.045/bin/ifortvars.sh source /opt/intel/cce/9.1.049/bin/iccvars.sh ./configure --prefix=/usr/local/openmpi-1.2.1_intel \ --with-tm=/u

Re: [OMPI users] 1.2.1 configure bug report: set CC variable may produce broken *wrapper-data.txt

2007-05-07 Thread Brian Barrett
Thanks for the bug report. I'm able to replicate your problem, and it will be fixed in the 1.2.2 release. Brian On May 7, 2007, at 6:10 AM, livelfs wrote: Hi all I have observed a regression between 1.2 and 1.2.1 if CC is assigned an absolute path (i.e. export CC=/opt/gcc/gcc-3.4.4/bin/gc

Re: [OMPI users] Allenia message queues.

2007-05-07 Thread Jeff Squyres
I'm unaware of such an issue -- George: did anyone contact you about an issue with Allinea's debugger? Looking through the logs, I don't see any changes to the debugging queue code between v1.2 and v1.2.1. What is the issue? (George implemented the debugging queue work) On May 7, 2007, a

[OMPI users] Allenia message queues.

2007-05-07 Thread Brock Palen
There was a issue with version 1.2 and the Allinea ddt debugger. In line with the TotalView debugging was this fixed in 1.2.1? Thanks! Brock Palen Center for Advanced Computing bro...@umich.edu (734)936-1985

[OMPI users] 1.2.1 configure bug report: set CC variable may produce broken *wrapper-data.txt

2007-05-07 Thread livelfs
Hi all I have observed a regression between 1.2 and 1.2.1 if CC is assigned an absolute path (i.e. export CC=/opt/gcc/gcc-3.4.4/bin/gcc like in attached logs), the */tools/wrappers/*-wrapper-data.txt files produced by configure script have then a broken libs macro definition: libs=-lmpi -lopen-r

Re: [OMPI users] Using TotalView's Message Queue graphing features with OMPI?

2007-05-07 Thread Jeff Squyres
Yes, TV message queue functionality should work fine with v1.2 and later. On May 4, 2007, at 4:32 PM, David Gunter wrote: Is it possible to view message queues inside TotalView with OpenMPI? Thanks, david -- David Gunter HPC-4: Parallel Tools Team Los Alamos National Laboratory __

[OMPI users] mpirun: "-wd" depreciated?

2007-05-07 Thread Rob
Hi, In the man page of mpirun it says: -wd Change to the directory before the user's program executes When I do a 'mpirun --help', there's no mentioning of the -wd flag. Also, when I try using this flag, I get errors without mpi executing anything. So what about this -wd