【问题标题】:Error: Output file ./.noxim_explorer.tmp corrupted, noxim tool错误:输出文件 ./.noxim_explorer.tmp 已损坏,noxim 工具
【发布时间】:2015-11-24 14:18:14
【问题描述】:

我正在使用 SystemC 和名为“Noxim”的片上网络模拟器,我听说它非常流畅和简单。

运行make没有问题

但是,当我运行 ./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 错误:输出文件 ./.noxim_explorer.tmp 已损坏

我认为它来自我不拥有的 cpp 代码,并且真诚地,并不完全理解。代码可以在下面找到,完整的 Noxim 分布可以在这里找到:

代码在Noxim/other/

Noxim_explorer.cpp 和 sim.cfg 与我试图做的实验室密切相关。

如果有人解决了这个问题或有任何想法,那将非常有帮助。

记录:我在尝试关注 this lab 时被卡住了,因为我无法在 matlab 文件中获得任何信息

【问题讨论】:

  • 实际错误 --> deepthi@ubuntu:~/Downloads/noxim-code/other$ ./noxim_explorer sim.cfg # Exploring configuration space sim.cfg Warning: Cannot extract parameter 'default' Warning:无法提取参数“聚合”警告:无法提取参数“资源管理器”#simulation 1 of 120 ./noxim -routing xyz -sel random -dimx 8 -dimy 8 >./.noxim_explorer.tmp 2>&1 错误:输出文件 ./ .noxim_explorer.tmp 已损坏
  • 在您的问题中发布此错误

标签: systemc


【解决方案1】:

您没有包含 -sim 选项,它是运行 Noxim 的模拟时间。请参阅以下命令以供参考:

$ ./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

【讨论】:

    猜你喜欢
    • 2021-11-06
    • 2016-05-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-11-29
    • 1970-01-01
    相关资源
    最近更新 更多