Re: [MTT users] MVAPICH2 configuring problems

2007-09-22 Thread Mohamad Chaarawi
Ok im doing that, and everything is compiling just fine.. Thanks for the help there! -Mohamad Jeff Squyres wrote: > On Sep 21, 2007, at 4:48 PM, Mohamad Chaarawi wrote: > >> in their make.* file however when they set LIB they had >> -L${OPEN_IB_LIB} ${BLCR_LIB} ${RDMA_CM_LIBS} -libverbs

Re: [MTT users] MVAPICH2 configuring problems

2007-09-21 Thread Jeff Squyres
On Sep 21, 2007, at 4:48 PM, Mohamad Chaarawi wrote: in their make.* file however when they set LIB they had -L${OPEN_IB_LIB} ${BLCR_LIB} ${RDMA_CM_LIBS} -libverbs -libumad - lpthread i tried using the variables instead of hardcoding the (/usr/local/ofed/lib64), but it wouldn't translate

Re: [MTT users] MVAPICH2 configuring problems

2007-09-21 Thread Mohamad Chaarawi
I have ofed 1.1 installed.. I looked in the lib64 dir, there is something called libibumad.. BUT anyway i tried what u told with setenvying the variables myself in the ini file: mvapich2_setenv = F77 gfortran mvapich2_setenv = LIBS -L/usr/local/ofed/lib64 -libverbs -lpthread and that worked

Re: [MTT users] MVAPICH2 configuring problems

2007-09-21 Thread Jeff Squyres
Yoinks. :-( What does the corresponding config.log say? It should contain the exact error that occurred. This configure test is simply checking to see if the C compiler works. IIRC, it's trying to compile, link, and run a trivial C application (something akin to "hello world"). On

[MTT users] MVAPICH2 configuring problems

2007-09-21 Thread Mohamad Chaarawi
Hey all, I'm trying to execute the collective bakeoff tests for OMPI, MPICH2, and MVAPICH2. OMPI and MPICH2 are working out fine, However when MVAPICH2 is configuring, it gives an error with the C compiler, pasted at the end.. Note that I get the error when im running the mtt client. When i go