Salome HOME
light script adjusting
authorbri <bri@opencascade.com>
Mon, 10 Feb 2014 14:25:56 +0000 (18:25 +0400)
committerbri <bri@opencascade.com>
Mon, 10 Feb 2014 14:25:56 +0000 (18:25 +0400)
scripts/run_salome_siman.sh

index dce1f07eea24d34263419929541b8f608884e50d..6ad5d6c19a26cf25a3e7e74a29660369a5542f51 100644 (file)
@@ -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"