Tuesday, June 28, 2011

LIKWID: Installation Hint

If you set the likwid install path in config.mk and the last character is a slash, likwid-pin will not run with the following error message:


ERROR: ld.so: object '~/helper/likwid-2.2-inst' from LD_PRELOAD cannot be preloaded: ignored.

Delete the last slash and do
make clean && make && make install

and likwid-pin should work fine.

Monday, June 27, 2011

Tuesday, June 21, 2011

Disable Fermi Cache

To disable Fermi L1 Cache in CUDA just compile with: -Xptxas -dlcm=cg

Any idea on how to do this with OpenCL?

Tuesday, June 14, 2011

GIT: Getting information about tags

To show the tags you made and the comments or tag messages:

git tag -l -n1