Re: [OMPI users] Building 32-bit OpenMPI package for 64-bit Opteronplatform

2006-04-10 Thread Jeff Squyres (jsquyres)
ril 10, 2006 11:07 AM > To: Open MPI Users > Subject: Re: [OMPI users] Building 32-bit OpenMPI package for > 64-bit Opteronplatform > > Here are the results using mpicc: > > (ffe-64 153%) mpicc -o send4 send4.c > /usr/bin/ld: skipping incompatible /net/scratch1/dog/flash

Re: [OMPI users] Building 32-bit OpenMPI package for 64-bit Opteronplatform

2006-04-10 Thread David Gunter
This is what I have just discovered - mpicc didn't have -m32 in it. Thanks for the other info (config list)! -david On Apr 10, 2006, at 8:56 AM, Jeff Squyres ((jsquyres)) wrote: The extra "-m32" was necessary because the wrapper compiler did not include the CFLAGS from the configure line (we

Re: [OMPI users] Building 32-bit OpenMPI package for 64-bit Opteronplatform

2006-04-10 Thread Jeff Squyres (jsquyres)
n-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of David Gunter > Sent: Monday, April 10, 2006 9:43 AM > To: Open MPI Users > Cc: David R. (Chip) Kent IV > Subject: Re: [OMPI users] Building 32-bit OpenMPI package for > 64-bit Opteronplatform > > After much f