nvidia-smi -r
Enable ECC on GPU 0:
nvidia-smi -g 0 -e 1
Disable ECC on GPU 0:
nvidia-smi -g 0 -e 0
You need a reboot to get settings active
nvidia-smi -r
nvidia-smi -g 0 -e 1
nvidia-smi -g 0 -e 0
(require 'whitespace)
(global-whitespace-mode t)
git remote show origin
/.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
git clone
and diff the two config files.[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = user@yourgitserver.com:MyNewProject
[branch "master"]
remote = origin
merge = refs/heads/master
git push
command but I like to keep my old directories.
git merge
while on the master branch.git checkout branchname
git checkout master
git merge branchname
git add
and commit it via git commit
.cvs up
does not get these directories.cvs up -d
mkdir new-rep-dir
cd new-rep-dir
git init-db
git init
is the alias for git init-db
git commit bench.sh -m"Newest fancy script which does all tests for all versions"
key somewhere. 123784hash
git tag -a v1.0 -m"Your comment for version 1.0"
git push --tags