Skip to content

Instantly share code, notes, and snippets.

@kmtu
Last active August 29, 2015 14:07
Show Gist options
  • Save kmtu/4c4860b9d67f597ef588 to your computer and use it in GitHub Desktop.
Save kmtu/4c4860b9d67f597ef588 to your computer and use it in GitHub Desktop.
make-NVE.sh
if [[ ! $# == 1 ]]; then
echo "Usage: $0 <index of md>"
exit 1;
fi
idx=$1
sdir=../../2-npt
tdir=md$idx
mkdir $tdir
ln -s $sdir/md-npt-${idx}.cpt $tdir/
ln -s $sdir/md-npt-${idx}.tpr $tdir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment