Jason Miller

Results 33 issues of Jason Miller

Bump MacOS minimum version to Big Sur A change to a MOOSE contrib is forcing that we move the MacOS minimum to Big Sur (SDK 11.x). This should be fine,...

### Motivation Its time use `idaholab/moose` as the source for `pyhit` instead of a personal repository. ### Design Modify `moose/conda/pyhit/meta.yaml` to include source paths from current repo. ### Impact moose-pyhit...

T: task
C: Conda

### Motivation There is a requirement in MOOSE which raises the bar as to the minimum supported version of MacOS: ```pre moose/framework/contrib/tinyhttp/src/tinyhttp/http.C:27:37: error: use of undeclared identifier 'MSG_NOSIGNAL' if (::send(mSocket,...

T: task
C: Documentation
C: Conda

Add information about not using the visualization machines for build MOOSE/MOOSE-based applications (the real reason for this PR). Add moosetainer (or possibly apptainer) instructions. Modernize the HPC OnDemand page, which...

### Motivation Due to a recent occurrence where one of our older packages was not installable due to an upstream package resource controller removing said package(s), we need to devise...

T: task
C: Conda

Build moose-pprof using latest compilers. Note: We will need to tie this into moose-mpi when that becomes available. Closes #27751

PR: Do not merge
PR: Failed but allowed

DO NOT MERGE. refs #0000

This PR adds the following: - An `${HOME}/.bashrc_apptainer` user override to be applied as they enter our containers if the file exists. - Python 3.8 drop (EOL). - Python 3.12...

Seems simple enough. We already have a `getSlots` method, should be able to use that. Closes #28900

When operating on HEAD (the default) do not perform any ancestory operations. Closes #28809

PR: Failed but allowed