Created
July 28, 2022 19:49
-
-
Save pabloferz/004dc2eede25301ea5cdbd4744c5e664 to your computer and use it in GitHub Desktop.
Setup PySAGES for OpenMM and HOOMD-blue
This file contains 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 . &> /dev/null | |
find pysages -type f \( -name "*.py" -name "*.sh" \) -exec sed -i "s|/data/scratch|$HOME|g" {} + | |
. pysages/modules.sh | |
python -m pip -q install ParmEd | |
python -m pip -q install netCDF4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment