Re: [OMPI devel] PGI error invoked when svnversion is unavailable

2011-11-22 Thread Jeff Squyres
> --- >Tom Rothrock >US Army Space & Missile Defense Command Simulation Center > 256-955-3382 (DSN 645) FAX 256-955-1231 ><http://www.sc.

Re: [OMPI devel] PGI error invoked when svnversion is unavailable

2011-11-15 Thread Thomas Rothrock CTR SMDC SimCtr/GaN Corporation
---   This email capability is supported by Department of Defense   systems and is subject to monitoring.  Please refrain from       using this address for non-Government purposes.   --- -Orig

Re: [OMPI devel] PGI error invoked when svnversion is unavailable

2011-11-15 Thread Larry Baker
Tom,This is because the code in OpenMPI presumes macros will be expanded in pragmas, but that is not required by the C standard.  (See my e-mails below from last year with PGI, TPR 17186.)  I fixed OpenMPI 1.4.3 configure in the attached patch.  My patch also disables inline assembly for PGI C++, t