export OPENRADIOSS_PATH=$HOME/OpenRadioss echo $OPENRADIOSS_PATH echo $HOME export RAD_CFG_PATH=$HOME/OpenRadioss/hm_cfg_files echo $RAD_CFG_PATH export RAD_H3D_PATH=$HOME/OpenRadioss/extlib/h3d/lib/linux64 echo $RAD_H3D_PATH export OMP_STACKSIZE=400m export LD_LIBRARY_PATH=$HOME/OpenRadioss/extlib/hm_reader/linux64/:$HOME/OpenRadioss/extlib/h3d/lib/linux64/:$LD_LIBRARY_PATH echo $LD_LIBRARY_PATH echo "**Run Starter**" myjobname=$(echo "$1" | rev | cut -c10- | rev) echo $myjobname "running in OpenRadioss" $HOME/OpenRadioss/exec/starter_linux64_gf -i $myjobname"_0000.rad" -nt $2 echo "**Run Engine**" $HOME/OpenRadioss/exec/engine_linux64_gf -i $myjobname"_0001.rad" -nt $2 echo "Done"