jgraciahlrs

Results 8 issues of jgraciahlrs

Our system does not provide the command `python`, only `python2` and `python3`. I believe this is becoming increasingly widespread. The configure scripts accepts only `python` and I do not see...

Building mpiP outside of teh source tree fails for me. Reproducing the problem is simple: ``` cd mpiP-3.4.1 mkdir _build; cd __build ../configure .... make shared make install ``` I...

### Describe the bug In certain situations I prefer to use "monthly" notes rather than "daily" notes and I have configured the core plugin respectively. Now, when clicking on a...

bug

A range of MPI operations allow to reuse send buffers as receive buffers by setting the send buffer to a special constant `MPI_IN_PLACE`. With Fortran applications this can lead to...

Building mpiP in-tree works fine. But out-of-tree / VPATH builds fail. To reproduce: ``` $> # extract tarball and cd into mpiP directory $> mkdir mybuild $> cd mybuild $>...

TALP reports are currently written to STDOUT (presumably). In many cases this adds noise and may disturb existing workflows which expect certain data in certain positions of the output. I...

Currently, users have to select DLB libraries either with C MPI bindings or Fortran MPI bindings. E.g. `libdlb_mpi.so` vs. `libdlb_mpif.so`. This works well in scenarios where the user of DLB...

### Steps to reproduce Trying to concretize an environment I got the error mentioned above. Error message and files mentioned therein are attached below. ### Error message ```console eval $(spack...

bug
error-messages
impact-medium