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 PPC440 big-endian support and disable the QCDOC qalloc routine by default #2310

Merged
merged 3 commits into from Nov 17, 2019
Merged

Conversation

martin-frbg
Copy link
Collaborator

for #2102

…om memory.c

1. qalloc() appears to have been a special routine written for the PPC440-based QCDOC supercomputer(s) from around 2005, its source does not seem to be readily available. So switch the #if 1 in the code to rely on standard malloc() by default.
2. Utility functions like get_num_procs, get_num_threads that were added to the "normally" used memory.c in the meantime were still missing here.
@martin-frbg martin-frbg merged commit 73128f3 into OpenMathLib:develop Nov 17, 2019
@martin-frbg martin-frbg added this to the 0.3.8 milestone Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant