Re: [Beowulf] MPI build with different compilers

2008-08-21 Thread NiftyOMPI Mitch
On Thu, Aug 21, 2008 at 03:57:17PM -0500, Geoff Jacobs wrote: > NiftyOMPI Mitch wrote: > > Yes, With some care you can/ may build and deploy multiple versions. > > As a minimum both PATH and LD_LIBRARY_PATH must be well managed. > > See alternatives. > > > > Since MPI is only one of the critical a

Re: [Beowulf] MPI build with different compilers

2008-08-21 Thread NiftyOMPI Mitch
Yes, With some care you can/ may build and deploy multiple versions. As a minimum both PATH and LD_LIBRARY_PATH must be well managed. See alternatives. Since MPI is only one of the critical and key libs to manage I should point you to the GotoBLAS lib. http://www.tacc.utexas.edu/resources/sof

Re: [Beowulf] MPI build with different compilers

2008-08-20 Thread Nifty niftyompi Mitch
On Tue, Aug 19, 2008 at 11:01:19AM +0500, amjad ali wrote: > > Hi, > Please reply me about followings: > > > 1) Is there any significant performance difference between OpenMPI > built with GNU compilers and the one built with Intel compilers? > > > 2) Once we have built mpi on our system and t

Re: [Beowulf] MPI build with different compilers

2008-08-19 Thread Mikhail Kuzminsky
In message from "amjad ali" <[EMAIL PROTECTED]> (Tue, 19 Aug 2008 11:01:19 +0500): ... 2) Once we have built mpi on our system and then we remove the C/C++ and Fortran compilers from the system. Will the mpicc and mpif90 still work properly? or the mpi bulit always needs installed base compiler

Re: [Beowulf] MPI build with different compilers

2008-08-19 Thread Joshua mora acosta
Comments inline. Joshua -- Original Message -- Received: Mon, 18 Aug 2008 11:29:22 PM PDT From: "amjad ali" <[EMAIL PROTECTED]> To: "Beowulf Mailing List" Subject: [Beowulf] MPI build with different compilers > Hi, > Please reply me about followings: >

Re: [Beowulf] MPI build with different compilers

2008-08-19 Thread Joshua mora acosta
. Joshua -- Original Message -- Received: Tue, 19 Aug 2008 12:37:17 AM PDT From: "Joshua mora acosta" <[EMAIL PROTECTED]> To: "amjad ali" <[EMAIL PROTECTED]>, "Beowulf Mailing List" Subject: Re: [Beowulf] MPI build with different compilers > Comm

Re: [Beowulf] MPI build with different compilers

2008-08-19 Thread Geoff Jacobs
amjad ali wrote: > Hi, > Please reply me about followings: > > > 1) Is there any significant performance difference between OpenMPI > built with GNU compilers and the one built with Intel compilers? OpenMPI performance is fundamentally limited by communication hardware and algorithms, so micro b

[Beowulf] MPI build with different compilers

2008-08-18 Thread amjad ali
Hi, Please reply me about followings: 1) Is there any significant performance difference between OpenMPI built with GNU compilers and the one built with Intel compilers? 2) Once we have built mpi on our system and then we remove the C/C++ and Fortran compilers from the system. Will the mpicc an