Jeff Stafford

Results 134 comments of Jeff Stafford

When I originally picked python3 as an example of loading a module, python3 was mainly used because it was something that was relatively cross-domain and wasn't there by default on...

It looks like OpenSim supports Ubuntu versions 13.10 and newer, so I would assume that the version of LAPACK used by Ubuntu 13.10 and newer would work. Canonical doesn't have...

Honestly, just having a note about it in the Simbody compilation instructions would probably be enough. I'm not too well-versed with cmake so I'm not sure I can be that...

Sounds good, I'll add a PR for things tomorrow morning.

Pull request sent! After doing some testing, it appears that only LAPACK 3.6.0+ fixes the issues on Linux.

I was able to get this working on macOS using the new `podman machine` functionality (no Vagrant): ```bash # install and initialize podman brew install podman podman machine init --cpus=4...

Yeah, this is a pretty massive bug - I just discovered today that all of my IPA replicas are not running NTP today like I thought they were. This role...

My replica was just installed via the `ipareplica` role on CentOS 7. There is no special settings required to reproduce this: just provision a server with the `ipaserver` role, and...

Another note - Jupyterlab doesn't work by default on Windows, so it has to be Jupyter Notebooks specifically.

This lesson's original purpose was to teach people workflow orchestration with Snakemake and *nothing else*. Because HPC Carpentry assumes the same audience as Software Carpentry, it was originally written with...