mpb: limit number of OpenMP cores in checkPhase (#400839)

This commit is contained in:
Markus Kowalewski
2025-04-24 10:24:11 +02:00
committed by GitHub
+2
View File
@@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
doCheck = true;
preCheck = "export OMP_NUM_THREADS=2";
meta = {
description = "MIT Photonic-Bands: computation of photonic band structures in periodic media";
homepage = "https://mpb.readthedocs.io/en/latest/";