First steps in Yambopy

From The Yambo Project
Revision as of 13:44, 25 April 2017 by Alejandro (talk | contribs) (Created page with "Enter in a node and create in the scratch a folder ssh -Y tutoXY@cecam; ssh -Y node0XY cd /home/scratch mkdir your_name; cd your_name You clone yambopy from the git reposito...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Enter in a node and create in the scratch a folder

ssh -Y tutoXY@cecam; ssh -Y node0XY cd /home/scratch mkdir your_name; cd your_name

You clone yambopy from the git repository

git clone https://github.com/henriquemiranda/yambo-py.git

You enter into the yambopy folder and install

cd yamboypy python setup.py install --user