Hello all,
There is a simple simulation in a subdirectory of the scratch directory
(ns-allinone-3.16/ns-3.16/scratch/subdir/scratch-simulator-subdir.cc).
I tried to run it, but I had no success. From directory ns-allinone-3.16/ns-3.16,
I tried:
./waf --run scratch/subdir/scratch-simulator-subdir
./waf --run subdir/scratch-simulator-subdir
Of course, I know that I can copy the file (scratch-simulator-subdir.cc) to
the scratch directory, and run it there with:
./waf --run scratch/scratch-simulator-subdir
But, I like the fact that you can put all the related files of a simulation
in a directory, so you do not have a mess in the scratch directory.
Can someone help??? Thank you.
Eric.