-
Notifications
You must be signed in to change notification settings - Fork 0
interface to ADAO (Data Assimilation and Optimization features in Python ) in SALOME
License
SalomePlatform/adao_interface
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
_internal->_py_call_back : Py function intercepting multifunc call _internal->_decorator_func : Decoration func around _internal->_py_call_back to deal with returned values of _internal->_py_call_back ################# user GIL management in AdaoExchangeLayer class AdaoExchangeLayer has been developped to be launched from any thread. AdaoExchangeLayer manage the GIL (using AutoGIL) in its implementation. Consequence the AdaoExchangeLayer instance should NOT be surrounded by GIL protection. Consequence : AdaoExchangeLayer::initPythonIfNeeded initializes the python interpretor (if not already done) and let the GIL released to manage all python caller threads easily Consequence : Using ADAO interface implies to protect python calls ############## user GIL management in AdaoModel::MainModel The custom MainModel overloading should be GIL protected by the user.
About
interface to ADAO (Data Assimilation and Optimization features in Python ) in SALOME
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published