wn-upf / Komondor

Komondor Wireless Networks Simulator
GNU General Public License v3.0
65 stars 19 forks source link

Segmentation Fault in Partial Configuration #120

Closed codeme0720 closed 5 years ago

codeme0720 commented 5 years ago

Getting segmentation fault while running the Komondor for partial configuration. I am using Komondor-2.0 release for my current build. I have build the code using the local_build file.

Also, what does --simulation-code attribute means? in the full configuration setting. Let me know if i am missing something while running the code.

selection_177

fwilhelmi commented 5 years ago

Hi @codeme0720 !

Maybe the problem is in your .csv files. Notice that Komondor only accepts .csv files in which parameters are separated by a semicolon (";"). In case you still reproduce this issue, please attach your input files in this issue.

Regarding the --simulation-code attribute, it is just an identifier that we use for every simulation (it is useful for ordering files or keeping track of multiple simulations).

codeme0720 commented 5 years ago

Hey Wilhelmi, It worked for me. Thanks