From 8a4fc28fb27e6dcab6cbc32d440f952144b44941 Mon Sep 17 00:00:00 2001 From: bri Date: Mon, 10 Feb 2014 18:25:56 +0400 Subject: [PATCH] light script adjusting --- scripts/run_salome_siman.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/run_salome_siman.sh b/scripts/run_salome_siman.sh index dce1f07..6ad5d6c 100644 --- a/scripts/run_salome_siman.sh +++ b/scripts/run_salome_siman.sh @@ -7,7 +7,7 @@ exec 1>~/salome_siman_log.out 2>&1 echo "the script execution is logged to the log file ~/salome_siman_log.out" >&3 -echo "parameters : $1 $2 $3" +echo "parameters 1: $1 $2 $3" echo "$#" if [ "$#" -ne 3 ] ; then @@ -43,6 +43,8 @@ if [ -e $env_script ] ; then echo 'Proceed with the current environment.' fi +echo "parameters 2" + castem_env_script=${SALOME_ROOT_DIR}/castem_env_products.sh if [ -e $castem_env_script ] ; then @@ -72,7 +74,7 @@ export LD_LIBRARY_PATH=${SIMANIO_ROOT_DIR}/lib:${LD_LIBRARY_PATH} export SIMAN_WS_HOST="172.22.0.102:8080" -echo "parameters 3: $1 $2 $3" +echo "parameters 3" export SIMAN_DATA_TMP="/tmp/SimanSalome/${1##*=}/${2##*=}/${3##*=}/" mkdir -p ${SIMAN_DATA_TMP} @@ -82,7 +84,7 @@ echo SIMAN_DATA_TMP = $SIMAN_DATA_TMP echo ">>> SALOME-SIMAN running" -echo "parameters 4: $1 $2 $3" +echo "parameters 4" #modules="KERNEL,GEOM,MED,SMESH,VISU,PARAVIS,YACS,CASTEM" modules="KERNEL,GEOM,MED,SMESH,VISU,YACS,CASTEM" -- 2.39.2