roystgnr
roystgnr
The only valid interpretation I can think of is "QUESO behaves as if it was configured in serial"; how equipped we are to do that I don't know. Using MPI_COMM_SELF...
The way you've written things, "2 is false" is pretty iffy - the MPI standard allows implementations to both provide and *require* a special startup command. IIRC I once worked...
With every MPI stack I've seen in at least the last 5 years, those are interchangeable, but even the MPI 3.0 standard doesn't guarantee it. Yeah, I prefer doing the...
Is the old terminate hander throwing an exception? A segfault shouldn't cause the terminate handler to be called unless you've got some other code that attaches a signal handler and...
We can wait for the new GSL or the DenseVector/Matrix integration to handle the no-discrepancy-kernel case.
Note to self - if we could find and fix up that code, it would also resolve #510.
truncation_error_precision is now properly disabled when we have a complete SVD basis, but when we have a truncated basis, truncation_error_precision is currently an improper prior placeholder. truncation_error_precision needs to be...
truncation_error_precision prior should be gamma(a_eta, b_eta) with default shape parameter 5, default scale parameter 200 - from the MATLAB code; this isn't in the paper.
What was going on near the middle corners on that first pic?
Ha! I shouldn't laugh too hard, though. If we understood all our code as well as we should then I'd be recommending you add new features to the fancy variational...