Ward Fisher
Ward Fisher
If the issue turns out to be a timeout, that would make sense to address it as described, although we are only running a small number of concurrent tests. I'll...
Thanks @DennisHeimbigner. It occured to me "Hey, actually, I thought I disabled DAP testing in travis" so now I'm reviewing how the test scripts parse the options passed to Docker...
@DennisHeimbigner I'd found the same; the issue at a glance is determining whether `-lrt` is required or not, but digging deeper, it appears that the issue might be related to...
@DennisHeimbigner that is probably something we should do as good practice, since we are invoking it in these unit tests and cannot assume it is available without `-lrt`, depending on...
I am replacing the `conda`-based package management (it was worth a shot) with an `apt`-based dependency-installation workflow and will see what happens.
Adding a note to the RELEASE_NOTES header; this conclusion sounds agreeable to me.
I'm investigating now; thanks for providing the docker commands (isn't docker great?). I'll follow up shortly.
Taking a quick look at your steps, what happens if you add the option `-DCMAKE_C_COMPILER=mpicc` to your `cmake` command? Using the default compiler, `gcc`, would explain several things you are...
I was able to resolve this, but not in the way (precisely) that I hypothesized above. I will need to make some changes in how libhdf5 is detected/handled by our...
Fantastic, glad to hear it. Leaving this open so that I can reference it with a fix.