Thanks, Jeff.
FWIW, I just finished testing with knem support enabled. Looks good.
Sam
On Aug 6, 2012, at 2:21 PM, Jeff Squyres wrote:
> I've run this hg tree with the intel, IBM, and IMB suites on a Romley server
> with 20 cores for NP values of 2,3,4,...,19,20. The only failures were the
>
I see the problem; I missed updating a variable in my patch. I verified this
by just configuring OMPI on my Mac the same way you did (or something close to
it):
./configure --disable-mpi-fortran CC=clang CXX=clang++ CFLAGS="-Os -w -pipe
-march=native -Xclang -target-feature -Xclang -aes -Qunus
I've run this hg tree with the intel, IBM, and IMB suites on a Romley server
with 20 cores for NP values of 2,3,4,...,19,20. The only failures were the IBM
spawn tests (which are expected, because I ran with "--mca btl sm,self").
So -- +1 on this from me (disclaimer: I haven't looked at the cod
Looks like the type is defined twice - once in
ompi/mca/common/ofacm/common_ofacm_xoob.h and another time in
./ompi/mca/btl/openib/btl_openib_xrc.h.
Thanks,
Sam
On Aug 6, 2012, at 11:23 AM, Jeff Squyres wrote:
> I don't have XRC support in my kernels, so it wouldn't show up for me.
>
> Did s
I don't have XRC support in my kernels, so it wouldn't show up for me.
Did someone have 2 instances of the ib_address_t class?
On Aug 6, 2012, at 1:17 PM, Gutierrez, Samuel K wrote:
> Hi,
>
> Anyone else seeing this?
>
> Creating mpi/man/man3/OpenMPI.3 man page...
> CCLD libmpi.la
> mca/bt
Hi,
Anyone else seeing this?
Creating mpi/man/man3/OpenMPI.3 man page...
CCLD libmpi.la
mca/btl/openib/.libs/libmca_btl_openib.a(btl_openib_xrc.o):(.data.rel+0x0):
multiple definition of `ib_address_t_class'
mca/common/ofacm/.libs/libmca_common_ofacm_noinst.a(common_ofacm_xoob.o):(.data.rel+
Greetings,
Not sure what was up with my trunk checkout. Pulled a fresh copy and configure
no longer fails.
Sorry about the false alarm!
Sam
On Aug 6, 2012, at 5:22 AM, Jeff Squyres wrote:
> I see where this line is (ompi/config/ompi_check_openfabrics.m4), but I don't
> see any syntax errors
I see where this line is (ompi/config/ompi_check_openfabrics.m4), but I don't
see any syntax errors in that area.
Is this a fresh SVN checkout?
On Aug 5, 2012, at 9:05 AM, Yevgeny Kliteynik wrote:
> On 8/5/2012 3:16 PM, Yevgeny Kliteynik wrote:
>> On 8/5/2012 12:07 PM, Gutierrez, Samuel K wrot