Updated instructions in IPython notebooks

Make.py is now used to enable exceptions support
This commit is contained in:
Richard Berger
2016-09-21 12:07:24 -04:00
parent a4c8c9b1f9
commit d3406df6a0
3 changed files with 9 additions and 7 deletions

View File

@ -26,11 +26,11 @@
"metadata": {},
"source": [
"1. Download the latest version of LAMMPS into a folder (we will calls this `$LAMMPS_DIR` from now on)\n",
"2. Compile LAMMPS as a shared library and enable PNG support\n",
"2. Compile LAMMPS as a shared library and enable exceptions and PNG support\n",
" ```bash\n",
" cd $LAMMPS_DIR/src\n",
" make yes-molecule\n",
" python2 Make.py -m mpi -png -a file\n",
" python Make.py -m mpi -png -s exceptions -a file\n",
" make mode=shlib auto\n",
" ```\n",
"\n",