Install the latest CFDEM versions.problem with cfdemSysTest

furkhat's picture
Submitted by furkhat on Wed, 09/26/2018 - 11:40

Dear community,
I try to install CFDEM latest version and meet problems...See below
Could somebody help me to fix problem? I usem Ubuntu 18.

fura@fura-VirtualBox:~$ cfdemSysTest

*********************************************
* C F D E M (R) c o u p l i n g *
* *
* by DCS Computing GmbH *
* www.dcs-computing.com *
*********************************************

*********************************
CFDEM(R)coupling system settings:
*********************************
CFDEM_VERSION=PUBLIC
couple to OF_VERSION=5.x
compile option=Opt

check if paths are set correctly
valid:yes critical:yes - $CFDEM_PROJECT_DIR = /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x
valid:yes critical:no - $CFDEM_PROJECT_USER_DIR = /home/fura/CFDEM/fura-PUBLIC-5.x
valid:yes critical:yes - $CFDEM_SRC_DIR = /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/src
valid:yes critical:yes - $CFDEM_SOLVER_DIR = /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/applications/solvers
valid:yes critical:yes - $CFDEM_TUT_DIR = /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/tutorials
valid:yes critical:yes - $CFDEM_LIGGGHTS_SRC_DIR = /home/fura/LIGGGHTS/LIGGGHTS-PUBLIC/src
valid:yes critical:yes - $CFDEM_LIGGGHTS_LIB_PATH = /home/fura/LIGGGHTS/LIGGGHTS-PUBLIC/src
valid:yes critical:yes - $CFDEM_LPP_DIR = /home/fura/LIGGGHTS/lpp/src
valid:yes critical:yes - $CFDEM_ADD_LIBS_DIR = /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/src/lagrangian/cfdemParticle/etc/addLibs_universal
valid:yes critical:yes - $CFDEM_LIB_DIR = /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/platforms/linux64GccDPInt32Opt/lib
valid:NO critical:yes - $CFDEM_APP_DIR = /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/platforms/linux64GccDPInt32Opt/bin does not exist
valid:NO critical:no - $CFDEM_USER_LIB_DIR = /home/fura/CFDEM/fura-PUBLIC-5.x/platforms/linux64GccDPInt32Opt/lib does not exist
valid:NO critical:no - $CFDEM_USER_APP_DIR = /home/fura/CFDEM/fura-PUBLIC-5.x/platforms/linux64GccDPInt32Opt/bin does not exist
valid:yes critical:no - $CFDEM_TEST_HARNESS_PATH = /home/fura/CFDEM/fura-PUBLIC-5.x/log/logFilesCFDEM-PUBLIC-5.x
valid:NO critical:no - $C3PO_SRC_DIR = does not exist

library names
$CFDEM_LIGGGHTS_LIB_NAME = lmp_auto
$CFDEM_LIB_NAME = lagrangianCFDEM-PUBLIC-5.x
$LD_LIBRARY_PATH = /home/fura/CFDEM/fura-PUBLIC-5.x/platforms/linux64GccDPInt32Opt/lib:/home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/platforms/linux64GccDPInt32Opt/lib:/home/fura/OpenFOAM/ThirdParty-5.x/platforms/linux64Gcc/gperftools-svn/lib:/home/fura/OpenFOAM/OpenFOAM-5.x/platforms/linux64GccDPInt32Opt/lib/openmpi-system:/home/fura/OpenFOAM/ThirdParty-5.x/platforms/linux64GccDPInt32/lib/openmpi-system:/usr/lib/x86_64-linux-gnu/openmpi/lib:/home/fura/OpenFOAM/fura-5.x/platforms/linux64GccDPInt32Opt/lib:/home/fura/OpenFOAM/site/5.x/platforms/linux64GccDPInt32Opt/lib:/home/fura/OpenFOAM/OpenFOAM-5.x/platforms/linux64GccDPInt32Opt/lib:/home/fura/OpenFOAM/ThirdParty-5.x/platforms/linux64GccDPInt32/lib:/home/fura/OpenFOAM/OpenFOAM-5.x/platforms/linux64GccDPInt32Opt/lib/dummy
$WM_NCOMPPROCS = 4
$WM_LABEL_SIZE = 32

Additional lib settings
CFDEM_ADD_LIBS_DIR/CFDEM_ADD_LIBS_NAME = /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/src/lagrangian/cfdemParticle/etc/addLibs_universal/additionalLibs_5.x
CFDEM_ADD_LIB_PATHS =
CFDEM_ADD_LIBS =

LIGGGHTS library link (created during compilation of CFDEM)
lrwxrwxrwx 1 fura fura 54 Қыр 25 14:53 /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/platforms/linux64GccDPInt32Opt/lib/liblmp_auto.so -> /home/fura/LIGGGHTS/LIGGGHTS-PUBLIC/src/liblmp_auto.so
*******************
g++:
/usr/bin/g++
g++ (Ubuntu 7.3.0-16ubuntu3) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

gcc:
/usr/bin/gcc
gcc (Ubuntu 7.3.0-16ubuntu3) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

mpic++:
/usr/bin/mpic++
g++ (Ubuntu 7.3.0-16ubuntu3) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

mpirun:
/usr/bin/mpirun
mpirun (Open MPI) 2.1.1

Report bugs to http://www.open-mpi.org/community/help/
**********************
additional packages...

medvedeg | Wed, 09/26/2018 - 13:11

Hi,

the only problem I see is
valid:NO critical:yes - $CFDEM_APP_DIR = /home/fura/CFDEM/CFDEMcoupling-PUBLIC-5.x/platforms/linux64GccDPInt32Opt/bin does not exist
This folder must be created automatically during compilation.
Did you compile the solvers? Try to compile them via "cfdemCompCFDEMsol"

Alexander Podlozhnyuk