Re: [OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-22 Thread George Bosilca
The win_compat.h file is not only for 32 bits targets. However, it should be needed only for building Open MPI with VC, which is not your case. The file is automatically included (from opal_config_bottom.h) if a Windows target is detected (the define __WINDOWS__). So my guess is that your compil

Re: [OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-21 Thread Richard Haney
Hmmm... Thanks, Jeremiah, for the suggestion. File win_compat.h is in directory opal/win32 , a directory which by its name is supposedly concerned only with producing a 32-bit target, and so, because we are doing a build for a 64-bit target, it seems make should not be having anything to do with

Re: [OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-20 Thread Jeremiah Willcock
The file win_compat.h seems to be very strange (many #defines of function names, #defines of type names rather than typedefs, etc.). It might make sense to avoid including it entirely for MinGW (it is included from opal/include/opal_config_bottom.h), or edit it to be correct for 64-bit systems

Re: [OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-20 Thread Richard Haney
Ah! Thanks, Jeff. Here is a link to the relevant zip file " openmpi-1.6.5_configure_and_make.zip". It contains the modified configure (essentially replacing the compound "if" statement that assigns ompi_cv_asm_arch="IA

Re: [OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-20 Thread Jeff Squyres (jsquyres)
Google drive? On Aug 20, 2013, at 5:13 PM, Richard Haney wrote: > Thanks, Jeff, for the info and suggestion. > > I know of no web site where I could post the compressed files. I tried to > create a blog at http://www.blogger.com/home to post the info, but it does > not seem to take compresse

Re: [OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-20 Thread Richard Haney
Thanks, Jeff, for the info and suggestion. I know of no web site where I could post the compressed files. I tried to create a blog at http://www.blogger.com/home to post the info, but it does not seem to take compressed-file uploads. I then tried copying text to the blog and the screen went "Aw

Re: [OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-20 Thread Jeff Squyres (jsquyres)
FWIW, the only restriction we have on the OMPI list is a max size of the message (including attachments). That might be a bit arcane and from when people didn't have big mailboxes, but... oh well. :-\ Can you just post the attachment somewhere we can all download it? On Aug 20, 2013, at 3:56

Re: [OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-20 Thread Richard Haney
This is my fourth attempt to get past the robot censor. Not even text format passed. If this message passes the censor, it is likely because attachments are considered part of the "body" of the message, which the censor seems to object to due to size. I am deleting the attachments. Re-sending:

Re: [OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-19 Thread Jeremiah Willcock
On Sun, 18 Aug 2013, Richard Haney wrote: Sorry about the last, attempted message being too large.  I did not know that there was such a size limit.  I am re-sending the last attempted message with the attachments removed.  The relevant attachments were included with the original message with

[OMPI users] Addendum to: Assembler instruction errors for push and pop during make

2013-08-19 Thread Richard Haney
Sorry about the last, attempted message being too large. I did not know that there was such a size limit. I am re-sending the last attempted message with the attachments removed. The relevant attachments were included with the original message with subject "Assembler instruction errors for push