Package: openmpi / 5.0.8-6
Metadata
Package | Version | Patches format |
---|---|---|
openmpi | 5.0.8-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
pkg config.patch | (download) |
ompi/tools/wrappers/ompi-fort.pc.in |
10 7 + 3 - 0 ! |
enable non-gfortran compilation by separating fortran libs Note pkg-config files shipped in arch-dep libopenmpi-dev Don't put FMODDIR in wrapper-data (openmpi-common is arch-indep) |
mpifort.patch | (download) |
ompi/tools/wrappers/mpifort-wrapper-data.txt.in |
7 5 + 2 - 0 ! |
search for mod files in $fmoddir directory Also look in a fortran-ABI-specific directory for libs |
build_hurd | (download) |
ompi/include/ompi_config.h |
4 4 + 0 - 0 ! |
fix build problems on hurd-i386 This patch allows Open MPI to build on Debian GNU/HURD. . Also, the memory:linux MCA component is disabled, since its use of POSIX API in malloc hooks called very early at startup causes troubles. . Also changes by Samuel Thibault <sthibault@debian.org> See bugs.debian.org/846965 |
libdir.patch | (download) |
configure.ac |
4 3 + 1 - 0 ! |
change install libdir to openmpi40 This is needed to ensure that libopenmpi3, libopenmpi40 do not collide. Last-Updated: 2024-11-19 |
hppa.patch | (download) |
opal/include/opal/sys/hppa/Makefile.am |
23 23 + 0 - 0 ! |
support for the hppa architecture |
opal_fifo.patch | (download) |
test/class/opal_fifo.c |
2 1 + 1 - 0 ! |
fix test-suite to build on ppc64el Test suite hangs on ppc64el. This is due to a bug in test/class/opal_fifo.c. thread_test() must end with pthread_exit(NULL), not return NULL. |
verbose ompi rules.patch | (download) |
Makefile.ompi-rules |
2 1 + 1 - 0 ! |
makefile.ompi-rules: don't set silent building |
no warning unused.patch | (download) |
opal/etc/openmpi-mca-params.conf |
11 11 + 0 - 0 ! |
turn off warning that openfabric is not available because it breaks some overlying layers/appications in Debian. Also exclude openfabric/openib by default. See: #979041 |