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
This commit is contained in:
danielque
2017-08-22 13:23:30 +02:00
parent 9f7c801fbe
commit a87ed03b61

View File

@ -41,6 +41,7 @@ echo ""
echo "library names" echo "library names"
echo '$CFDEM_LIB_NAME = '"$CFDEM_LIB_NAME" echo '$CFDEM_LIB_NAME = '"$CFDEM_LIB_NAME"
echo '$PATH = '"$PATH"
echo '$LD_LIBRARY_PATH = '"$LD_LIBRARY_PATH" echo '$LD_LIBRARY_PATH = '"$LD_LIBRARY_PATH"
echo '$WM_NCOMPPROCS = '"$WM_NCOMPPROCS" echo '$WM_NCOMPPROCS = '"$WM_NCOMPPROCS"