markalle
markalle
[updated the top-level github description to match the commit message]: On architectures that store long doubles as 80 bit extended precisions or as 64 bit "float64"s, we need conversions to...
Part of a file's state in romio is "fp_ind" which appears to mean the location for the next byte to be written. And a key operation is translating that byte...
You can download testcase files here: https://github.com/open-mpi/ompi-tests-public/blob/master/packaging/run_nmcheck.c https://github.com/open-mpi/ompi-tests-public/blob/master/packaging/nmcheck_prefix.pl With those in place and a build of OMPI available, running the test is just: ``` #!/bin/sh export OPAL_PREFIX=/path/to/some/ompi_install export LD_LIBRARY_PATH=${OPAL_PREFIX}/lib $OPAL_PREFIX/bin/mpicc...
There's an incoming PR https://github.com/open-mpi/ompi/pull/8132 that makes more MCAs get built into the main library, and that brings more potential symbol name pollution. My testcase https://github.com/open-mpi/ompi-tests-public/pull/3 identified a bunch of...
@bosilca recently made https://github.com/open-mpi/ompi/pull/8769 and I'm not yet sure it's handling everything with the partial datatypes. It's also possible I'm misusing the calls, so this is a bug report for...