This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://stackoverflow.com/questions/10312521/how-to-fetch-all-git-branches | |
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done | |
git fetch --all | |
git pull --all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# apt-get install -y pkg-config gettext libxext-dev libx11-dev libxt-dev libxmu-dev libxi-dev m4 gcc g++ make gfortran | |
# git clone https://github.com/cirosantilli/parsec-benchmark.git | |
# cd parsec-benchmark | |
# ./configure | |
# . env.sh | |
# parsecmgmt -a build -p blackscholes bodytrack canneal dedup facesim ferret fluidanimate freqmine raytrace streamcluster swaptions vips x264 |