e openmpi-X.Y.Z directory:
./configure --prefix=.../openmpi
make all
sudo make install
test with mpi_helloworld.f90, it works just fine.
Thanks again for your time and help!
On Tue, Apr 20, 2010 at 7:38 PM, Jeff Squyres wrote:
> On Apr 20, 2010, at 7:25 PM, Baowei Liu wrote:
>
> > Thanks a
Thanks a lot, Jeff. I'll try what you told me and let you know the result.
On Tue, Apr 20, 2010 at 2:03 PM, Jeff Squyres wrote:
> On Apr 19, 2010, at 12:08 PM, Baowei Liu wrote:
>
> > Sorry I didn't give you such details in my first email. I tried what
> you said
On Mon, Apr 19, 2010 at 9:11 AM, Jeff Squyres wrote:
> On Apr 16, 2010, at 12:05 PM, Baowei Liu wrote:
>
> > Thanks for your reply. Sorry I didn't make it clear. When I run
> config.guess of gcc, it gives me the x86_64 system. But when I run "uname
> -a",
On Fri, Apr 16, 2010 at 6:28 AM, Jeff Squyres wrote:
> On Apr 15, 2010, at 10:09 PM, Baowei Liu wrote:
>
> > Thanks a lot for your reply, Jeff! I think I figure out why I got this
> trouble but am still looking for a way to work around it. The Mac I have has
> a 64-bit proces
t case). I don't see any errors in any of the files (including
> make.out) -- did you not capture the stderr?
>
> So let's take a step back and ask: why do you want to pass -arch xa8_64?
> Is that necessary?
>
>
>
> On Apr 11, 2010, at 11:48 PM, Baowei Liu wrote:
&
Hi all,
I installed gnu-gcc-4.4.3 on our Mac and found out openMPI didn't work any
longer. I tried a lot of things to install openMPI back but failed. I
installed the new gnu-gcc-4.5 and got similar problem.
I followed the information on this mailing list and used option "-arch
x86_64" for compil