Hi,
Install LIGGGHTS and CFDEMcoupling keep failing.
I tried to install it with ubuntuVTK and with fedora. In both cases running the 'lmp' file shows that there are problems.
Ubuntu 13.10 and OpenFoam 2.2.1 are installed on my system and work.
Making lmp_ubuntuVTK gives :
--------------------------------------------------------------------------
A requested component was not found, or was unable to be opened. This
means that this component is either not installed or is unable to be
used on your system (e.g., sometimes this means that shared libraries
that the component requires are unable to be found/loaded). Note that
Open MPI stopped checking at the first component that it did not find.
Host: user
Framework: crs
Component: none
--------------------------------------------------------------------------
[user:26013] *** Process received signal ***
[user:26013] Signal: Segmentation fault (11)
[user:26013] Signal code: Address not mapped (1)
[user:26013] Failing at address: 0x28
[user:26013] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0xfbb0) [0x7f92bf46cbb0]
[user:26013] [ 1] /usr/lib/libopen-pal.so.0(mca_base_select+0x11e) [0x7f92b7d23b7e]
[user:26013] [ 2] /usr/lib/libopen-pal.so.0(opal_crs_base_select+0x7e) [0x7f92b7d374de]
[user:26013] [ 3] /usr/lib/libopen-pal.so.0(opal_cr_init+0x305) [0x7f92b7d14845]
[user:26013] [ 4] /usr/lib/libopen-pal.so.0(opal_init+0x17b) [0x7f92b7d141bb]
[user:26013] [ 5] /usr/lib/libopen-rte.so.0(orte_init+0x2f) [0x7f92bba223cf]
[user:26013] [ 6] /usr/lib/libmpi.so.0(+0x36b57) [0x7f92bfbcab57]
[user:26013] [ 7] /usr/lib/libmpi.so.0(MPI_Init+0x16b) [0x7f92bfbeb2fb]
[user:26013] [ 8] ./lmp_ubuntuVTK(main+0x1b) [0x57e2eb]
[user:26013] [ 9] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f92bf0b6de5]
[user:26013] [10] ./lmp_ubuntuVTK() [0x57f74f]
[user:26013] *** End of error message ***
Segmentation fault (core dumped)
Making lmp_fedora gives :
--------------------------------------------------------------------------
A requested component was not found, or was unable to be opened. This
means that this component is either not installed or is unable to be
used on your system (e.g., sometimes this means that shared libraries
that the component requires are unable to be found/loaded). Note that
Open MPI stopped checking at the first component that it did not find.
Host: user
Framework: crs
Component: none
--------------------------------------------------------------------------
[user:25998] *** Process received signal ***
[user:25998] Signal: Segmentation fault (11)
[user:25998] Signal code: Address not mapped (1)
[user:25998] Failing at address: 0x28
[user:25998] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0xfbb0) [0x7f91affb0bb0]
[user:25998] [ 1] /usr/lib/libopen-pal.so.0(mca_base_select+0x11e) [0x7f91af753b7e]
[user:25998] [ 2] /usr/lib/libopen-pal.so.0(opal_crs_base_select+0x7e) [0x7f91af7674de]
[user:25998] [ 3] /usr/lib/libopen-pal.so.0(opal_cr_init+0x305) [0x7f91af744845]
[user:25998] [ 4] /usr/lib/libopen-pal.so.0(opal_init+0x17b) [0x7f91af7441bb]
[user:25998] [ 5] /usr/lib/libopen-rte.so.0(orte_init+0x2f) [0x7f91af9983cf]
[user:25998] [ 6] /usr/lib/libmpi.so.0(+0x36b57) [0x7f91b070eb57]
[user:25998] [ 7] /usr/lib/libmpi.so.0(MPI_Init+0x16b) [0x7f91b072f2fb]
[user:25998] [ 8] ./lmp_fedora(main+0x1b) [0x57cb4b]
[user:25998] [ 9] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f91afbfade5]
[user:25998] [10] ./lmp_fedora() [0x57dfaf]
[user:25998] *** End of error message ***
Segmentation fault (core dumped)
Does anyone knows how to resolve it ?
Thanks,
Ziv