简体   繁体   English

错误:输出文件./.noxim_explorer.tmp损坏,noxim工具

[英]Error: Output file ./.noxim_explorer.tmp corrupted, noxim tool

I am using SystemC and Network-on-chip simulator called "Noxim", which i've heard is very smooth and simple. 我正在使用SystemC和称为“ Noxim”的片上网络模拟器,我听说它非常流畅和简单。

running make does not have problem 运行make没有问题

However, I am getting error when i run ./noxim_explorer sim.cfg 但是,当我运行./noxim_explorer sim.cfg时出现错误

 deepthi@ubuntu:~/Downloads/noxim-code/other$ make
 make: Nothing to be done for `all'.

deepthi@ubuntu:~/Downloads/noxim-code/other$ ./noxim_explorer sim.cfg
# Exploring configuration space sim.cfg
Warning: Cannot extract parameter 'default'
Warning: Cannot extract parameter 'aggregation'
Warning: Cannot extract parameter 'explorer'
# simulation 1 of 120

./noxim -routing xyz -sel random -dimx 8 -dimy 8 >./.noxim_explorer.tmp 2>&1 Error: Output file ./.noxim_explorer.tmp corrupted ./noxim-路由xyz -sel随机-dimx 8 -dimy 8> ./。noxim_explorer.tmp 2>&1错误:输出文件./.noxim_explorer.tmp损坏

I think it comes from a cpp code, which I DO NOT own and, sincerely, dont fully understand. 我认为它来自一个cpp代码,我不拥有它,并且真诚地,我还没有完全理解。 The code can be found bellow, and the full Noxim distribution can be found here: 可以在下面找到代码,并且可以在这里找到完整的Noxim发行版:

The code is at Noxim /other/ 代码位于Noxim / other /

Noxim_explorer.cpp and sim.cfg are strongly related to the lab im trying to do. Noxim_explorer.cpp和sim.cfg与尝试执行的实验室密切相关。

Please, if someone has solved this problem or have any idea, it would be very helpful. 请,如果有人解决了这个问题或有任何想法,这将非常有帮助。

FOR THE RECORD: I got stucked when trying to follow this lab , 'cause I couldn't get any info in the matlab file 记录:在尝试进行本实验时 ,我陷入了困境,因为在matlab文件中无法获取任何信息

You have not included -sim option which is the simulation time for running Noxim. 您尚未包括-sim选项,它是运行Noxim的模拟时间。 See the below command for reference: 请参阅以下命令以供参考:

$ ./noxim_explorer sim.cfg 
# Exploring configuration space sim.cfg
# simulation 1 of 1
../bin/noxim -pir 0.024 poisson  -sim 500000 -warmup 10000 -size 8 8 -buffer 4 -traffic random -vertical mesh -throt normal -clean 1000  -routing zxy -sel thermal -dimx 8 -dimy 8 -dimz 4  >./.noxim_explorer.tmp 2>&1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM