© 2023 Hashnode
#hpc
Paper Summary This paper provides a portable high-performance symmetric-indefinite linear system solver features OpenMP's innovative dataflow-based task scheduling and Aasen's method to avoid communication. This work is now available as a p…
Paper Summary This study investigates how to use IO500 and the Ellexus Mistral tool to analyze precise performance characteristics in order to tune IO performance on Astra, an ARM-based Sandia machine with an all flash, Lustre-based storage…
Introduction Docker is a platform that enables developers to easily create, deploy, and run applications in containers. This technology has become increasingly popular in recent years and has proven t…
"Technology is the answer, but what was the question?" Find it interesting that this quote of Cedric Price is relatable to many situations in technological problem-solving. Years ago was part of solutioning on Grid computing using OpenMosix…
MPI is the de-facto standard in the world of high-performance computing (HPC), and it can be a bit intimidating to learn at first. Julia is well-suited for HPC and it's quite easy to get up and running with MPI, thanks to the open source co…