Download presentation
Presentation is loading. Please wait.
Published byLenard Allen Weaver Modified over 5 years ago
1
Quiz Questions Iterative Synchronous Pattern
ITCS 4/5145 Parallel Programming, UNC-Charlotte, B. Wilkinson, 2013, QuizIterativeSynchPattern.ppt Nov 12, 2014
2
In a Jacobi iteration, how can we guarantee the answers to an accuracy of ±e where e is a constant?
Stop when all values in the present iteration are within ±e of those values in the previous iteration. You cannot with the information provided in the course materials. Stop when one value in the present iteration is within ±e of the value in the previous iteration. Iterate for 1,000,000 iterations Stop when all values in the present iteration are within ±0.5*e of those values in the previous iteration. None of the other answers
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.