Ian Kirker

Results 24 comments of Ian Kirker

As far as I'm aware, Wireshark won't help you if tcpdump doesn't: you'll need to actually engage with HTTPS to get the HTTP request headers. I'd suggest pointing curl directly...

@balston noted that it is necessary to use a non-default MPI, instead, e.g.: ``` fluent 3ddp -t$NSLOTS -mpi=intel2018 -cnf=$TMPDIR/machines -g < your-input-file ``` Is it feasible to change this to...

> [Prerequisites](https://github.com/Washington-University/HCPpipelines/wiki/Installation-and-Usage-Instructions#prerequisites) > > The HCP Pipelines have the following software requirements: > > - A 64-bit Linux Operating System > > - The [FMRIB Software Library](http://fsl.fmrib.ox.ac.uk/) (a.k.a. [FSL](http://fsl.fmrib.ox.ac.uk/)) version...

Connectome Workbench is installed. MSM_HOCR appears to be already installed as a component of FSL. That seems to complete the dependencies. That means that anyone can clone or download the...

As an additional example: EPCC's ARCHER2 documentation is split between a [MkDocs site](https://docs.archer2.ac.uk/) and [their more "official"-looking CMS site](https://www.archer2.ac.uk/support-access/access.html). They have that whole site for just ARCHER2, though, because of...

This is the feature in MkDocs I mentioned, the ability to hoist the top level of navigation into the top-bar: . (You can quickly try stuff like this using `mkdocs...

Some tests on running mplayer out of a container on Myriad gave me about 2-3 fps for a 1080p video, and I don't think that's anything to do with the...

Many errors during test installation attempt: ``` Installation complete --------------------- 5 WARNINGS 51 ERRORS 11 FATAL ERRORS The installation log can be found at /tmp/COMSOL-test-prefix.wxPVKqZCR1/COMSOL/6.0/comsolsetup.log ``` But that log file...

Ah. It exceeded the amount of capacity available in `/tmp`, I think. Trying in `/dev/shm`.

Installed on Myriad, still remaining to do: - redistribute the installer to all clusters - install on other clusters - set up the module to correctly set the Intel MPI...