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

initial Parallel STL port (transpose) #188

Merged
merged 3 commits into from Jun 22, 2017
Merged

Conversation

jeffhammond
Copy link
Member

Merging now is useful because this involves build system changes, which tend to diverge more quickly than the source.

No Travis testing yet because it is not clear than any of the compilers Travis supports will provide PSTL (still need to debug GCC).

- successful use of sequential for_each
- successfully use Intel 18 PSTL
- GCC 7.1 on Mac does not support PSTL yet
- support nested for_each
@jeffhammond jeffhammond self-assigned this Jun 21, 2017
@jeffhammond
Copy link
Member Author

@sithhell Thanks for teaching me how to use PSTL via http://stellar.cct.lsu.edu/pubs/hpx_heller2014.pdf...

@sithhell
Copy link

@jeffhammond You are welcome! I am very glad the information provided was helpful!

@jeffhammond jeffhammond merged commit 7e68caa into ParRes:master Jun 22, 2017
@jeffhammond jeffhammond deleted the pstl branch June 22, 2017 03:44
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.

None yet

2 participants