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

Delta Between Two Patch Sets: examples/mpi/wscript

Issue 109068: Ns-3 MPI Distributed Simulation (Closed)
Left Patch Set: Merge with ns-3.7 Created 14 years, 2 months ago
Right Patch Set: Fix valgrind and merged Created 14 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « examples/mpi/waf ('k') | src/common/buffer.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 2
3 def build(bld): 3 def build(bld):
4 obj = bld.create_ns3_program('simple-distributed', 4 obj = bld.create_ns3_program('simple-distributed',
5 ['point-to-point', 'internet-stack']) 5 ['point-to-point', 'internet-stack'])
6 obj.source = 'simple-distributed.cc' 6 obj.source = 'simple-distributed.cc'
7 7
8 obj = bld.create_ns3_program('third-distributed',
9 ['point-to-point', 'internet-stack'])
10 obj.source = 'third-distributed.cc'
11
8 obj = bld.create_ns3_program('nms-udp-nix', 12 obj = bld.create_ns3_program('nms-udp-nix',
9 ['point-to-point', 'internet-stack']) 13 ['point-to-point', 'internet-stack'])
10 obj.source = 'nms-udp-nix.cc' 14 obj.source = 'nms-udp-nix.cc'
LEFTRIGHT

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