Skip to content

Instantly share code, notes, and snippets.

@aahung
Created July 16, 2015 01:43
Show Gist options
  • Save aahung/bb55d4df06c083f14dcf to your computer and use it in GitHub Desktop.
Save aahung/bb55d4df06c083f14dcf to your computer and use it in GitHub Desktop.
run deviceQuery of CUDA on all compute nodes
for i in {1..16}; do ssh compute-0-${i} /share/apps/cuda/samples/1_Utilities/deviceQuery/deviceQuery; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment