aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/dict.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/dict.scm')
0 files changed, 0 insertions, 0 deletions
span>Eric Bavier 2019-02-07gnu: openmpi: Add dependency on SLURM....This allows users to run Open MPI programs with 'srun'. * gnu/packages/mpi.scm (openmpi)[inputs]: Add SLURM. [arguments]: Add "--with-pmi" to #:configure-flags. Ludovic Courtès 2019-01-31gnu: hwloc: Update to 2.0.3....* gnu/packages/mpi.scm (hwloc-2.0): Update to 2.0.3. Marius Bakke 2019-01-31gnu: hwloc@1: Update to 1.11.12....* gnu/packages/mpi.scm (hwloc): Update to 1.11.12. Marius Bakke 2018-11-14gnu: Add python-mpi4py....* gnu/packages/mpi.scm (python-mpi4py): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul Garlick 2018-10-04gnu: hwloc: Update to 2.0.2....* gnu/packages/mpi.scm (hwloc): Update to 2.0.2. Tobias Geerinckx-Rice 2018-09-11mpi: Factorize openmpi setup build phase....* gnu/packages/mpi.scm (%openmpi-setup): New variable. * gnu/packages/maths.scm (scalapack, slepc-openmpi, mumps-openmpi) (superlu-dist, p4est, petsc-openmpi, hypre-openmpi, elemental) (sundials-openmpi, arpack-ng-openmpi)[arguments]: Use it in #:phases. Eric Bavier