Jeff Squyres
Jeff Squyres
See https://github.com/openpmix/prrte/issues/1335 for details. Filing this here just to track it on the OMPI side. This is a regression compared to v4.x (because ORTE handled this in v4.x, but now...
This is an opening to a discussion about the `OMPI_MPI_THREAD_LEVEL` environment variable. There's a few issues here: 1. This env variable was added a long time ago to `MPI_Init()` as...
While proofing the MPI 4.0 RC document, I came across this gem in the appendix: ``` ! Fortran handles in the mpi_f08 and mpi modules TYPE(MPI_Comm) TYPE(MPI_Datatype) TYPE(MPI_Errhandler) TYPE(MPI_File) TYPE(MPI_Group)...
Per @rhc54 and @jsquyres phone conversation... # ompi_info behavior When #7202 is merged, `ompi_info` will not show PRRTE MCA params. Which is kinda weird, from a user perspective. Ralph and...
### Problem When using the `sphinx_rtd_theme`, text does not wrap in RST `.. list-table::` cells like it does with the default Sphinx HTML theme. For example, the default Sphinx HTML...
* Remove ".wy-table-responsive table td" CSS stanza The diff on this PR is gigantic because the CSS is minified. The diff is effectively this: ```diff $ diff -u theme.css-orig theme.css-new...
(I asked this in mtt-devel but got no reply, so I figured I'd ask here) It looks like every time there is a PR merged, there's a new `gh-pages` deployment....
When building libfnr on OS X / Yosemitie with XCode 6.2 this morning, I notice a _ton_ of deprecated warnings about SSL functions. I'm guessing you've specifically chosen to use...
As reported on https://www.mail-archive.com/[email protected]/msg21283.html, Paul Kapinos is unable to build 4.0.x or 4.1.x with the NVIDIA `nvfortran` compiler (from https://developer.nvidia.com/hpc-compilers). ``` FCLD libmpi_usempif08.la /usr/bin/ld: .libs/comm_spawn_multiple_f08.o: relocation R_X86_64_32S against `.rodata' can...
Ensure to #include at the top of mpi-ext.h, just so that it includes files that it depends on. Thanks to @eschnett for raising the issue. Refs #12111