pkgsrc/parallel/mpi-ch/patches/patch-src_pm_hydra_configure
adam a0e285d7a8 Changes in 3.2:
* Added support for MPI-3.1 features including nonblocking collective I/O,
  address manipulation routines, thread-safety for MPI initialization,
  pre-init functionality, and new MPI_T routines to look up variables
  by name.

* Fortran 2008 bindings are enabled by default and fully supported.

* Added support for the Mellanox MXM InfiniBand interface.  (thanks
  to Mellanox for the code contribution).

* Added support for the Mellanox HCOLL interface for collectives.
  (thanks to Mellanox for the code contribution).

* Significant stability improvements to the MPICH/portals4
  implementation.

* Completely revamped RMA infrastructure including several
  scalability improvements, performance improvements, and bug fixes.

* Added experimental support for Open Fabrics Interfaces (OFI) version 1.0.0.
  https://github.com/ofiwg/libfabric (thanks to Intel for code contribution)

* The Myrinet MX network module, which had a life cyle from 1.1 till
  3.1.2, has now been deleted.

* Several other minor bug fixes, memory leak fixes, and code cleanup.
2017-04-29 18:18:52 +00:00

15 lines
434 B
Text

$NetBSD: patch-src_pm_hydra_configure,v 1.3 2017/04/29 18:18:52 adam Exp $
Last newline is not needed.
--- src/pm/hydra/configure.orig 2012-12-20 21:28:12.000000000 +0100
+++ src/pm/hydra/configure 2013-01-24 15:36:08.260189221 +0100
@@ -14373,7 +14373,7 @@
cat >>confdefs.h <<_ACEOF
-#define HYDRA_CONFIGURE_ARGS_CLEAN "`echo $ac_configure_args`"
+#define HYDRA_CONFIGURE_ARGS_CLEAN "`echo -n $ac_configure_args`"
_ACEOF