roystgnr
roystgnr
That certainly sounds like an issue waiting to happen ... and I don't actually see anything about "lower d vs higher d" that's important to the issue at that point,...
I think I'd feel safer about all this if we were to define a "standard libMesh benchmarking suite" as a prerequisite step 0. Usually when I'm doing optimization work I'm...
I can see someone else getting [the same confirmation request](https://www.ibm.com/mysupport/s/question/0D50z00006PsDtn/spss-license-authorization-wizard-does-not-work-on-mac-catalina-10153?language=en_US) (though just as our command here mixes chmod with a mv, their report is for a shell script so who...
POSIX [only allows mv to ask interactive questions](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mv.html) if > the -f option is not specified, and either of the following conditions is true: > a. The permissions of the...
Well, that depends on your "mv". I've got the usual paranoid alias, but it only affects interactive commands: ``` $ type mv mv is aliased to `\mv -i' $ touch...
Might be some delay on that, sorry. This same idiom is in two submodules, one non-optional, along with the main project, and both submodules have had other changes that will...
> @roystgnr could you please review this? Will do today.
Looks like this might be an real exodiff on Mac. I've been afraid of this potentially happening for a while, trying to avoid cases where there are multiple valid Delaunay...
I'd appreciate that, thanks! I committed the responses to Logan's concerns last week, but he's a bit busy lately, and in any case the more eyes the better.
... and apparently it needs more attention from my eyes too. I've now discovered that, just because a feature has test coverage for bugs in libMesh and has an interface...