HPL (Linpack) Keyboard Shortcuts

Complete HPL (Linpack) keyboard shortcuts and commands reference — 11 shortcuts across 2 categories. Quick reference cheat sheet for Windows & Mac.

Running HPL (6)

ShortcutActionDescription
mpirun -np 16 ./xhplRun HPL benchmarkLaunch the Linpack solver across 16 MPI ranks, reading HPL.dat for configuration.
mpirun -np 8 --map-by l3cache ./xhplCache-aware mappingBind ranks to L3 cache domains for better memory locality on multi-socket nodes.
mpirun -np 8 --bind-to core ./xhplCore bindingPin each MPI rank to a dedicated CPU core for consistent performance.
srun -N 4 --ntasks-per-node=8 ./xhplRun via SlurmLaunch the HPL benchmark through a Slurm job allocation.
mpiexec -f machinefile -n 32 ./xhplRun with machinefileLaunch across the nodes listed in an MPI machinefile.
ldd xhplCheck library linksVerify the compiled binary can find its BLAS and MPI shared libraries before running.

Tuning & Verification (5)

ShortcutActionDescription
vi HPL.datEdit configurationEdit the HPL.dat input file controlling problem size (N), block size (NB), and process grid (P x Q).
ibcheckerrorsCheck IB fabricConfirm the InfiniBand fabric reported no errors during the benchmark run.
topMonitor CPU usageConfirm all MPI processes are near 100% CPU utilization during the run.
grep Gflops HPL.outRead resultExtract the achieved GFLOPS figure from the HPL output log.
singularity run hpc-benchmarks.sif ./hpl.sh --dat fileNVIDIA container runRun NVIDIA's optimized HPL container build, common on GPU clusters via NGC.
📄 View Printable Cheat Sheet — Download as PDF or print · 🧩 Combine with other tools

Frequently Asked Questions

What are the most useful HPL (Linpack) keyboard shortcuts?

The most essential HPL (Linpack) shortcuts are: mpirun -np 16 ./xhpl (Run HPL benchmark), mpirun -np 8 --map-by l3cache ./xhpl (Cache-aware mapping), mpirun -np 8 --bind-to core ./xhpl (Core binding). These cover the most frequent actions and can significantly speed up your workflow.

How many keyboard shortcuts does HPL (Linpack) have?

HPL (Linpack) has 11 keyboard shortcuts across 2 categories on shortcut-tools.com.

How do I use HPL (Linpack) commands?

These are command-line commands — type them in your terminal or console. Combine them with shell history search (Ctrl + R) and aliases to work even faster.

What is the HPL (Linpack) shortcut for run hpl benchmark?

The HPL (Linpack) shortcut for run hpl benchmark is mpirun -np 16 ./xhpl. Launch the Linpack solver across 16 MPI ranks, reading HPL.dat for configuration.

What Running HPL shortcuts does HPL (Linpack) have?

HPL (Linpack) includes 6 Running HPL shortcuts, including mpirun -np 16 ./xhpl (Run HPL benchmark) and mpirun -np 8 --map-by l3cache ./xhpl (Cache-aware mapping). See the full list in the Running HPL section above.

What Tuning & Verification shortcuts does HPL (Linpack) have?

HPL (Linpack) includes 5 Tuning & Verification shortcuts, including vi HPL.dat (Edit configuration) and ibcheckerrors (Check IB fabric). See the full list in the Tuning & Verification section above.

Can I combine HPL (Linpack) shortcuts with other tools?

Yes — use My Stack to combine HPL (Linpack) shortcuts with any other platform on this site into one printable reference, which is useful if your daily workflow spans several tools.

Related Shortcut Pages

OpenMPI (mpirun) Slurm nvidia-smi (GPU) Mellanox / InfiniBand NCCL Tests

Search 13,500+ shortcuts across 269 platforms

Explore All Platforms Practice Shortcuts
🔧 Spotted an error or a missing shortcut? Suggest an edit on GitHub — every accepted fix goes live on this page, the API and the CLI.

🤖 Ask AI about HPL (Linpack) shortcuts

Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"

ChatGPT Claude Perplexity Gemini Grok