3 # Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE
5 # This library is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
7 # License as published by the Free Software Foundation; either
8 # version 2.1 of the License, or (at your option) any later version.
10 # This library is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # Lesser General Public License for more details.
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with this library; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22 if [ -z "${KERNEL_ROOT_DIR}" ] ; then
23 export KERNEL_ROOT_DIR=@KERNEL_ROOT_DIR@
25 if [ -z "${ATOMSOLV_ROOT_DIR}" ] ; then
26 export ATOMSOLV_ROOT_DIR=@CMAKE_INSTALL_PREFIX@
30 echo -n "Searching for a free port for naming service: "
36 aRes=`netstat -ltn | grep -E :${NSPORT}`
37 if [ -z "$aRes" ]; then
39 local myhost=`hostname`
40 export OMNIORB_CONFIG=${HOME}/.omniORB_${myhost}_${NSPORT}.cfg
41 local initref="NameService=corbaname::"`hostname`":$NSPORT"
42 if [[ `python3 -c "import CORBA; print(CORBA.ORB_ID)"` = "omniORB4" ]]; then
43 echo "InitRef = $initref" > $OMNIORB_CONFIG
45 echo "ORBInitRef $initref" > $OMNIORB_CONFIG
50 if [[ $NSPORT -eq $limit ]] ; then
52 echo "Can't find a free port to launch omniNames"
53 echo "Try to kill the running servers and then launch SALOME again."
63 ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py python3 -i $ATOMSOLV_ROOT_DIR/bin/salome/runATOMSOLV.py --modules=ATOMGEN,ATOMSOLV --killall