Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PARTIAL_PERIODIC on big-endian platforms #2259

Merged
merged 1 commit into from
Sep 13, 2018
Merged

Fix PARTIAL_PERIODIC on big-endian platforms #2259

merged 1 commit into from
Sep 13, 2018

Conversation

mkuron
Copy link
Member

@mkuron mkuron commented Sep 13, 2018

Problem reported by @junghans in #2258.

I spun up OpenSUSE Tumbleweed in a Docker container to emulate an IBM mainframe with s390x CPU in QEMU. The PARTIAL_PERIODIC tests were failing just like on the SUSE Build Service due to a byte-order issue. Also I needed to add one Boost header to make it work with Boost 1.64.0 (see boostorg/serialization@1d86261).

I expect that this also fixes the ppc64 issue, but couldn't test that because there are no Docker images for it (only for ppc64le). ppc64 might still be somewhat relevant in HPC as there are a few IBM BlueGene/Q machines still in operation. I really can't imagine why anyone would run Espresso on s390x; IBM's zEnterprise mainframe architecture that just isn't optimized for this kind of workload.

Candidate for Espresso 4.0.1.

@fweik fweik added the BugFix label Sep 13, 2018
@hmenke hmenke added this to the Espresso 4.0.1 milestone Sep 13, 2018
@fweik fweik merged commit 252091d into espressomd:python Sep 13, 2018
@mkuron mkuron deleted the endian branch September 13, 2018 15:26
RudolfWeeber pushed a commit to RudolfWeeber/espresso that referenced this pull request Oct 15, 2018
Fix PARTIAL_PERIODIC on big-endian platforms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants