Also, btw using these two values and make clean, I was able to both
configure and build Open MPI properly. After that I compiled an example
code with -m32 flag and it compiled properly too :D. It remains to be seen
whether my setup of machines run them properly or not.
Regards,
Saahil
On O
Ralph, well my --host flag contains i686-pc-linux-gnu and so does --build.
On Oct 26, 2010 12:15am, Ralph Castain wrote:
The problem is that you set the build and the host to the -same-
architecture - that indicates it isn'ta cross-compile situation. The
--host flag should indicate the arch
I also tried by adding
--host=i686-pc-linux-gnu
alongwith the --build option. Same error :(
On Oct 25, 2010 11:59pm, saahil...@gmail.com wrote:
Ralph,
As you suggested, I configured with the following options -
./configure --prefix=/home/wolf/openmpi/ CFLAGS=-m32 CXXFLAGS=-m32
FFLAGS=-m32
Ralph,
As you suggested, I configured with the following options -
./configure --prefix=/home/wolf/openmpi/ CFLAGS=-m32 CXXFLAGS=-m32
FFLAGS=-m32 FCFLAGS=-m32 --build=i686-pc-linux-gnu LDFLAGS=-m32
I'm afraid I am still getting the same error messages while making as I did
last time. Did I
-- Forwarded message --
From: saahil...@gmail.com
List-Post: users@lists.open-mpi.org
Date: Oct 25, 2010 11:26pm
Subject: Cross compiling for 32 bit from a 64 bit machine
To: us...@open-mpi.org
CC:
Hello,
I am a beginner using Open MPI to set up a simple Beowulf cluster of PCs
Hello,
I am a beginner using Open MPI to set up a simple Beowulf cluster of PCs
for my Distributed Systems lab. My head node is my x86_64 architecture
Fedora 12 machine. The rest of my nodes are i386 Fedora 13 machines. I
understand that I need to compile Open MPI with CFLAGS=-m32 so that I