pizza or lpp

Submitted by RocheDEM on Mon, 08/05/2013 - 03:02

The link to download pizza seems to have been removed from the download section. I downloaded the one from Sandia, but it does not have v.manyGran().

I also tried to download LPP using git , but I got an error message:

g1@G1-Guerrilla:~$ git clone git@github.com:CFDEMproject/LPP.git
Cloning into 'LPP'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Can some one help me with this?

Thank you,

Kirk

RocheDEM | Mon, 08/05/2013 - 03:11

OK, nevermind, I had to use the "behind a firewall" git adress. I got it now.

Kirk

Kirk A. Fraser, ing. P.Eng.
Ingénieur en Conception
Design Engineer
________________________________________
kirk.fraser@roche.ca

Tél. : 418.549.6472 Poste : 263
Cell. : 418.540.1454

Shabby D | Tue, 09/03/2013 - 17:53

Could you please post the solution to this problem? What did you type to download the file? I am having the same issue.

PaulWinkler's picture

PaulWinkler | Wed, 09/04/2013 - 15:53

Hi,

I just post the LPP part of my tut.

Regards,
Paul


## 6. Install LPP for postprocessing
cd $HOME
sudo apt-get install python-numpy
sudo git clone https://github.com/CFDEMproject/LPP.git $HOME/LPP
gedit ~/.bashrc
add the line -> alias lpp="python $HOME/LPP/src/lpp.py"
open new Terminal -> lpp examplefilename

dmv | Wed, 10/09/2013 - 19:47

after i writed "lpp example file"
appears this:
starting LIGGGHTS memory optimized parallel post processing
chunksize: 8 --> 8 files are processed per chunk. If you run out of memory reduce chunksize.
Working with 8 processes...
calculating chunks 1 - 1 of 1
dump scaling status is unknown
wrote 1 granular snapshots in VTK format
time needed: 0.198278903961 sec

Where to see the vtk file?