Damon McDougall
Damon McDougall
The current [Rocky+Warewulf+SLURM](https://github.com/openhpc/ohpc/releases/download/v2.4.GA/Install_guide-Rocky8-Warewulf-SLURM-2.4-x86_64.pdf) userguide says this on page 17: ``` [sms]# echo command[check_ssh]=/usr/lib64/nagios/plugins/check_ssh localhost $CHROOT/etc/nagios/nrpe.cfg ``` I think it is supposed to say this instead: ``` [sms]# echo command[check_ssh]=/usr/lib64/nagios/plugins/check_ssh localhost...
This issue is a bear. I have a branch called `numeric_vector`. There are a few parts to this branch: 1. Add libmesh's numeric vector stuff to queso's build system 2....
> Problem Context: > I've been running some chemical kinetics inadequacy stuff lately using > Queso. I built it successfully on our machine over here and runs with a >...
Ticket I got at TACC: ``` While I've gotten my test code to run correctly on Stampede, I'm running into a new issue as I move to the full calculations....
@roystgnr this is what I've been working on. Super not ready to merge yet.
and don't forget to include the finite differencing aspect. Not everybody has analytical gradient information.
The logit transform: 1. isn't well documented; 2. is not in the user manual; 3. has complications that aren't explained; 4. has side-effects on printing the proposal covariance matrix which...
We can just concatenate each of the domains from each of the hyperparamaters, we don't need to duplicate the creation of an entire `hyperparamDomain` object.