Re: [Fink-users] openmpi with xgrid

2009-08-14 Thread Alan
Yep, I did some tests and found out that to have xgrid support I need to have --disable-static. So I did in openmpi.info and it compiled and installed OK. But when I went to test... /sw/bin/om-mpirun -c 2 mpiapp [amadeus.local:38063] [[2798,0],0] ORTE_ERROR_LOG: Unknown error: 1 in file

[Fink-users] openmpi with xgrid

2009-08-13 Thread Alan
Dear all, I am looking at the fink compilation of openmpi and trying to understand that: [snip] --- MCA component plm:xgrid (m4 configuration macro) checking for MCA component plm:xgrid compile mode... static checking if C and Objective C are link compatible... yes checking for XgridFoundation

Re: [Fink-users] openmpi with xgrid

2009-08-13 Thread Jack Howarth
The failure to build the Xgrid support appears to be related to its incompatibility with the -enable-static configure option... http://www.open-mpi.org/community/lists/users/2007/08/3900.php I would complain to upstream.

Re: [Fink-users] openmpi with xgrid

2009-08-13 Thread Alan
I believe you're right because I saw some reference to that elsewhere. I will carry some tests here. Thanks. Alan On Thu, Aug 13, 2009 at 14:18, Jack Howarth howa...@bromo.med.uc.eduwrote: The failure to build the Xgrid support appears to be related to its incompatibility with the

Re: [Fink-users] openmpi with xgrid

2009-08-13 Thread Daniel Macks
On Thu, Aug 13, 2009 at 09:18:30AM -0400, Jack Howarth wrote: The failure to build the Xgrid support appears to be related to its incompatibility with the -enable-static configure option... http://www.open-mpi.org/community/lists/users/2007/08/3900.php I would complain to upstream. Are

Re: [Fink-users] openmpi with xgrid

2009-08-13 Thread Alan
I was about to do a similar question and here it goes: Why actually openmpi in Fink is compiled with static? Alan On Thu, Aug 13, 2009 at 16:16, Daniel Macks dma...@netspace.org wrote: On Thu, Aug 13, 2009 at 09:18:30AM -0400, Jack Howarth wrote: The failure to build the Xgrid support