cfdemTestTUT

Submitted by marcelo on Thu, 05/18/2017 - 00:42

Hi,

I finished the build process and: https://paste.ubuntu.com/24595522/
What is this ERRO?

I made another attempt in another tutorial and: https://paste.ubuntu.com/24595567/

What I have to do?

cfdemTEST: http://paste.ubuntu.com/24595186/

alice's picture

alice | Thu, 05/18/2017 - 09:09

Hello Marcelo,
it seems as you compilation of LIGGGHTS(R) is faulty:

mpirun was unable to launch the specified application as it could not access
or execute an executable:

Executable: /home/frc5/LIGGGHTS/LIGGGHTS-PUBLIC/src/lmp_fedora_fpic

Did you compile the sources with cfdemCompCFDEMall? In case you did: try running a pure LIGGGHTS(R) example with the cfdemLIGGGHTS #inputfile to see if the compilation worked out, otherwise try to first compile cfdemCompLIG and see what it does.
Cheers,
Alice

marcelo | Thu, 05/18/2017 - 14:13

I will try. Thanks.

And... before the compilation had already installed python-numpy. However, I got the error from lpp: http://paste.ubuntu.com/24595716/

Can you help me?

alice's picture

alice | Fri, 05/19/2017 - 11:40

Hello Marcelo,
this is really a bit hard to tell, as to my knowledge this package should suffice. I would recommend to reinstall the package with
sudo apt-get install python-numpy
and watch out for possible error messages. In case you are using an older system you could also try
sudo apt-get install python-numeric
but most likely this will not exist any more for your system...
Another option would be installing vtk on your machine and then compiling liggghts with vtk (e.g. the makefile ubuntuVTK_fpic). In this case you to not need lpp as liggghts can write vtk-files directly.
Cheers,
Alice

marcelo | Fri, 05/19/2017 - 23:13

Thanks.

I made my compilation in 'ubuntuVTK' ... later (through its recommendations) I went to 'ubuntuVTK_fpic' ... I did not notice if running the example already happens the conversion of .dump files, which I did using lpp. I'll review and feedback you.

marcelo | Sat, 05/20/2017 - 22:03

Hi Alice,

could you help me with this erro? When I compiled LIGGGHTS it appeared, then I compiled it again and it disappeared.
Try compiling cfdemCompLIG but persisted, including in cfdemCompCFDEMall.

''/usr/bin/ld: could not find -lopen-rte
/usr/bin/ld: could not find -lopen-pal''

https://paste.ubuntu.com/24612931/

alice's picture

alice | Mon, 05/22/2017 - 07:34

Hello Marcelo,
open-rte somehow seems to be related to Open MPI... is everything okay with you mpi-installation?
Another thing you could try is changing the Makefile once more from ubuntuVTK_fpic to auto.
Cheers,
Alice