Version: 9.15.0
kill_remote_containers Namespace Reference

Data Structures

class  ParseError
 
class  Resource
 

Functions

def get_hostname ()
 
def main ()
 

Variables

 appli_local = os.path.realpath(os.path.dirname(__file__))
 
 APPLI = getAppliPath.relpath(appli_local,os.path.realpath(os.path.expanduser("~")))
 
string usage
 
 SEP
 

Function Documentation

◆ get_hostname()

def kill_remote_containers.get_hostname ( )

Referenced by main().

◆ main()

def kill_remote_containers.main ( void  )

References get_hostname().

Variable Documentation

◆ APPLI

kill_remote_containers.APPLI = getAppliPath.relpath(appli_local,os.path.realpath(os.path.expanduser("~")))

◆ appli_local

kill_remote_containers.appli_local = os.path.realpath(os.path.dirname(__file__))

◆ SEP

kill_remote_containers.SEP

◆ usage

string kill_remote_containers.usage
Initial value:
1 = """%(prog)s [options]
2 
3 This procedure kill all containers that have been launched in a SALOME session on remote machines.
4 A SALOME session is identified by a machine name and a port number.
5 
6 You need to have a well installed SALOME application with a CatalogResources.xml file.
7 This file is used (parsed) to collect all remote resources.
8 Remote resources are all the resources on remote machines not including the main local SALOME application.
9 """