-
Notifications
You must be signed in to change notification settings - Fork 89
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
Setting of Workset Size in input file for ATO::2Matl tests does not appear to be working #48
Comments
I think you should consider it a separate bug that you get a different answer with a different workset size. Is there any known reason why workset size could affect results at all ? Anyway, I'll look at the input parameter issue. |
I agree. This is a question for @jrobbin, the author of ATO. I'll take this up with him. It looks to me like the solutions are slightly off in the 4th decimal point with the different workset size. I don't know enough about the physics and gold file to say if this is significant and why this is workset dependent. If you could look at the input issue for now, that would be great. We want the user to be able to control the workset size from the input file for all physics in Albany, if this is desired. |
My experience is that different work set sizes can produce diffs that are roughly the same as the diffs you get from running on different numbers of processors. I think the root cause is subtle changes in order of operations, etc.
…________________________________
From: Dan Ibanez <notifications@github.com>
Sent: Wednesday, February 1, 2017 10:22:57 AM
To: gahansen/Albany
Cc: Subscribed
Subject: [EXTERNAL] Re: [gahansen/Albany] Setting of Workset Size in input file for ATO::2Matl tests does not appear to be working (#48)
I think you should consider it a separate bug that you get a different answer with a different workset size. Is there any known reason why workset size could affect results at all ? Anyway, I'll look at the input parameter issue.
-
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://github.com/gahansen/Albany/issues/48#issuecomment-276721423>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFVwBb6FqNGUqCdNM4L2tgKrDAd6Ijjiks5rYL9xgaJpZM4L0IS->.
|
Why are these tests only active if Albany is not in 64-bit mode ? This is the fifth time I've had to rebuild Albany trying to compile ATO... |
@jrobbin is the author of ATO and the one who put in that logic so he can best answer this question. My guess is the logic was put in as a precaution, since the original Epetra-only code was not meant to run for huge problem requiring 64-bit int GOs. I will check if the examples can be activated in a 64-bit build, and turn them on there, if they work. Sorry for the frustrations this is causing, @ibaned .... |
I see -- I missed this detail. Thanks for fixing it, @ibaned ! |
A few of the ATO tests began to fail last night with the change in default workset size due to having been baselined against a gold file generated with workset size = 50 and tight exodiff tolerances. I attempted to fix the tests by setting the workset size = 50 in the input file (adding the line under "Discretization) but it does not appear to work -- when I print workset size in Albany::IOSSSTKMeshStruct, it is > 50. I have verified that commit 2eb2559 (change in workset size default value) is what broke this test. @ibaned , can you please look into why the workset size value specified in the input file does not overwrite the default value in the code for these tests?
The text was updated successfully, but these errors were encountered: