Created
September 27, 2018 05:45
-
-
Save saethlin/0aa690231cb841a611c1483684bab20d to your computer and use it in GitHub Desktop.
h5py backtrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/kimockb/anaconda3/lib/python3.6/site-packages/h5py/_hl/files.py", line 162, in make_fid | |
fid = h5f.open(name, h5f.ACC_RDWR, fapl=fapl) | |
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper | |
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper | |
File "h5py/h5f.pyx", line 78, in h5py.h5f.open | |
OSError: Unable to open file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable') | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/kimockb/anaconda3/lib/python3.6/site-packages/h5py/_hl/files.py", line 165, in make_fid | |
fid = h5f.open(name, h5f.ACC_RDONLY, fapl=fapl) | |
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper | |
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper | |
File "h5py/h5f.pyx", line 78, in h5py.h5f.open | |
OSError: Unable to open file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable') | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "progenitors.py", line 22, in <module> | |
list_progens = h5py.File(caesar_template.format(index-1, index-1))['global_lists/halo_dmlist'][:] | |
File "/home/kimockb/anaconda3/lib/python3.6/site-packages/h5py/_hl/files.py", line 312, in __init__ | |
fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr) | |
File "/home/kimockb/anaconda3/lib/python3.6/site-packages/h5py/_hl/files.py", line 167, in make_fid | |
fid = h5f.create(name, h5f.ACC_EXCL, fapl=fapl, fcpl=fcpl) | |
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper | |
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper | |
File "h5py/h5f.pyx", line 98, in h5py.h5f.create | |
OSError: Unable to create file (unable to open file: name = '/ufrc/narayanan/kimockb/FIRE2/h113_HR_sn1dy300ro100ss/snapdir_097/caesar_snapshot_097.hdf5', errno = 17, error message = 'File exists', flags = 15, o_flags = c2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment