We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying to run dec-mpi-udp.cc, but there are some problem
commond: ~/workspace/dce/source/ns-3-dce$ mpirun -np 2 ./waf --run dce-mpi-udp erro: program 'dce-mpi-udp' not found
so how can I use MPI in DCE ?
The text was updated successfully, but these errors were encountered:
if you look at wscript, you'll see you need to enable mpi: opt.add_option('--enable-mpi',....
opt.add_option('--enable-mpi',....
Sorry, something went wrong.
@teto Thanks for your reply !
I just run these command: ./waf distclen ./waf configure --with-ns3=../../build --enable-mpi ./waf build
but when I run this: mpirun -np 2 ./waf --run dce-mpi-udp
I got these erro: msg="Can't use distributed simulator without MPI compiled in", file=../src/mpi/model/granted-time-window-mpi-interface.cc, line=185
probably ns3 was compiledwithout mpi support.
No branches or pull requests
Description of the problem
trying to run dec-mpi-udp.cc, but there are some problem
commond:
~/workspace/dce/source/ns-3-dce$ mpirun -np 2 ./waf --run dce-mpi-udp
erro:
program 'dce-mpi-udp' not found
so how can I use MPI in DCE ?
The text was updated successfully, but these errors were encountered: