ADIOS2
ADIOS2 copied to clipboard
Try 32bits in windows
cc @eisenhauer
Hmm... Didn't end up showing the errors that Axel was getting... Wonder why...
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.
@eisenhauer our 32bits got new errors :tada:
@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.
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.
In case we have the chance to get this merged, still appreciate the coverage :)
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.
Closing this since this work would require a much greater amount of engineering (compatibility between bp file produced in different arch for instance)