launcher/init.py
Initialization file in order to import the proper path and modules when launcher is imported as python package.
launcher/main.py
Entry point when the launcher will be invoked as python module as follows:
python3 -m launcher --plan <co_sim_plan.xml>NOTE:Please consider that the upper level directory of the launcher directory should be added into the PYTHONPATH environment variable, e.g. export PYTHONPATH=/path/to/repo/TVB-NEST/
launcher/common/init.py
Initialization file to configure the such location as a python package.
launcher/common/args.py
Validation procedure for the command-line parameters sent to the launcher
launcher/common/enums.py
Enumeration definitions used through the launcher code
launcher/common/launcher.py
Implementation the Launcher class, contains the functional logic of the launcher component per se
launcher/main.py
Entry point for the launcher, to be executed as follows:
python3 /path/to/repo/TVB-NEST/laucher/main.py --plan <co_sim_plan.xml>
launcher/plans/translator_nest_to_tvb_on_local.xml
Co-Simulation Plan XML configuration file
launcher/init.py Initialization file in order to import the proper path and modules when launcher is imported as python package.
launcher/main.py Entry point when the launcher will be invoked as python module as follows:
python3 -m launcher --plan <co_sim_plan.xml>
NOTE: Please consider that the upper level directory of the launcher directory should be added into the PYTHONPATH environment variable, e.g. export PYTHONPATH=/path/to/repo/TVB-NEST/launcher/common/init.py Initialization file to configure the such location as a python package.
launcher/common/args.py Validation procedure for the command-line parameters sent to the launcher
launcher/common/enums.py Enumeration definitions used through the launcher code
launcher/common/launcher.py Implementation the Launcher class, contains the functional logic of the launcher component per se
launcher/main.py Entry point for the launcher, to be executed as follows:
python3 /path/to/repo/TVB-NEST/laucher/main.py --plan <co_sim_plan.xml>
launcher/plans/translator_nest_to_tvb_on_local.xml Co-Simulation Plan XML configuration file