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:
#!/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. |
I hereby claim:
To claim this, I am signing this object:
#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); |
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 */ | |
+{ |