bobzhuyb / ns3-rdma

NS3 simulator for RDMA over Converged Ethernet v2 (RoCEv2), including the implementation of DCQCN, TIMELY, PFC, ECN and shared buffer switch
GNU General Public License v2.0
260 stars 119 forks source link

questions about Timely #34

Open tangjianback opened 4 years ago

tangjianback commented 4 years ago
    Sorry to bother you. But i think i really need some help. I build the solution in Timely , but i didn't get the main.exe in release, instead i get it in a new directory "Debug“.  I run it suing the config.txt ,however it did not generate trace file . I don't know if it is normal or something wrong happened.
   the output information shows that it just generate some files in Debug. 

timelyoutput

bobzhuyb commented 4 years ago

Visual Studio should allow you to choose building in release or debug. Find the option on Visual Studio GUI.

tangjianback commented 4 years ago

Thank you for your reply. I get the main.exe, but still can't get the mix.tr file like Dcqcn does. It should generate the mix.tr file ,am i right?

tangjianback commented 4 years ago

I am new to this, but i find the parameters are just for DCQCN and the thrid.cc in Timely and DCQCN are totally the same. Does this mean i have to write my own code in main project to run Timely.

ninh006 commented 3 years ago

I am new to this, but i find the parameters are just for DCQCN and the thrid.cc in Timely and DCQCN are totally the same. Does this mean i have to write my own code in main project to run Timely.

have you solved the problem ?

ninh006 commented 3 years ago

Thank you for your reply. I get the main.exe, but still can't get the mix.tr file like Dcqcn does. It should generate the mix.tr file ,am i right?

i can not get the mix.tr file too,do you know why?

erwugumo commented 3 years ago

have you solved the problem ?

Now I have the same problem, have you solved the problem now?