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

Test pure coarrays vs coarrays+OpenMP #20

Open
bcfriesen opened this issue Oct 18, 2017 · 2 comments
Open

Test pure coarrays vs coarrays+OpenMP #20

bcfriesen opened this issue Oct 18, 2017 · 2 comments
Milestone

Comments

@bcfriesen
Copy link

Early benchmarking of the coarray version of ICAR has expressed the concurrency in coarrays by placing one coarray image on each physical core on a compute node. On architectures such as Intel Xeon Phi, this can result in large numbers of images on a relatively few number of nodes. Such a large degree of concurrency may affect code performance and scaling, depending on how the underlying coarray communication model has been implemented in a particular compiler.

One way to mitigate the large degree of concurrency (and therefore communication) among coarray images is to combine the coarray implementation with OpenMP, such that some of the parallelism expressed within each compute node is on shared memory, rather than on a global address space. We should test the performance of coarrays+OpenMP versus pure coarrays in ICAR to evaluate this.

@gutmann
Copy link
Owner

gutmann commented Oct 18, 2017

@bcfriesen
Copy link
Author

Thanks! I'll test it out.

@gutmann gutmann added this to the Paper milestone Oct 19, 2017
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

No branches or pull requests

2 participants