Re: [OMPI users] Prototypes for Fortran MPI_ commands using 64-bit indexing

2013-11-01 Thread Jeff Squyres (jsquyres)
On Oct 31, 2013, at 6:03 PM, Jeff Hammond wrote: > Why not just make your first level internal API equivalent to the MPI > public API except for s/int/size_t/g and have the Fortran bindings > drop directly into that? Going through the C int-erface seems like a > recipe for endless pain... The

Re: [OMPI users] SIGSEGV in opal_hwlock152_hwlock_bitmap_or.A // Bug in 'hwlock" ?

2013-11-01 Thread Jeff Squyres (jsquyres)
Hey Paul -- I'm going to move this over to the hwloc users list; let's see if we can get this issue addresses over there. I already noticed an oddity in the XML file you sent. On Oct 31, 2013, at 1:28 PM, Paul Kapinos wrote: > Hello all, > > using 1.7.x (1.7.2 and 1.7.3 tested), we get SIG

Re: [OMPI users] Prototypes for Fortran MPI_ commands using 64-bit indexing

2013-11-01 Thread Jim Parker
@Jeff, Well, it may have been "just for giggles", but it Worked!! My helloWorld program ran as expected. My original code ran through the initialization parts without overwriting data. It will take a few days to finish computation and analysis to ensure it ran as expected. I'll report back whe