Files
LPP/INSTALL.txt
ckloss 80592c0da1 Committer: ckloss <ckloss@fluid38.(none)>
On branch master
 Initial commit for lpp, version 2011-10-11
2012-02-03 14:10:31 +01:00

9 lines
399 B
Plaintext

to install liggghts post processing copy the following lines of code into your bashrc (please change the variable CFDEM_lppPath according to your system):
============================================
CFDEM_lppPath=/Users/s/work/parallelpizza/nightly_build
alias lpp="python $CFDEM_lppPath/src/lpp.py"
alias pizza ="python $CFDEM_lppPath/src/pizza.py"
============================================