Need official site links for paraview-openmpi , paraview-openmpi-devel and gccc++ packages to install in Redhat

shivagoud's picture
Submitted by shivagoud on Wed, 11/15/2017 - 07:09

Hi,

While installing LIGGGHTS on HPC error comes up saying
Unable to locate shared libraries libvtk commomcore.so....... # loaded only openmpi module

I doubt this is because of missing libraries like paraview-openmpi paraview-openmpi-devel
The person who is installing has asked me to send the links for these libraries.
I am unable to find the packages. Can you help me in this regard?

Regards,
Shiva.

arnom's picture

arnom | Wed, 11/15/2017 - 09:37

It seems you could compile LIGGGHTS correctly is that right? Your error only appears when executing LIGGGHTS.

If this is the case you should check your whether your VTK module is loaded on the node and whether the LD_LIBRARY_PATH is set correctly.

You won't need paraview to run LIGGGHTS.

DCS team member & LIGGGHTS(R) core developer

shivagoud's picture

shivagoud | Fri, 11/17/2017 - 06:06

HPC providers said vtk was installed and an error occurred while installing liggghts

In file included from ../dump_atom_vtk.h:49:0,
from ../dump_atom_vtk.cpp:40:
../dump_vtk.h:48:29: fatal error: vtkSmartPointer.h: No such file or directory
#include
^
compilation terminated.
make[1]: *** [dump_atom_vtk.o] Error 1
make[1]: Leaving directory `/app/setups/LIGGGHTS-PUBLIC-master/src/Obj_mpi'
make: *** [mpi] Error 2

Please let me know the reason for this error.

arnom's picture

arnom | Fri, 11/17/2017 - 14:39

You clearly have not set your VTK include path correctly.
I strongly suggest that you use make auto and not make mpi.
If you do so have a look at MAKE/Makefile.user and in particular the VTK_INC_USR and VTK_LIB_USR and make sure that they are set to the correct paths where the VTK libraries have been installed.

DCS team member & LIGGGHTS(R) core developer

shivagoud's picture

shivagoud | Wed, 11/22/2017 - 11:14

When I checked for Include folder in VTK-6.3.0 / VTK-build, there was no include folder. Asked the HPC providers to install it again.
This time after using c make first and then 'make' command error occured saying
: skipping Incomaptible usr/lib/gcc/x86_64-redhat-linux/4.4.7/libstdc++.so when searching for -lstdc++