SEGMENTATION ERROR IN LIGGGHTS AFTER INSTALLING PASCAL

Submitted by yesaswi92 on Wed, 11/21/2018 - 22:46

Hi,

I'm trying to install PARSCALE and re-build LIGGGHTS again. The following are the steps I followed (based on https://github.com/CFDEMproject/ParScale-PUBLIC/blob/master/src/INSTALL.md and https://www.cfdem.com/system/files/2_usage_1_introductioninstallation.pdf)

- Installed Boost-1.58 so that lboost_regex is available
- Installed HDF5-1.8.15
- Installed Qt-5.6.1
- Installed Octave 4.0.0 with JSONLAB-1.8
- Edited environmental variables in $PASCAL_ETC_DIR/bashrc so that all the necessary packages are linked
- Built standalone version of PARSCALE and ThirdParty Softares using $PASCAL_SRC_DIR/refresh
- Verified the standalone build of PARSCALE and found no issues
- Built PARSCALE library using $PASCAL_SRC_DIR/refresh
- Configured Makefile.package for PARSCALE integration using make yes-PASCAL
- Re-Built LIGGGHTS again with make auto -j6

After all this, when I'm running a basic liggghts case, I'm getting a Segmentation Error. On the other hand ParScale is not facing any issues.

So, can anyone help me with this issue? The only guess I can make is that, my system is using Qt-4.8.7 and I installed Qt-5.6.1 for JSON libraries. Is this the reason for the problem?

Thanks you