[OMPI devel] Warnings in OMPI trunk and 1.7

2012-09-11 Thread Ralph Castain
Hi folks I built an optimized version of the trunk and the 1.7 branch on a Linux/SLURM box and got the following warnings - can people please identify which ones belong to you and fix them? common_allgather.c: In function 'comm_allgather_pml': common_allgather.c:45: warning: 'recv_iov[1].iov_le

[OMPI devel] 1.6.2rc2 build failure w/ icc on IA64

2012-09-11 Thread Paul Hargrove
I have reported as long ago as 1.4.5rc2 (see http://www.open-mpi.org/community/lists/devel/2012/01/10256.php ) that Open MPI does not build with the Intel compilers (versions 9.1 and 10.0 tested) on IA64. This is still true with 1.6.2rc2, and I doubt anybody plans to fix this soon, if ever. HOWEVE

Re: [OMPI devel] 1.6.2rc2 VT/OMP build failure with PGI 8.0-6

2012-09-11 Thread Paul Hargrove
Bert, Testing PASSED with the patch you provided. FWIW: I believe that PGI's licenses work such that a license for a particular PGI version will work for all older versions. So, if needed in the future you should probably be able to download older PGI releases from their web site and install them

Re: [OMPI devel] 1.6.2rc2: opal_path_nfs failure for "bind" mount

2012-09-11 Thread Paul Hargrove
I am NOT running on BG/Q. I am just building for Linux/PPC64 on its front-end node which has very recent XLC versions installed. I did look quickly just now at the opal_path_nfs.c test code and see that get_mounts() will require non-trivial work to process bind-mounts. The work is "just a matter

Re: [OMPI devel] 1.6.2rc2 VT/OMP build failure with PGI 8.0-6

2012-09-11 Thread Bert Wesarg
Hi, On Tue, Sep 11, 2012 at 9:38 PM, Paul Hargrove wrote: > Following-up as promised: > My build w/ PGI-7.2-5 has completed and produces the same error (and > warnings) as seen w/ 8.0-6 and reported in the message quoted below. Thanks. I don't know since the PGI has support for "omp threadprivat

Re: [OMPI devel] 1.6.2rc2: opal_path_nfs failure for "bind" mount

2012-09-11 Thread Ralph Castain
Interesting - I can certainly fix the test so it lets make check complete. FWIW: I didn't know we were running on BG/Q - does it work? I assume this is with slurm? On Sep 11, 2012, at 12:34 PM, Paul Hargrove wrote: > In testing 1.6.2rc2 on a BG/Q front-end I've encountered the following > fai

Re: [OMPI devel] 1.6.2rc2 VT/OMP build failure with PGI 8.0-6

2012-09-11 Thread Paul Hargrove
Following-up as promised: My build w/ PGI-7.2-5 has completed and produces the same error (and warnings) as seen w/ 8.0-6 and reported in the message quoted below. -Paul On Tue, Sep 11, 2012 at 12:08 PM, Paul Hargrove wrote: > While newer PGI compilers don't complain, I find that PGI-8.0-6 fail

[OMPI devel] 1.6.2rc2: opal_path_nfs failure for "bind" mount

2012-09-11 Thread Paul Hargrove
In testing 1.6.2rc2 on a BG/Q front-end I've encountered the following failure from "make check": Failure : Mismatch: input "/soft", expected:0 got:1 > SUPPORT: OMPI Test failed: opal_path_nfs() (1 of 20 failed) > FAIL: opal_path_nfs What I find digging deeper is that the mount of /soft is a bi

Re: [OMPI devel] 1.6.2rc2 VT/OMP build failure with PGI 8.0-6

2012-09-11 Thread Bert Wesarg
On Tue, Sep 11, 2012 at 9:08 PM, Paul Hargrove wrote: > While newer PGI compilers don't complain, I find that PGI-8.0-6 fails as > shown below. > In addition to 1 error, there are 3 warnings that might be worth > examination. > > My guess is that the code is trying to use OMP features more recent

[OMPI devel] 1.6.2rc2 VT/OMP build failure with PGI 8.0-6

2012-09-11 Thread Paul Hargrove
While newer PGI compilers don't complain, I find that PGI-8.0-6 fails as shown below. In addition to 1 error, there are 3 warnings that might be worth examination. My guess is that the code is trying to use OMP features more recent than the support provided by this older compiler. However, OMPI's

Re: [OMPI devel] 1.6.2rc2 VT build failure [with patch]

2012-09-11 Thread Bert Wesarg
Hi, On Tue, Sep 11, 2012 at 8:10 PM, Paul Hargrove wrote: > I've not tested any other recent RCs, but had a chance today to run this one > on a subset of my normal pile of test platforms. > > I am not sure why this has only hit me on NetBSD, because the problem looks > pretty generic. > When look

Re: [OMPI devel] 1.6.2rc2 VT build failure [with patch]

2012-09-11 Thread Bert Wesarg
On Tue, Sep 11, 2012 at 8:56 PM, Paul Hargrove wrote: > FYI: This problem is *NOT* specific to NetBSD - it also just showed up for > me on Solaris-10/SPARC. > > So, I question the "VT compile fix on Solaris" in Jeff's list of changes > relative to rc1. > I would guess that refers to a missing hea

Re: [OMPI devel] 1.6.2rc2 VT build failure [with patch]

2012-09-11 Thread Paul Hargrove
FYI: This problem is *NOT* specific to NetBSD - it also just showed up for me on Solaris-10/SPARC. So, I question the "VT compile fix on Solaris" in Jeff's list of changes relative to rc1. I would guess that refers to a missing header I reported on the trunk ( http://www.open-mpi.org/community/li

[OMPI devel] 1.6.2rc2 VT build failure [with patch]

2012-09-11 Thread Paul Hargrove
I've not tested any other recent RCs, but had a chance today to run this one on a subset of my normal pile of test platforms. I am not sure why this has only hit me on NetBSD, because the problem looks pretty generic. When looking at ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.am I find

[OMPI devel] 1.6.2rc2 is out

2012-09-11 Thread Jeff Squyres
1.6.2rc2 is out -- please test: http://www.open-mpi.org/software/ompi/v1.6/ Changes since rc1: - VT compile fix on Solaris - rmaps segv fix -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/