From a87ed03b61347e83f8e35c179301a0787d925e42 Mon Sep 17 00:00:00 2001 From: danielque Date: Tue, 22 Aug 2017 13:23:30 +0200 Subject: [PATCH] display PATH env var in cfdemSysTest We will add bin and library paths for cfdemcoupling binaries and libraries in the future -> display PATH to see if they are set correctly --- etc/cfdemSystemTest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/cfdemSystemTest.sh b/etc/cfdemSystemTest.sh index e3da8008..7cc2bf81 100755 --- a/etc/cfdemSystemTest.sh +++ b/etc/cfdemSystemTest.sh @@ -41,6 +41,7 @@ echo "" echo "library names" echo '$CFDEM_LIB_NAME = '"$CFDEM_LIB_NAME" +echo '$PATH = '"$PATH" echo '$LD_LIBRARY_PATH = '"$LD_LIBRARY_PATH" echo '$WM_NCOMPPROCS = '"$WM_NCOMPPROCS"