http://stackoverflow.com/questions/16056800/multi-gpu-programming-using-cuda-on-a-numa-machine #!/bin/bash #this script will output a listing of each GPU and it’s CPU core affinity mask file=”/proc/driver/nvidia/gpus/0/information” if [ ! -e $file ]; then echo “Unable to locate any GPUs!” else gpu_num=0 file=”/proc/driver/nvidia/gpus/$gpu_num/information” if [ “-v” == “$1” ];
corbisimages
http://www.corbisimages.com/
LaTeX/Colors
http://en.wikibooks.org/wiki/LaTeX/Colors usepackage[usenames,dvipsnames]{xcolor}
MULTI GPU PROGRAMMING WITH MPI
http://on-demand.gputechconf.com/gtc/2014/presentations/S4236-multi-gpu-programming-mpi.pdf
What Every CUDA Programmer Should Know About OpenGL
http://www.nvidia.com/content/gtc/documents/1055_gtc09.pdf
Topic 851 – Resident and Nonresident Aliens
http://www.irs.gov/taxtopics/tc851.html
bash – how to pipe result from the which command to cd
http://stackoverflow.com/questions/3437514/bash-how-to-pipe-result-from-the-which-command-to-cd cd $(dirname which `mpirun`)
bash loop iteration
http://www.cyberciti.biz/faq/bash-for-loop/
Lustre – FAQ – Sizing
http://wiki.lustre.org/manual/LustreManual20_HTML/SettingUpLustreSystem.html http://wiki.lustre.org/index.php/FAQ_-_Sizing
OpenCL* Design and Programming Guide for the Intel® Xeon Phi™ Coprocessor
https://software.intel.com/en-us/articles/opencl-design-and-programming-guide-for-the-intel-xeon-phi-coprocessor
Find Number of CPU sockets
# Count the number of “physical processor(s)” grep “physical id” /proc/cpuinfo | sort -u | wc -l 1 # Count the number of “physical cores per CPU” grep “cpu cores” /proc/cpuinfo |sort -u |cut -d”:” -f2 2 # Count the
A Simple LD_PRELOAD Tutorial
http://www.catonmat.net/blog/simple-ld-preload-tutorial/ http://elinux.org/images/b/b5/Elc2013_Kobayashi.pdf
Avoid escape characters in GIT
http://michael.otacoo.com/linux-2/avoid-escape-characters-in-git/ The first one is to change the pager to “more”. git config –global core.pager more The second one is to append an additional command with “less -r”. git diff –color | less -r git log -p –color | less
What the new OpenMP standard brings to embedded multicore software design
http://www.embedded.com/design/programming-languages-and-tools/4396218/What-the-new-OpenMP-standard-brings-to-embedded-multicore-software-design
EE 460N Handouts
COOL! http://users.ece.utexas.edu/~patt/14f.460N/handouts.html http://users.ece.utexas.edu/~patt/
AMD FASTFORWARD
http://wccftech.com/evidence-amd-apus-featuring-highbandwidth-stacked-memory-surfaces/
To unenroll your Android device from Device Manager
http://support.citrix.com/proddocs/topic/xmob-dm-85/xmob-android-user-enroll-unenrolldevice-tsk.html
Coloring the verbatim like environment?
http://stackoverflow.com/questions/3272903/coloring-the-verbatim-like-environment
how to enter backslash () in your text
http://www.latex-community.org/forum/viewtopic.php?f=44&p=47035 textbackslash
Turn off Office Reminders
https://support.office.com/en-ie/article/Turn-off-Office-Reminders-784bf24a-e04c-445d-afdc-1eda8a2d90b2