- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
DOE (Department of Energy) National Laboratories are working with scientists who are requesting identical numerical accuracy for all optimizing options. Is the IEEE 754 arithmetic operator implementation in IFX more robust than in IFORT?
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
You will want to compile with -fp-model precise for best results. But there are other differences you may not be able to account for - I discussed this in a Supercomputing presentation: Improving Numerical Reproducibility in C/C++/Fortran Changing compilers will almost certainly lead to small differences due to order of operations.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The only way to check is to write a check program and look at the statistical results. But Steve is correct there will be differences, small but different. That is the fun of statistical science, hang on all science is statistical in the end.
