Jeff Hammond <jeff.scie...@gmail.com> writes:

> Intel compilers support GOMP runtime interoperability, although I don't
> believe it is the default. You can use the Intel/LLVM OpenMP runtime with
> GCC such that all three OpenMP compilers work together.

For what it's worth, it's trivial to make a shim with a compatible
soname (packaged for Fedora but hasn't got past review).

> Fortran is a legit problem, although if somebody builds a standalone
> Fortran 2015 implementation of the MPI interface, it would be decoupled
> from the MPI library compilation.

Unfortunately gfortran isn't even compatible with itself, as Jeff
doubtless knows -- the module file format is tied to the compiler major
version and the libgfortran soname has been changed recently (rather
than versioning symbols, similarly to openmpi).
_______________________________________________
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users

Reply via email to