Install the latest CFDEM versions

Min Zhang's picture
Submitted by Min Zhang on Fri, 07/20/2018 - 00:12

The release was developed for OF5.x and LIGGGHTS-3.8.0 (see versionInfo.H)

So it means that I can only install OF5.x and OF5.0 is not compatible, yes?

Thanks and best regards,
Min

Min Zhang's picture

Min Zhang | Fri, 07/20/2018 - 16:15

Hello,

Thanks for your reply!

But on the OpenFOAM website, https://openfoam.org/download/history/, it has the OF5.0 version already released.

I have been trying to install OpenFOAM&LIGGGHTS&CFDEMcoupling on a cluster and its OS is CentOS Linux release 7.4.1708 (Core).

I found that OF4.1 and OF5.0 has already been installed on this cluster. So I am wondering whether I could be based on their OF5.0 or I need to install OF5.x by myself since the latest CFDEMcoupling version is only compatible with OF5.x not OF5.0.

Thanks and best regards,
Min

Min Zhang's picture

Min Zhang | Fri, 07/20/2018 - 16:13

Hello,

Thanks for your reply!

But on the OpenFOAM website, https://openfoam.org/download/history/, it has the OF5.0 version already released.

I have been trying to install OpenFOAM&LIGGGHTS&CFDEMcoupling on a cluster and its OS is CentOS Linux release 7.4.1708 (Core).

I found that OF4.1 and OF5.0 has already been installed on this cluster. So I am wondering whether I could be based on their OF5.0 or I need to install OF5.x by myself since the latest CFDEMcoupling version is only compatible with OF5.x not OF5.0.

Thanks and best regards,
Min

Daniel Queteschiner | Thu, 07/26/2018 - 14:12

OpenFOAM 5.0 is the initial release of the OpenFOAM 5.X branch (as you can see here: https://github.com/OpenFOAM/OpenFOAM-5.x/tree/version-5.0).
OpenFOAM 5.X has additional updates compared to 5.0. Hence to get the latest bug fixes you might want to git clone https://github.com/OpenFOAM/OpenFOAM-5.x but 5.0 should be OK.
You can see the changes from 5.0 to the current 5.X here:
https://github.com/OpenFOAM/OpenFOAM-5.x/compare/version-5.0...master

Min Zhang's picture

Min Zhang | Tue, 07/31/2018 - 04:18

Thanks for your reply!

Since the installation of OF5.x by myself is not recommended by the cluster administration, I am trying to install CFDEM based on the system OF5.0. But I am encountering a lot of problems. Any help would be very appreciated! Thanks in advance!!

FYI: The cluster system is CentOS Linux release 7.4.1708.

=========================================================================================================================
Step 1. I loaded the system OF5.0 as a module successfully.
module load intel/18.0.0 impi/18.0.0
module load openfoam/5.0
export MPI_ROOT=${MPICH_HOME}
source ${TACC_OPENFOAM_DIR}/etc/bashrc

=========================================================================================================================
Step 2. modify my .bashrc file.
#- source cfdem env vars
export CFDEM_VERSION=PUBLIC
export CFDEM_PROJECT_DIR=$WORK/CFDEM/CFDEMcoupling-$CFDEM_VERSION-$WM_PROJECT_VERSION
export CFDEM_PROJECT_USER_DIR=$WORK/CFDEM/$LOGNAME-$CFDEM_VERSION-$WM_PROJECT_VERSION
export CFDEM_bashrc=$CFDEM_PROJECT_DIR/src/lagrangian/cfdemParticle/etc/bashrc
export CFDEM_LIGGGHTS_SRC_DIR=$WORK/LIGGGHTS/LIGGGHTS-PUBLIC/src
export CFDEM_LIGGGHTS_MAKEFILE_NAME=auto
export CFDEM_LPP_DIR=$WORK/LIGGGHTS/lpp/src
export CFDEM_ADD_LIBS_NAME=additionalLibs_5.x
. $CFDEM_bashrc

PS: I added this line """"export CFDEM_ADD_LIBS_NAME=additionalLibs_5.x"""" is because it didn't find additionalLibs_5.0 previously.

=========================================================================================================================
Step 3: source .bashrc.
login1(411)$ source .bashrc
************************************
using default CFDEM_SRC_DIR = /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/src
using default CFDEM_SOLVER_DIR = /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/applications/solvers
using default CFDEM_DOC_DIR = /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/doc
using default CFDEM_UT_DIR = /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/applications/utilities
using default CFDEM_TUT_DIR = /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/tutorials
using default CFDEM_LAMMPS_LIB_DIR = /work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src/../lib
using default CFDEM_LIGGGHTS_LIB_PATH = /work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src
using default CFDEM_ADD_LIBS_DIR = /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/src/lagrangian/cfdemParticle/etc/addLibs_universal
using userdefined CFDEM_ADD_LIBS_NAME = additionalLibs_5.x
using default CFDEM_LIB_DIR = /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/platforms/linux64IccDPInt32Opt/lib
using default CFDEM_USER_LIB_DIR = /work/04454/minzhang/stampede2/CFDEM/minzhang-PUBLIC-5.0/platforms/linux64IccDPInt32Opt/lib
using default CFDEM_APP_DIR = /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/platforms/linux64IccDPInt32Opt/bin
using default CFDEM_USER_APP_DIR = /work/04454/minzhang/stampede2/CFDEM/minzhang-PUBLIC-5.0/platforms/linux64IccDPInt32Opt/bin
************************************
I think this step should be ok, yes?

=========================================================================================================================
Step 4: 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.0
compile option=Opt

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

library names
$CFDEM_LIGGGHTS_LIB_NAME = lmp_auto
$CFDEM_LIB_NAME = lagrangianCFDEM-PUBLIC-5.0
$LD_LIBRARY_PATH = /work/04454/minzhang/stampede2/CFDEM/minzhang-PUBLIC-5.0/platforms/linux64IccDPInt32Opt/lib:/work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/platforms/linux64IccDPInt32Opt/lib:/home1/apps/intel18/impi18_0/OpenFOAM/ThirdParty-5.0/platforms/linux64Icc/CGAL-4.8/lib:/home1/apps/intel18/impi18_0/OpenFOAM/ThirdParty-5.0/platforms/linux64Icc/boost_1_55_0/lib:/home1/apps/intel18/impi18_0/OpenFOAM/ThirdParty-5.0/platforms/linux64Icc/gperftools-svn/lib:/home1/apps/intel18/impi18_0/OpenFOAM/OpenFOAM-5.0/platforms/linux64IccDPInt32Opt/lib/mpi:/home1/apps/intel18/impi18_0/OpenFOAM/ThirdParty-5.0/platforms/linux64IccDPInt32/lib/mpi:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/mpi/lib:/home1/04454/minzhang/OpenFOAM/minzhang-5.0/platforms/linux64IccDPInt32Opt/lib:/home1/apps/intel18/impi18_0/OpenFOAM/site/5.0/platforms/linux64IccDPInt32Opt/lib:/home1/apps/intel18/impi18_0/OpenFOAM/OpenFOAM-5.0/platforms/linux64IccDPInt32Opt/lib:/home1/apps/intel18/impi18_0/OpenFOAM/ThirdParty-5.0/platforms/linux64IccDPInt32/lib:/home1/apps/intel18/impi18_0/OpenFOAM/OpenFOAM-5.0/platforms/linux64IccDPInt32Opt/lib/dummy:/opt/intel/compilers_and_libraries_2018.0.128/linux/mpi/intel64/lib:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/mpi/intel64/lib:/home1/apps/intel/18.0.0/debugger_2018/libipt/intel64/lib:/home1/apps/intel/18.0.0/debugger_2018/iga/lib:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/daal/../tbb/lib/intel64_lin/gcc4.4:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/daal/lib/intel64_lin:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/tbb/lib/intel64/gcc4.7:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/mkl/lib/intel64_lin:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/compiler/lib/intel64_lin:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/ipp/lib/intel64:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/compiler/lib/intel64:/opt/apps/gcc/6.3.0/lib64:/opt/apps/gcc/6.3.0/lib
$WM_NCOMPPROCS =
$WM_LABEL_SIZE = 32

Additional lib settings
CFDEM_ADD_LIBS_DIR/CFDEM_ADD_LIBS_NAME = /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/src/lagrangian/cfdemParticle/etc/addLibs_universal/additionalLibs_5.x
CFDEM_ADD_LIB_PATHS =
CFDEM_ADD_LIBS =

LIGGGHTS library link (created during compilation of CFDEM)
ls: cannot access /work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/platforms/linux64IccDPInt32Opt/lib/liblmp*: No such file or directory
*******************
g++:
/opt/apps/gcc/6.3.0/bin/g++
g++ (GCC) 6.3.0
Copyright (C) 2016 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:
/opt/apps/gcc/6.3.0/bin/gcc
gcc (GCC) 6.3.0
Copyright (C) 2016 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++:
which: no mpic++ in (/work/04454/minzhang/stampede2/CFDEM/minzhang-PUBLIC-5.0/platforms/linux64IccDPInt32Opt/bin:/work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/platforms/linux64IccDPInt32Opt/bin:/home1/apps/intel18/impi18_0/OpenFOAM/ThirdParty-5.0/platforms/linux64Icc/gperftools-svn/bin:/home1/apps/intel18/impi18_0/OpenFOAM/ThirdParty-5.0/platforms/linux64Icc/cmake-3.2.1/bin:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/mpi/bin:/home1/04454/minzhang/OpenFOAM/minzhang-5.0/platforms/linux64IccDPInt32Opt/bin:/home1/apps/intel18/impi18_0/OpenFOAM/site/5.0/platforms/linux64IccDPInt32Opt/bin:/home1/apps/intel18/impi18_0/OpenFOAM/OpenFOAM-5.0/platforms/linux64IccDPInt32Opt/bin:/home1/apps/intel18/impi18_0/OpenFOAM/OpenFOAM-5.0/bin:/home1/apps/intel18/impi18_0/OpenFOAM/OpenFOAM-5.0/wmake:/opt/apps/xalt/xalt/bin:/opt/intel/compilers_and_libraries_2018.0.128/linux/mpi/intel64/bin:/opt/apps/intel18/impi/18.0.0/bin:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/mpi/intel64/bin:/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/bin/intel64:/opt/apps/gcc/6.3.0/bin:/opt/apps/autotools/1.1/bin:/opt/apps/git/2.9.0/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/opt/dell/srvadmin/bin:.)
/work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/src/lagrangian/cfdemParticle/etc/cfdemSystemTest.sh: line 91: mpic++: command not found
mpirun:
/home1/apps/intel/18.0.0/compilers_and_libraries_2018.0.128/linux/mpi/intel64/bin/mpirun
Intel(R) MPI Library for Linux* OS, Version 2018 Build 20170713 (id: 17594)
Copyright (C) 2003-2017, Intel Corporation. All rights reserved.
**********************
additional packages...

What should I do next?

It seems that it didn't find mpic++.

Thanks and best regards,
Min

Daniel Queteschiner | Wed, 08/01/2018 - 12:34

>> It seems that it didn't find mpic++.
This. Check if mpic++ is actually available and the environment is set up correctly.

Daniel Queteschiner | Tue, 08/07/2018 - 14:12

Well, mpicxx is actually just a different name for the same thing (probably just a system link to the actually executable anyway...). The important thing is that the wmake and related functions from OpenFOAM are available as those are used to compile CFDEMcoupling as you can see in this file: https://github.com/CFDEMproject/CFDEMcoupling-PUBLIC/blob/master/src/lag...
Did you try to compile and if yes, did it work? In case it did not work, what was the error message?

Min Zhang's picture

Min Zhang | Wed, 08/08/2018 - 16:10

Thanks for your reply!

The important thing is that the wmake and related functions from OpenFOAM are available as those are used to compile CFDEMcoupling as you can see in this file:
------------->>>> >>>> What do you mean? You mean, I need to make sure "wmake and related functions" are really available, yes? How do I know whether they are available or not?

=========================================================================================================================
Step 5:
login4(638)$ cfdemCompCFDEMall
copying patch files for LIGGGHTS if available
cp: cannot stat ‘/work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/src/LIGGGHTSpatch/*’: No such file or directory

===========================================
deactivating all possible packages of LIGGGHTS now...
Please provide the packages to be compiled in the //work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/src/lagrangian/cfdemParticle/etc/package-undo-liggghts-list.txt file.
Packages must be in: /work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src/../lib.
will change path...
/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src
rm: cannot remove ‘log_compilePOEMSlib’: No such file or directory
Uninstalling package POEMS
will change path...
/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src
rm: cannot remove ‘log_compileDIPOLElib’: No such file or directory
Package DIPOLE does not exist
will change path...
/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src
rm: cannot remove ‘log_compileASPHERElib’: No such file or directory
Package ASPHERE does not exist
will change path...
/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src
rm: cannot remove ‘log_compilePASCALlib’: No such file or directory
Uninstalling package PASCAL

===========================================
activating packages of LIGGGHTS now...
Please provide the packages to be compiled in the //work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/src/lagrangian/cfdemParticle/etc/package-liggghts-list.txt file.
Packages must be in: /work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src/../lib.

// log_compileLIGGGHTS-2018-08-08-08:52 //

/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src

rm: cannot remove ‘/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src/lmp_auto’: No such file or directory
rm -rf Obj_auto MAKE/Makefile.auto.options lmp_auto liblmp_auto.a liblmp_auto.so
rm: cannot remove ‘/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src/liblmp_auto.a’: No such file or directory
cleaning LIGGGHTS
compiling LIGGGHTS with
Creating list of contact models completed.
Warning: MPICXX compiler is icpc but g++. Thus, setting the MPICH cxx compiler to g++.
make[1]: Entering directory `/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src/Obj_auto'
Makefile:499: *** 'Could not compile and link a simple MPI example. Test was done with MPI_LIB='. Stop.
make[1]: Leaving directory `/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src/Obj_auto'
make: *** [auto] Error 2
Warning: MPICXX compiler is icpc but g++. Thus, setting the MPICH cxx compiler to g++.
make[1]: Entering directory `/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src/Obj_auto'
Makefile:499: *** 'Could not compile and link a simple MPI example. Test was done with MPI_LIB='. Stop.
make[1]: Leaving directory `/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src/Obj_auto'
make: *** [auto] Error 2

Min Zhang's picture

Min Zhang | Wed, 08/08/2018 - 16:46

Step 5:
login4(638)$ cfdemCompCFDEMall
copying patch files for LIGGGHTS if available
cp: cannot stat ‘/work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/src/LIGGGHTSpatch/*’: No such file or directory
========================================================================================================================================================================================================================================================================================================================================================================
From the above terminal output, it means,
If I want to use the coarse-grained (CG) CFDEM, ##BEFORE## I compile LIGGGHTS and CFDEMcoupling, I need to copy the patch file into the ##above## path, and then do patch -p1 < path/to/liggghts-cg.patch. Yes?

After that, I could continue to compile LIGGGHTS and CFDEMcoupling. Yes?

Min Zhang's picture

Min Zhang | Wed, 08/08/2018 - 16:55

No.

Actually, there is no such folder "/work/04454/minzhang/stampede2/CFDEM/CFDEMcoupling-PUBLIC-5.0/src/LIGGGHTSpatch".

I need to copy the patch file into $CFDEM_LIGGGHTS_SRC_DIR, yes?

Min Zhang's picture

Min Zhang | Wed, 08/08/2018 - 17:02

login4(655)$ pwd
/work/04454/minzhang/stampede2/LIGGGHTS/LIGGGHTS-PUBLIC/src
login4(656)$ patch -p1 < liggghts-cg.patch
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/src/input.cpp b/src/input.cpp
|index e0496f4..d665752 100644
|--- a/src/input.cpp
|+++ b/src/input.cpp
--------------------------
File to patch: liggghts-cg.patch
patching file liggghts-cg.patch
patch: **** malformed patch at line 6: else if (!strcmp(command,"bond_style")) bond_style();

====================================================================================================================
What does it mean? It means I need to compile LIGGGHTS first, then make this patch, then compile LIGGGHTS again, yes?

paul | Mon, 08/13/2018 - 20:38

Go one directory up and try to apply the patch. If that doesn't work, try to make the changes by hand. All lines marked with + need to be added in src/input.cpp and src/input.h as specified.

The patch has to be applied only once. This modifies the source, meaning it becomes part of every build after.

Never used the LIGGGHTSpatch directory.

Min Zhang's picture

Min Zhang | Wed, 08/01/2018 - 16:46

Thank you for your reply!

Could I ask more questions?

Step 1: It means every time I want to continue my installation, I need to log in my account and load the OF5.0 module again. Then, I can continue my installation. What if I completed my installation? I mean, to use OF5.0, I need to load 0F5.0 module every time I log in my account. Do I need to compile CFDEM every time I login, or I just need to load OF5.0 module and source CFDEM bashrc?

Step 2: I added this line """""export CFDEM_ADD_LIBS_NAME=additionalLibs_5.x""""" in my $HOME .bashrc file. I am wondering whether it is OK to use additionalLibs_5.x to compile CFDEM, but actually my CFDEM installation is based on OF5.0 instead of 5.x.

Step 4: I just need to load mpicc++, yes? I am wondering where the mpicc++ is used and which file has this compiler information, then I can modify it according to the system compiler information.

Thanks and best regards,
Min

Sounik | Mon, 02/18/2019 - 21:41

Hi Min,

I am also trying to install liggghts in CentOS Linux release 7.4.1708 (Core). Did you successfully installed the same?

Thanks,
Sounik