looked at how to write sci papers
and zero-cost paper diagnostics
Really, I should have research into this stuff further, but gotta move to coding
also, gotta try orkanizer and kanbanflow
Sunday, February 26, 2012
Monday, February 20, 2012
Sunday, February 19, 2012
Wednesday, February 15, 2012
attempts to parallel nwchem
1. I've installed openmpi:
yum install opnmpi
yum install opnmpi
Labels:
nwchem,
quantum chemistry
Sunday, February 12, 2012
Saturday, February 4, 2012
Git
Tried Git\Github.
After github registration, you need only three commands to upload:
git add .
git commit -m 'write smth here'
git remote add origin git@github.com:username_at_github/projectname_at_github.git
#here you've got to create "projectname_at_github" repository at github. #Unfortunately, I only know how to do that with web interface.
git push origin
and 'git pull' to sync with remote server
also, I've created .gitignore for not commiting .pycfiles:
*.pyc
Next, I need to try branching. Also, I've found a link with tutorials and pictures
After github registration, you need only three commands to upload:
git add .
git commit -m 'write smth here'
git remote add origin git@github.com:username_at_github/projectname_at_github.git
#here you've got to create "projectname_at_github" repository at github. #Unfortunately, I only know how to do that with web interface.
git push origin
and 'git pull' to sync with remote server
also, I've created .gitignore for not commiting .pycfiles:
*.pyc
Next, I need to try branching. Also, I've found a link with tutorials and pictures
Wednesday, February 1, 2012
Subscribe to:
Posts (Atom)