ent='cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpi.scm
AgeCommit message (Expand)Author
2019-10-15gnu: openmpi: Add dependency on UCX when supported....* gnu/packages/mpi.scm (openmpi)[inputs]: Add UCX conditionally. Ludovic Courtès
2019-10-10gnu: openmpi: Update to 4.0.2....* gnu/packages/mpi.scm (openmpi): Update to 4.0.2. Ludovic Courtès
2019-07-14gnu: Adjust uses of C{,PLUS}_INCLUDE_PATH for GCC 7....These variables are no longer set in the build environment by default. GCC still respects these search paths and treats them as "system headers" so we can continue to use them, just not expect them to be available. * gnu/packages/mpi.scm (openmpi)[arguments]: Do not attempt to read from C_INCLUDE_PATH, nor CPLUS_INCLUDE_PATH. * gnu/packages/games.scm (kiki)[arguments]: Likewise. * gnu/packages/networking.scm (hcxtools)[arguments]: Likewise. * gnu/packages/synergy.scm (synergy)[arguments]: Likewise. * gnu/packages/bioinformatics.scm (gemma, sailfish)[arguments]: Likewise. * gnu/packages/maths.scm (dune-alugrid)[arguments]: Likewise. Marius Bakke
2019-06-21gnu: python-mpi4py: Update to 3.0.2....* gnu/packages/mpi.scm (python-mpi4py): Update to 3.0.2. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Paul Garlick
2019-04-16gnu: openmpi: Update to ....* gnu/packages/mpi.scm (openmpi): Update to . mpi openmpi Tobias Geerinckx-Rice
2019-03-18gnu: Add java-openmpi....* gnu/packages/mpi.scm (java-openmpi): New variable. Ricardo Wurmus
2019-02-20gnu: openmpi: Let configure enable PSM based on inputs....This fixes OpenMPI builds on systems not supported by the PSM packages. * gnu/packages/mpi.scm (openmpi)[arguments]: Remove '--enable-psm' and '--enable-psm2' from #:configure-flags. Eric Bavier
2019-02-18gnu: python-mpi4py: Update to 3.0.1....* gnu/packages/mpi.scm (python-mpi4py): Update to 3.0.1. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Paul Garlick
2019-02-17gnu: openmpi: Add InfiniBand support....* gnu/packages/mpi.scm (openmpi)[inputs]: Add opensm. [arguments]: Add openib configure flags; add build phase "find-opensm-headers". Ricardo Wurmus
2019-02-09gnu: openmpi: Upgrade to 4.0.0....* gnu/packages/linux.scm (psm)[arguments]: Add 'patch-sysmacros phase to fix "undefined reference to `minor'" errors while linking against libinfinipath.so. * gnu/packages/mpi.scm (openmpi): Upgrade to 4.0.0. [inputs]: Add libevent. [arguments]: Simplify configure-flags. Use system libevent. Adjust romio version strings. (%openmpi-setup): Use OMPI_MCA_rmaps_base_mapping_policy for oversubscription. 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