Re: [OMPI users] compilation error with pgcc Unknown switch

2012-03-08 Thread Abhinav Sarje
t know if it'll get fixed soon if the only > platform it shows up on is one where we don't recommend that compiler. > > (that being said, we'll happily accept patches :-) ) > > Make sense? > > > > On Mar 6, 2012, at 3:55 AM, Abhinav Sarje wrote: > &

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-03-06 Thread Abhinav Sarje
mmit that may be relevant. >> Something about inline assembly being broken on PGI (I personally wouldn't >> recommend using that compiler unless you are using fortran). >> >> -Nathan >> >> On Sun, 4 Mar 2012, Abhinav Sarje wrote: >> >>> The sam

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-03-05 Thread Abhinav Sarje
The same options/configuration in the GNU environment (compiler version 4.6.1) builds smoothly. PGI env still gives the aforementioned error. Has anyone experienced similar problem? May be some more flags need to be set for PGI? On Sat, Mar 3, 2012 at 10:58 PM, Abhinav Sarje wrote: > Hi, I

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-03-03 Thread Abhinav Sarje
fore: >>>>>> CCLD   ompi_info >>>>>> ../../../ompi/.libs/libmpi.so: undefined reference to >>>>>> `opal_atomic_swap_64' >>> >>> Any more ideas/fixes? >>> >>> Thanks all. >>> Abhinav. >>> >>

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-03-02 Thread Abhinav Sarje
ri, Mar 2, 2012 at 8:14 AM, Abhinav Sarje wrote: > yes, I did a full autogen, configure, make clean and make all > > > On Thu, Mar 1, 2012 at 10:03 PM, Jeffrey Squyres wrote: >> Did you do a full autogen / configure / make clean / make all ? >> >> >> On Mar

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-03-01 Thread Abhinav Sarje
yes, I did a full autogen, configure, make clean and make all On Thu, Mar 1, 2012 at 10:03 PM, Jeffrey Squyres wrote: > Did you do a full autogen / configure / make clean / make all ? > > > On Mar 1, 2012, at 8:53 AM, Abhinav Sarje wrote: > >> Thanks Ralph. That did help, b

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-03-01 Thread Abhinav Sarje
ce code - this was identified and fixed on Wed. > Unfortunately, our trunk is a developer's environment. While we try hard to > keep it fully functional, bugs do occasionally work their way into the code. > > On Mar 1, 2012, at 1:37 AM, Abhinav Sarje wrote: > >> Hi Nathan, &

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-03-01 Thread Abhinav Sarje
or 1 -- Any idea why this is happening, and how to fix it? Again, I am using the XE6 platform configuration file. Abhinav. On Wed, Feb 29, 2012 at 12:13 AM, Nathan Hjelm wrote: > > > On Mon, 27 Feb 2012, Abhinav Sarje wrote: > >> Hi Nathan, Gus, Manju, >> >&g

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-28 Thread Abhinav Sarje
ild (for configure > --platform). > > -Nathan > > > On Thu, 16 Feb 2012, Abhinav Sarje wrote: > >> Hi again, >> >> Could you tell me the complete path of the svn repo? I think I am >> missing something there. Also, can I checkout this version >> ano

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-16 Thread Abhinav Sarje
Hi yet again, Nathan, nevermind my previous email. I found the svn location. I will give it a try now. Thanks! Abhinav. On Thu, Feb 16, 2012 at 12:00 PM, Abhinav Sarje wrote: > Hi again, > > Could you tell me the complete path of the svn repo? I think I am > missing something ther

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-16 Thread Abhinav Sarje
Hi again, Could you tell me the complete path of the svn repo? I think I am missing something there. Also, can I checkout this version anonymously, or do I need a dev account? Thanks, Abhinav. On Thu, Feb 16, 2012 at 11:52 AM, Abhinav Sarje wrote: > Hi Nathan, > > I had earlier

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-16 Thread Abhinav Sarje
en MPI with support for the xe6. > > -Nathan > > > On Wed, 15 Feb 2012, Abhinav Sarje wrote: > >> Hi Gus, >> >> I am building using the cray wrappers over the PGI compilers, which >> gives the errors. I tried building without the cray wrappers, but then >&g

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-15 Thread Abhinav Sarje
, Gustavo Correa wrote: > > On Feb 15, 2012, at 1:58 PM, Abhinav Sarje wrote: > >> Hi Gus, >> I have not added any flags that include static, but when I do a >> verbose compilation output for the point where error occurs, I see >> that there are some -Bstatic flag

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-15 Thread Abhinav Sarje
at is all I can think of. > Maybe it will require  Jeff and the Open MPI developers to sort > the problem out. > > Gus Correa > > On Feb 15, 2012, at 12:19 AM, Abhinav Sarje wrote: > >> Hi Gus, I had tried with the -noswitcherror flags, which removed the >> 'unk

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-15 Thread Abhinav Sarje
av > > Setting CC='pgcc --noswitcherror', FC='pgfortran --noswitcherror', etc, may > prevent the > error message [but not sure it will prevent any actual and unreported error]. > Check details with 'man pgfortran'. > > I hope this helps, > Gus C

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-15 Thread Abhinav Sarje
;, etc, may >> prevent the >> error message [but not sure it will prevent any actual and unreported error]. >> Check details with 'man pgfortran'. >> >> I hope this helps, >> Gus Corea >> >> . >> >> On Feb 10, 2012, at 2:03 AM

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-10 Thread Abhinav Sarje
; > On Feb 7, 2012, at 3:14 PM, "Abhinav Sarje" wrote: > >> I am trying to build open-mpi 1.4.4 (latest stable from open-mpi.org) >> using PGI compilers on a cray platform. PGI compilers' version is >> 11.9.0. I get the following error while building: >&g

[OMPI users] compilation error with pgcc Unknown switch

2012-02-07 Thread Abhinav Sarje
I am trying to build open-mpi 1.4.4 (latest stable from open-mpi.org) using PGI compilers on a cray platform. PGI compilers' version is 11.9.0. I get the following error while building: - Making all in tools/wrappers make[2]: Entering directory `{my_installation_