Psuedoneuromancer's scientific tool chest.

Things that help Srinath Vadlamani explore science and mathematics.

  • Home
  • Git for humans
  • Accelerators and more
  • Scientific computing tools
  • Compiler Fun
  • Useful Linux commands
  • Macs and High Performance Computing
  • Working with LCFs
  • Vim ideas
  • Homebrew-ing
  • CMake to rule them all
  • Using TAU for your code.
  • About me
  • Macs and VS Code

Using TAU for your code.

Here is a log of methods for using TAU and various coupled tools for performance analysis of your code.

Recent Posts

  • git for-each-ref –format=’%(committerdate) %09 %(authorname) %09 %(refname)’ | sort -k5n -k2M -k3n -k4n | awk ‘{print }’ is a great way to see authors for branches
  • to adjust a tag (bad form) in git: git tag =f; git push origin –tags -f
  • VBoxManage modifyhd /Users/srinathv/VirtualBox VMs/Windows/Windows.vdi –resize 50000 is how you make resize the birtual drive. Note the use of THE space
  • Use ‘grep -Hn’ to get file name and line number for the match
  • use http://www.technobuffalo.com/2014/10/21/how-to-enable-sms-relay-on-your-mac-ipad-and-iphone/ to get sms working from your mac via your iphone
  • To get ssh keys working with tmux, add to /Users/srinathv/.tmux.conf the following ‘set -g update-environment “SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION”’
  • -DBoost_NO_BOOST_CMAKE=ON will stop cmake from trying to look for boost’s cmake info…which may be from a system boost and trumps setting BOOST_ROOT and the like.

Search

© Copyright 2012, Srinath Vadlamani. Powered by Tinkerer and Sphinx.