-
Notifications
You must be signed in to change notification settings - Fork 0
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
Results diff across different MPI numbers #10
Comments
@sjsprecious could you run these same 2 tests with DEBUG set to TRUE in env_build.xml. This flag should turn off all optimization (ie -O0). If it doesn't already could you make sure the intel flags for DEBUG add the following options -fp-model precise -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -init=snan,arrays We also need to check if standalone homme passes this test. Could you run standalone homme FKESSLER (#4 (comment)) with 128 and 256 MPI tasks with normal optimization. If that passes we have our answer. If it is not BFB could you run the same test turning off optimization and using the above set of flags for compiling the code. |
Thanks @jtruesdal . I have run two tests with
I will update the standalone homme results once they are available. |
Thanks Jian. I will start checking the usual suspects. |
Hi @jtruesdal , here is the output of standalone HOMME
The results are BFB to each other. I am not familiar with HOMME so I hope I change the MPI tasks correctly. The way I change it is to revise the |
What happened?
Initial test of 128 and 256 FKESSLER global answers differ to roundoff after about 20 steps. BFB_FLAG is set in namelist.
What are the steps to reproduce the bug?
Standard FKESSLER for NH setup as outlined on StormSPEED project page.
What CAM tag were you using?
nh branch
What machine were you running CAM on?
CISL machine (e.g. cheyenne)
What compiler were you using?
Intel
Path to a case directory, if applicable
/glade/derecho/scratch/sunjian/cam7/case/FKESSLER_StormSPEED.01/
Will you be addressing this bug yourself?
Yes
Extra info
case directories
/glade/derecho/scratch/sunjian/cam7/case/FKESSLER_StormSPEED.01/
/glade/derecho/scratch/sunjian/cam7/case/FKESSLER_StormSPEED.02/
run directories
/glade/derecho/scratch/sunjian/FKESSLER_StormSPEED.01/run/
/glade/derecho/scratch/sunjian/FKESSLER_StormSPEED.02/run/
The text was updated successfully, but these errors were encountered: