Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers

2009-02-23 Thread Tamara Rogers
From: Jeff Squyres Subject: Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers To: "Open MPI Users" List-Post: users@lists.open-mpi.org Date: Friday, February 20, 2009, 6:18 PM Does applying the following patch fix the problem? Index: ompi/dat

Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers

2009-02-20 Thread Jeff Squyres
ve no problems on a 32bit intel machine using these same compilers. There only seems to be a problem on the 64bit machine. --- On Fri, 2/20/09, Jeff Squyres wrote: From: Jeff Squyres Subject: Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers To: "O

Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers

2009-02-20 Thread Tamara Rogers
Thanks for your help >> >> --- On Thu, 2/19/09, Jeff Squyres wrote: >> From: Jeff Squyres >> Subject: Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers >> To: talmesh...@yahoo.com, "Open MPI Users" >> Date: Thur

Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers

2009-02-20 Thread Jeff Squyres
per the recommendations in the help page. Thanks for your help --- On Thu, 2/19/09, Jeff Squyres wrote: From: Jeff Squyres Subject: Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers To: talmesh...@yahoo.com, "Open MPI Users" Date: Thursday, Febr

Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers

2009-02-20 Thread Jeff Squyres
Jeff Squyres wrote: From: Jeff Squyres Subject: Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers To: talmesh...@yahoo.com, "Open MPI Users" Date: Thursday, February 19, 2009, 8:32 AM Your config.log looks incomplete -- it failed saying th

Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers

2009-02-19 Thread Tamara Rogers
Jeff: You're correct. That was the incorrect config file. I've attached the correct one as per the recommendations in the help page.   Thanks for your help --- On Thu, 2/19/09, Jeff Squyres wrote: From: Jeff Squyres Subject: Re: [OMPI users] ptrdiff_t undefined error on i

Re: [OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers

2009-02-19 Thread Jeff Squyres
Your config.log looks incomplete -- it failed saying that your C and C+ + compilers were incompatible with each other. This does not seem related to what you described -- are you sure you're sending the right config.log? Specifically, can you send all the information listed here: http:/

[OMPI users] ptrdiff_t undefined error on intel 64bit machine with intel compilers

2009-02-17 Thread Tamara Rogers
Hello all: I was unable to compile the latest version (1.3) on my intel 64bit system with the intel compilers (version 9.0). Configuration goes fine, but I get this error when running make:   .../../ompi/include/mpi.h(203): error: identifier "ptrdiff_t" is undefined typedef OMPI_PTRDIFF_TY