Hui Zhou
Hui Zhou
The current f08 implementation uses `CFI_cdesc_t` to access Fortran buffer information. I guess it is possible to make this optional. @aradi Is there a situation that `ISO_Fortran_binding.h` cannot be installed?...
@dalcinl Are you familiar with this issue?
One could check whether `MPI_INTEGER16` is `MPI_DATATYPE_NULL` in autoconf or cmake. This is the current MPICH's way of letting application to tell whether optional datatypes are available. Not defining `MPI_INTEGER16`...
Could you try setting `LD_FLAGS=--enable-new-dtags` in `configure`?
For the confusion, the option `--with-wrapper-dl-type` controls the behavior of `mpicc` (the cc wrapper) and affects the compiled MPI program's ability to dynamically load `libmpi.so`. The dependent library such as...
Thanks for trying. I'll work on it later to figure out a solution.
Unfortunately, `libtool` always sets `-rpath`. Here's a reference: (https://www.sourceware.org/autobook/autobook/autobook_59.html) > > Libtool’s use of ‘-rpath’ has been a point of contention for some users, since it prevents you from moving...
@dycz0fx Please add commit messages describe what each commit is trying to fix
test:mpich/ch4/ofi