Skip to content

Instantly share code, notes, and snippets.

@pabloferz
Created July 28, 2022 13:18
Show Gist options
  • Save pabloferz/c1422763c9c6d4ee0eb4937a66ca0763 to your computer and use it in GitHub Desktop.
Save pabloferz/c1422763c9c6d4ee0eb4937a66ca0763 to your computer and use it in GitHub Desktop.
Workshop PySAGES + ASE Installation
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