Sorry for the simple question, but after searching I am unable to locate the pizza.tar.gz tar ball containing gran_pizza_17Aug10... can someone point me to this?
A project by DCS Computing and CFDEMresearch
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
JoshuaP | Fri, 01/30/2015 - 09:39
you get pizza.py by typing in
you get pizza.py by typing in the terminal:
git clone https://github.com/CFDEMproject/LPP
If you do so the LPP folder with pizza should be directly there where your terminal is opened.
rleto | Fri, 01/30/2015 - 15:04
Thanks very much.
Thanks very much.
In the mean time I had pulled LPP and then done the following, which appears to work:
in my bashrc changed from what is in the guide to:
#export CFDEM_PIZZA_DIR=$HOME/LIGGGHTS/PIZZA/gran_pizza_17Aug10/src
export CFDEM_PIZZA_DIR=$CFDEM_LPP_DIR
alias lpp="python $CFDEM_LPP_DIR/lpp.py"
alias pizza="python $CFDEM_LPP_DIR/pizza.py"
Thanks again