From: bri Date: Mon, 10 Feb 2014 14:25:56 +0000 (+0400) Subject: light script adjusting X-Git-Tag: Delivery_V1_0_2013_07_12~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8a4fc28fb27e6dcab6cbc32d440f952144b44941;p=tools%2Fsimanio.git light script adjusting --- 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"