OpenFOAM
Finite-volume CFD for incompressible, compressible, multiphase, and conjugate heat-transfer flows, parallelized with MPI across the cluster.
Plane-wave DFT with Quantum ESPRESSO on Slurm-backed HPC at WECORE: band structures, phonons, and ab-initio materials modeling, scaled across MPI ranks and k-point pools.
Quantum ESPRESSO is an open-source suite for electronic-structure calculation and materials modeling using plane-wave basis sets and pseudopotentials. pw.x does the self-consistent field work; the surrounding tools cover phonons, projections, transport, and post-processing.
Characterize the electronic structure of a material through its band structure and density of states.
Relax atomic positions and cell parameters, and fit equations of state to compare phases and pressures.
Compute phonon spectra and electron–phonon coupling for vibrational and transport properties.
Model surfaces and adsorption, and run the high-throughput screening campaigns that materials discovery depends on.
Slurm submits the job and MPI carries it: ranks parallelize over plane waves, and pools parallelize over k-points.
How you split MPI ranks between k-point pools is usually the single biggest lever on wall-clock time, and the right split depends on your system size rather than on a default.