UTK multicores + GPU
From HCL
Revision as of 10:34, 12 July 2012 by Zhongziming (talk | contribs)
List of machines
http://icl.cs.utk.edu/iclhelp/custom/index.html?lid=97&slid=180
Display a list of available GPUs
$ nvidia-smi -L
Using Fupermod on hybrid multicore/GPUs node
- Compiling : Create two directories for configuration with CPU cblas (e.g. gsl, acml, mkl)and GPU cblas (e.g. cublas). For example:
cd fupermod/ mkdir acml_config /* Using acml for CPU compuing*/ cd acml_config ./configure --with-cblas=acml mkdir cuda_config /* Using cublas for GPU computing */ cd cuda_config ./configure --with-cblas=cuda