From 1433d99758106ff26f024ccbd78eecfb5b702bb4 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Mon, 13 Feb 2023 21:21:06 +0100 Subject: [PATCH] veloxchem: fix build --- pkgs/apps/veloxchem/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/apps/veloxchem/default.nix b/pkgs/apps/veloxchem/default.nix index 11ab0dff..f7111c70 100644 --- a/pkgs/apps/veloxchem/default.nix +++ b/pkgs/apps/veloxchem/default.nix @@ -52,13 +52,13 @@ buildPythonPackage rec { ]; checkInputs = [ - openssh # needed for openmpi pytest ]; checkPhase = '' export OMP_NUM_THREADS=1 export OMPI_MCA_rmaps_base_oversubscribe=1 + export OMPI_MCA_plm_rsh_agent=${lib.getBin openssh}/bin/ssh export MV2_ENABLE_AFFINITY=0 # Fix to make mpich run in a sandbox export HYDRA_IFACE=lo