Remora – Resource Monitoring for Users
Remora provides per-node and per-job resource utilization data that can be used to understand how an application performs on the system through a combination of profiling and system monitoring.
mpi4py – High-Performance Distributed Python
Tap into the power of MPI to run distributed Python code on your laptop at scale.
Why Good Applications Don’t Scale
You have parallelized your serial application, but as you use more cores you are not seeing any improvement in performance. What gives?
SMART Devices
Most storage devices have SMART capability, but can it help you predict failure? We look at ways to take advantage of this built-in monitoring technology with the smartctl utility from the Linux smartmontools package.
Caching with CacheFS
For read-heavy workloads, CacheFS is a great caching mechanism for NFS and AFS.
Bashtop, a Gorgeous Top-like Tool
Fairly recently, a new top-like tool has received quite a bit of attention: bashtop, like other top-like tools, shows stats for the processor, memory, disks, network, and processes. Although it might sound like any other top tool, the interface is exceptional.
Tips and Tricks for Containers
Inspect and extend containers, modify definition files, and create read-only containers for security.
MPI Apps with Singularity and Docker
Running MPI applications in Singularity and Docker containers.