Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3590)

Unified Diff: bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py

Issue 109068: Ns-3 MPI Distributed Simulation (Closed)
Patch Set: Fix valgrind and merged Created 14 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py ('k') | doc/manual/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
===================================================================
--- a/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
+++ b/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
@@ -17,6 +17,7 @@
import ns3_module_test
import ns3_module_common
import ns3_module_mobility
+import ns3_module_mpi
import ns3_module_contrib
import ns3_module_node
import ns3_module_bridge
@@ -109,6 +110,17 @@
ns3_module_mobility__local.register_types(module)
root_module.end_section('ns3_module_mobility')
+ root_module.begin_section('ns3_module_mpi')
+ ns3_module_mpi.register_types(module)
+
+ try:
+ import ns3_module_mpi__local
+ except ImportError:
+ pass
+ else:
+ ns3_module_mpi__local.register_types(module)
+
+ root_module.end_section('ns3_module_mpi')
root_module.begin_section('ns3_module_contrib')
ns3_module_contrib.register_types(module)
@@ -572,6 +584,17 @@
ns3_module_mobility__local.register_methods(root_module)
root_module.end_section('ns3_module_mobility')
+ root_module.begin_section('ns3_module_mpi')
+ ns3_module_mpi.register_methods(root_module)
+
+ try:
+ import ns3_module_mpi__local
+ except ImportError:
+ pass
+ else:
+ ns3_module_mpi__local.register_methods(root_module)
+
+ root_module.end_section('ns3_module_mpi')
root_module.begin_section('ns3_module_contrib')
ns3_module_contrib.register_methods(root_module)
@@ -950,6 +973,17 @@
ns3_module_mobility__local.register_functions(root_module)
root_module.end_section('ns3_module_mobility')
+ root_module.begin_section('ns3_module_mpi')
+ ns3_module_mpi.register_functions(root_module)
+
+ try:
+ import ns3_module_mpi__local
+ except ImportError:
+ pass
+ else:
+ ns3_module_mpi__local.register_functions(root_module)
+
+ root_module.end_section('ns3_module_mpi')
root_module.begin_section('ns3_module_contrib')
ns3_module_contrib.register_functions(root_module)
« no previous file with comments | « bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py ('k') | doc/manual/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b