cfdemSysTest can't find LIGGGHTS

Submitted by colin_bannister on Fri, 04/19/2013 - 13:10

I've followed instructions for installation of CFDEM coupling, and have got to part where the various paths can be tested using 'cfdemSysTest'.

However, this gives output below.

Some of the LIGGGHTS directories are missing. I have used the tar source, rather than git, as git is not available on our system.

Can you say why the PIZZA and mylpp directories are missing in my LIGGGHTS installation ? The directory listing of $HOME/LIGGGHTS/LIGGGHTS-PUBLIC is

[cczcb@login01 LIGGGHTS]$ ls LIGGGHTS-PUBLIC/
bench cMake couple doc examples lib LICENSE potentials python README src tools

Any pointers much appreciated !

thanks,

Colin

*******************
system settings:
*******************
CFDEM_VERSION=PUBLIC
couple to OF_VERSION=2.2.0

check if paths are set correctly
valid:yes critical:yes - $CFDEM_PROJECT_DIR = /panfs/panasas01.panfs.cluster/cczcb/CFDEM/CFDEMcoupling-PUBLIC-2.2.0
valid:yes critical:no - $CFDEM_PROJECT_USER_DIR = /panfs/panasas01.panfs.cluster/cczcb/CFDEM/cczcb-PUBLIC-2.2.0
valid:yes critical:yes - $CFDEM_SRC_DIR = /panfs/panasas01.panfs.cluster/cczcb/CFDEM/CFDEMcoupling-PUBLIC-2.2.0/src/lagrangian/cfdemParticle
valid:yes critical:yes - $CFDEM_SOLVER_DIR = /panfs/panasas01.panfs.cluster/cczcb/CFDEM/CFDEMcoupling-PUBLIC-2.2.0/applications/solvers
valid:yes critical:yes - $CFDEM_TUT_DIR = /panfs/panasas01.panfs.cluster/cczcb/CFDEM/CFDEMcoupling-PUBLIC-2.2.0/tutorials
valid:yes critical:yes - $CFDEM_LIGGGHTS_SRC_DIR = /panfs/panasas01.panfs.cluster/cczcb/LIGGGHTS/LIGGGHTS-PUBLIC/src
valid:NO critical:yes - $CFDEM_LPP_DIR = /panfs/panasas01.panfs.cluster/cczcb/LIGGGHTS/mylpp/src does not exist
valid:NO critical:no - $CFDEM_PIZZA_DIR = /panfs/panasas01.panfs.cluster/cczcb/LIGGGHTS/PIZZA/gran_pizza_17Aug10/src does not exist
valid:yes critical:no - $CFDEM_TEST_HARNESS_PATH = /panfs/panasas01.panfs.cluster/cczcb/CFDEM/cczcb-PUBLIC-2.2.0/log/logFilesCFDEM-PUBLIC-2.2.0

library names
$CFDEM_LIGGGHTS_LIB_NAME = lmp_fedora_fpic
$CFDEM_LIB_NAME = lagrangianCFDEM-PUBLIC-2.2.0
$LD_LIBRARY_PATH = /cm/shared/apps/OpenFOAM-gnu/ThirdParty-2.2.0/platforms/linux64Gcc/gperftools-svn/lib:/cm/shared/apps/OpenFOAM-gnu/ThirdParty-2.2.0/platforms/linux64Gcc/paraview-3.12.0/lib/paraview-3.12:/cm/shared/apps/OpenFOAM-gnu/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib/openmpi-1.6.3:/cm/shared/apps/OpenFOAM-gnu/ThirdParty-2.2.0/platforms/linux64GccDPOpt/lib/openmpi-1.6.3:/cm/shared/apps/OpenFOAM-gnu/ThirdParty-2.2.0/platforms/linux64Gcc/openmpi-1.6.3/lib:/cm/shared/apps/OpenFOAM-gnu/ThirdParty-2.2.0/platforms/linux64Gcc/openmpi-1.6.3/lib64:/panfs/panasas01.panfs.cluster/cczcb/OpenFOAM/cczcb-2.2.0/platforms/linux64GccDPOpt/lib:/cm/shared/apps/OpenFOAM-gnu/site/2.2.0/platforms/linux64GccDPOpt/lib:/cm/shared/apps/OpenFOAM-gnu/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib:/cm/shared/apps/OpenFOAM-gnu/ThirdParty-2.2.0/platforms/linux64GccDPOpt/lib:/cm/shared/apps/OpenFOAM-gnu/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib/dummy:/cm/shared/apps/pbspro/11.2.0.113417/lib/:/cm/shared/apps/intel/mpi/4.1.0.017/intel64/lib:/cm/shared/apps/intel/composer_xe/2011_sp1.11.339/compiler/lib:/cm/shared/apps/intel/composer_xe/2011_sp1.11.339/compiler/lib/intel64:/cm/shared/apps/intel/composer_xe/2011_sp1.11.339/mkl/lib/intel64
*******************
g++:
/usr/bin/g++
g++ (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
Copyright (C) 2010 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 (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
Copyright (C) 2010 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++:
/cm/shared/apps/OpenFOAM-gnu/ThirdParty-2.2.0/platforms/linux64Gcc/openmpi-1.6.3/bin/mpic++
g++ (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
Copyright (C) 2010 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:
/cm/shared/apps/OpenFOAM-gnu/ThirdParty-2.2.0/platforms/linux64Gcc/openmpi-1.6.3/bin/mpirun
mpirun (Open MPI) 1.6.3

alice's picture

alice | Mon, 04/22/2013 - 08:54

Hey Colin,
actually this already looks pretty good. Did you install lpp and pizza? Those are post processing tools that do not actually affect the functionality of LIGGGHTS itself. In case you have an installation of the two tools, check if the pathes are set correcty in $CFDEM_SRC_DIR/etc/bashrc, otherwise follow the cfdem-installation guide conserning the lpp installation.
Cheers,
Alice

colin_bannister | Thu, 04/25/2013 - 12:36

Alice,

It was simpler than I thought - have now unzipped pizza and lpp, and specified their locations in the bashrc script. The cfdemSysTest now looks good! Moving on to compile LIGGGHTS and CFDEMcoupling.

thanks again,
Colin

Colin Bannister
The University of Nottingham
UK