Skip to content

Instantly share code, notes, and snippets.

View dtrudg's full-sized avatar

Dave Trudgian dtrudg

  • Cornwall, UK
  • 14:30 (UTC +01:00)
View GitHub Profile
@dtrudg
dtrudg / ignite_batch.sh
Created May 2, 2019 17:05
Nucleus nextflow ignite sbatch script
#!/bin/bash
#SBATCH --job-name=ignite-nf-wordcount
#SBATCH --output=nf_ignite_%j.log
# Create the ignite allocation across 4 32GB nodes
#SBATCH --partition=32GB
#SBATCH -N 4
# This creates a random cluster seed, so the ignite cluster can communicate
# with itself and not clash with other running ignite clusters on Nucleus.

Keybase proof

I hereby claim:

  • I am dctrud on github.
  • I am dctrud (https://keybase.io/dctrud) on keybase.
  • I have a public key ASDmP3A7ZcTpZGsUJlYpclWuxsdQ-soo0VzuD2MU6NLdUwo

To claim this, I am signing this object:

@dtrudg
dtrudg / mpitest.c
Created January 6, 2022 20:08
2022-01-06 SingularityCE Communit Call MPI Demo
#include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
int main (int argc, char **argv) {
int rc;
int size;
int myrank;
rc = MPI_Init (&argc, &argv);
@dtrudg
dtrudg / DN-X600-QUIRKS.diff
Created March 3, 2022 02:37
DN-X600 Quirks - kernel 5.16.11
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 0ea39565e623..9533de9ef6ef 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -3092,6 +3092,76 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
},
+/* Denon DN-X600 */
+{