首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Ubuntu上来自MEEP的HDF5错误

在Ubuntu上来自MEEP的HDF5错误
EN

Stack Overflow用户
提问于 2013-05-03 08:28:54
回答 1查看 948关注 0票数 0

我已经安装了MEEP,一切都运行得很好,但是当我尝试为直波导运行this tutorial code时,我得到以下信息:

代码语言:javascript
复制
-----------
Initializing structure...
Working in 2D dimensions.
Computational cell is 16 x 8 x 0 with resolution 10
     block, center = (0,0,0)
          size (1e+20,1,1e+20)
          axes (1,0,0), (0,1,0), (0,0,1)
          dielectric constant epsilon diagonal = (12,12,12)
time for set_epsilon = 0.0840669 s
-----------
creating output file "./eps-000000.00.h5"...
HDF5-DIAG: Error detected in HDF5 (1.8.4) thread 3078944464:
  #000: ../../../src/H5F.c line 1430 in H5Fcreate(): unable to create file
    major: File accessability
    minor: Unable to open file
  #001: ../../../src/H5F.c line 1220 in H5F_open(): unable to open file
    major: File accessability
    minor: Unable to open file
  #002: ../../../src/H5FD.c line 1079 in H5FD_open(): open failed
    major: Virtual File Layer
    minor: Unable to initialize object
  #003: ../../../src/H5FDsec2.c line 365 in H5FD_sec2_open(): unable to open file
    major: File accessability
    minor: Unable to open file
  #004: ../../../src/H5FDsec2.c line 365 in H5FD_sec2_open(): Permission denied
    major: Internal error (too specific to document in detail)
    minor: System error message
meep: error on line 450 of ../../../src/h5file.cpp: error opening HDF5 output file
EN

回答 1

Stack Overflow用户

发布于 2013-05-04 14:14:50

这看起来像是权限错误。您在当前目录下是否有写权限?或者文件./eps-000000.00.h5已经存在并且不能被覆盖?

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16349822

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档