Skip to content

Add fully generic algorithms #4

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

Merged
merged 12 commits into from
Sep 20, 2019
Merged

Add fully generic algorithms #4

merged 12 commits into from
Sep 20, 2019

Conversation

sethrj
Copy link
Member

@sethrj sethrj commented Sep 20, 2019

This instantiates std library algorithms on arrays of void* using functions with signature bool(void*, void*). Using this, any array of any fortran object can be sorted.

@sethrj sethrj force-pushed the arbitrary-algorithm branch from 15f2d56 to 0a416b1 Compare September 20, 2019 14:30
@sethrj sethrj force-pushed the arbitrary-algorithm branch from 26ce726 to 8055de5 Compare September 20, 2019 15:34
@sethrj sethrj force-pushed the arbitrary-algorithm branch from 068e844 to 20c6f77 Compare September 20, 2019 16:27
They provide useless output to the screen since the GCC version is often
overridden
@sethrj sethrj force-pushed the arbitrary-algorithm branch from 20c6f77 to 94fd085 Compare September 20, 2019 16:32
@sethrj sethrj merged commit 147d874 into master Sep 20, 2019
@sethrj sethrj deleted the arbitrary-algorithm branch September 20, 2019 16:36
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.

1 participant