hpcg-benchmark / hpcg

Official HPCG benchmark source code
http://www.hpcg-benchmark.org/
BSD 3-Clause "New" or "Revised" License
298 stars 125 forks source link

Relaxed the convergence and tolerance failure checks to allow differences beyond first six meaningful digits #71

Closed spencerpatty closed 2 years ago

spencerpatty commented 2 years ago

Fixes a source code typo from https://github.com/hpcg-benchmark/hpcg/pull/67 which was merged and then reverted https://github.com/hpcg-benchmark/hpcg/pull/70

spencerpatty commented 2 years ago

@luszczek please review this new change for merge :)

spencerpatty commented 2 years ago

Hi @luszczek could you please take a look at this so we can get the change in :) thanks, Spencer

luszczek commented 2 years ago

@spencerpatty Thank you for your patience! The code works and responds to perturbations on the order of 1e-6.

spencerpatty commented 2 years ago

Fantastic, Thanks @luszczek !!!