(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-38087426-2', 'auto'); ga('send', 'pageview');
Josh Milthorpe, Alistair P. Rendell
Australian Undergraduate Students' Computing Conference
Publication year: 2005

Interval analysis is an alternative to conventional floating-point computation that offers guaranteed error bounds. Despite this advantage, interval methods have rarely been applied in high performance scientific computing. In part, this is because of the additional cost associated with performing interval operations over the corresponding floating-point operations. The aim of this work is to take a fresh look at interval arithmetic and the viability of using intervals in large scale scientific computations. In this paper we will report on the performance of interval arithmetic on the UltraSPARC architecture, with a focus on the Sun Studio implementation. Different methods of calculating interval results will be discussed, including one novel approach to in- terval multiplication. Based on the benchmark results for different interval implementations, changes to existing interval algorithms are suggested. The hardware modification of floating point units to provide additional architectural support for intervals is also considered. Finally, brief consideration will be given to the application of interval techniques to a real-world problem in computational chemistry, namely the evaluation of pairwise interactions under the Coulomb potential.