-
Notifications
You must be signed in to change notification settings - Fork 26
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
Different numbers of iterations while running code in different hardware paltform #1
Comments
That should not happen. I have not observed any such behavior on the various machines where I ran and tested the code, however I never ran it on KNM/KNL. How did you build and run the code? |
Thank you so much for replying me! here is how I run this,I am using sde for profile: simply speaking, I am running something like: here is the output: Running with these driver parameters: Laplacian_27pt: =============================================
|
The problem is compile on KNM/KNL with flag -xHost. The results become normal after I remove this flag. |
we find that, the code will have problem when it is compiled with AVX512 instruction set (like compile with flag -xMIC-AVX512) |
Can you give me some more information what that means. And what type of problem do you see.
From: Lynkzhang <[email protected]>
Sent: Wednesday, April 11, 2018 12:54 AM
To: LLNL/AMG <[email protected]>
Cc: Yang, Ulrike Meier <[email protected]>; Comment <[email protected]>
Subject: Re: [LLNL/AMG] Different numbers of iterations while running code in different hardware paltform (#1)
we find that, the code will have problem when it is compiled with AVX512 instruction set (like compile with flag -xMIC-AVX512)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APjVrUSXJy8VJRgtV9Xr3t9FgbxEjGj1ks5tnbaGgaJpZM4TJ4FZ>.
|
Like I mentioned before, the problem is number of iterations become abnormal. |
What does using -xMIC-AVX512 change? |
I ran AMG on Xeon, KNL and KNM platform, but when I was running on KNM/KNL I find that the numbers of iterations become much more than on Xeon(with same configuration), what's more, when I running with 1 OMP thread per process, the number of iterations will become 0 on KNM/KNL, is there any way(like some flag) to control the number of iteration, or this is a problem of the code?
The text was updated successfully, but these errors were encountered: