What performance tools or methods do you use to diagnose bottlenecks on an HPC cluster?
Sigiloso
I explained that I typically start with system-level tools like top, htop, and iostat, then move to HPC-specific profilers such as perf, VTune, or MPI profiling tools to identify CPU, memory, or communication bottlenecks.