ADIOS2 icon indicating copy to clipboard operation
ADIOS2 copied to clipboard

Try 32bits in windows

Open vicentebolea opened this issue 1 year ago • 7 comments

cc @eisenhauer

vicentebolea avatar Apr 02 '24 19:04 vicentebolea

Hmm... Didn't end up showing the errors that Axel was getting... Wonder why...

eisenhauer avatar Apr 02 '24 20:04 eisenhauer

Hmm... Didn't end up showing the errors that Axel was getting... Wonder why...

hmm I changed in a non used cmake file. Lets remove them.

vicentebolea avatar Apr 02 '24 21:04 vicentebolea

@eisenhauer our 32bits got new errors :tada:

vicentebolea avatar Apr 02 '24 22:04 vicentebolea

@eisenhauer our 32bits got new errors 🎉

Oddly, still not the warnings that Axel reported, but different ones. But it's a start, I'll poke at these.

eisenhauer avatar Apr 03 '24 13:04 eisenhauer

Hmm. Still haven't sorted this WSAGetLastError redefinition thing. I thought it might be the order or include files, but that doesn't seem to have change anything. At some point I'll have to try this on an actual windows box and see if I can reproduce.

Also, the warnings reported in Issue #4105 aren't appearing here, so we've still got those to sort.

eisenhauer avatar Apr 04 '24 12:04 eisenhauer

In case we have the chance to get this merged, still appreciate the coverage :)

ax3l avatar Jun 10 '24 17:06 ax3l

The challenge unfortunately is far beyond getting this to compile on 32-bits. I suspect that the assumption that size_t is corresponds to 64-bits may be deeply embedded and may be quite difficult to sort out. Merging this before sorting that would be problematic. Getting ADIOS to the point where it runs cleanly on both 32 and 64 bit systems might be even more so.

eisenhauer avatar Jun 11 '24 02:06 eisenhauer

Closing this since this work would require a much greater amount of engineering (compatibility between bp file produced in different arch for instance)

vicentebolea avatar Jul 23 '24 23:07 vicentebolea