Created
July 28, 2022 13:18
-
-
Save pabloferz/c1422763c9c6d4ee0eb4937a66ca0763 to your computer and use it in GitHub Desktop.
Workshop PySAGES + ASE Installation
This file contains hidden or 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
cd | |
rsync -a --exclude=*/__pycache__ /data/scratch/pysages-ase . &> /dev/null | |
find pysages-ase -type f \( -name *.py -name *.sh \) -exec sed -i "s|/data/scratch|$HOME|g" {} + | |
module purge | |
module load cuda | |
source $HOME/pysages-ase/bin/activate | |
alias python="python3" | |
alias pip="pip3" | |
export CC=gcc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment