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

Investigate poor scaling of OpenCoarrays on Intel Xeon Phi #23

Open
bcfriesen opened this issue Oct 18, 2017 · 1 comment
Open

Investigate poor scaling of OpenCoarrays on Intel Xeon Phi #23

bcfriesen opened this issue Oct 18, 2017 · 1 comment

Comments

@bcfriesen
Copy link

When compiled with the Cray Fortran compiler, the coarray version of ICAR scales to very high concurrencies - nearly 100 000 images on the Edison system at NERSC, and up to several 10 000s of images on Intel Xeon Phi on the Cori system at NERSC. However, the OpenCoarrays version, compiled with Cray MPI, scales poorly on Xeon Phi, even at relatively low concurrencies. We should investigate the cause of this poor scaling and determine how it can be fixed in OpenCoarrays.

@gutmann
Copy link
Owner

gutmann commented Oct 18, 2017

I wonder if the hybrid caf+openmp version will do any better. gfortran may just not be well optimized for KNL systems though. How is the serial performance of gfortran vs cray fortran on the KNL system?

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