Re: [OMPI users] Mac OS X Static PGI

2011-03-11 Thread Jeff Squyres
Oh, I missed that. Then, yes, I agree. We can't support that. That sounds like a bug PGI will need to fix, in general. On Mar 11, 2011, at 4:34 PM, Ralph Castain wrote: > That's not good enough - you have to use PGI's hacked version of if.h instead. > > Hence my comment that we can't fix thi

Re: [OMPI users] Mac OS X Static PGI

2011-03-11 Thread Ralph Castain
That's not good enough - you have to use PGI's hacked version of if.h instead. Hence my comment that we can't fix this for the general case. On Mar 11, 2011, at 1:43 PM, Jeff Squyres wrote: > David -- > > If you can come up with a configure-esque test for detecting that we're on a > system tha

Re: [OMPI users] Mac OS X Static PGI

2011-03-11 Thread Jeff Squyres
David -- If you can come up with a configure-esque test for detecting that we're on a system that has this bad condition, we can add an #if around the #include. For example, if you can write a short test that verifies that is there, but it doesn't work, and further, if we're using the broken v

Re: [OMPI users] Mac OS X Static PGI

2011-03-03 Thread Ralph Castain
Really appreciate you having looked into this! Unfortunately, I can't see a way to resolve this for the general public. It looks more to me like a PGI bug, frankly - not supporting code in a system-level include makes no sense to me. But I confess this seems to be PGI's mode of operation as I'v

Re: [OMPI users] Mac OS X Static PGI

2011-03-03 Thread David Robertson
UPDATE: Sorry for the delay but I wanted to make sure PGI was ok with me sharing their workaround. Further conversation with PGI tech support has yielded a solution. The opal/util/if.c file has the following around line 63: #include Here is the explanation I have from PGI: < Start Qu

Re: [OMPI users] Mac OS X Static PGI

2011-03-01 Thread Ralph Castain
On Mar 1, 2011, at 1:34 PM, David Robertson wrote: > Hi, > > > Error means OMPI didn't find a network interface - do you have your > > networks turned off? Sometimes people travel with Airport turned off. > > If you haven wire connected, then no interfaces exist. > > I am logged in to the machi

Re: [OMPI users] Mac OS X Static PGI

2011-03-01 Thread David Robertson
Hi, > Error means OMPI didn't find a network interface - do you have your > networks turned off? Sometimes people travel with Airport turned off. > If you haven wire connected, then no interfaces exist. I am logged in to the machine remotely through the wired interface. The Airport is always of

Re: [OMPI users] Mac OS X Static PGI

2011-03-01 Thread Ralph Castain
Error means OMPI didn't find a network interface - do you have your networks turned off? Sometimes people travel with Airport turned off. If you haven wire connected, then no interfaces exist. Sent from my iPad On Mar 1, 2011, at 11:50 AM, David Robertson wrote: > Hi all, > > I am having tr

[OMPI users] Mac OS X Static PGI

2011-03-01 Thread David Robertson
Hi all, I am having trouble with PGI on Mac OS X 10.6.6. PGI's support staff has informed me that PGI does not "support 64-bit shared library creation" on the Mac. Therefore, I have built Open MPI in static only mode (--disable-shared --enable-static). I have to do some manipulation to get m