If i use:
mpirun -n 8 python3 3D_tube_script.py
I get this error:
Normal read!
Traceback (most recent call last):
File "3D_tube_script.py", line 13, in <module>
meshio.write("mesh.xdmf", tetra_mesh)
File "/usr/local/lib/python3.8/dist-packages/meshio/_helpers.py", line 141, in write
return writer(filename, mesh, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 535, in write
XdmfWriter(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 346, in __init__
self.h5_file = h5py.File(self.h5_filename, "w")
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 406, in __init__
fid = make_fid(name, mode, userblock_size,
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 179, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, 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 108, in h5py.h5f.create
OSError: Unable to create file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable')
Traceback (most recent call last):
File "3D_tube_script.py", line 13, in <module>
meshio.write("mesh.xdmf", tetra_mesh)
File "/usr/local/lib/python3.8/dist-packages/meshio/_helpers.py", line 141, in write
return writer(filename, mesh, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 535, in write
XdmfWriter(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 346, in __init__
self.h5_file = h5py.File(self.h5_filename, "w")
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 406, in __init__
fid = make_fid(name, mode, userblock_size,
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 179, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, 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 108, in h5py.h5f.create
OSError: Unable to create file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable')
Traceback (most recent call last):
File "3D_tube_script.py", line 13, in <module>
meshio.write("mesh.xdmf", tetra_mesh)
File "/usr/local/lib/python3.8/dist-packages/meshio/_helpers.py", line 141, in write
return writer(filename, mesh, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 535, in write
XdmfWriter(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 346, in __init__
self.h5_file = h5py.File(self.h5_filename, "w")
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 406, in __init__
fid = make_fid(name, mode, userblock_size,
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 179, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, 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 108, in h5py.h5f.create
OSError: Unable to create file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable')
Traceback (most recent call last):
File "3D_tube_script.py", line 13, in <module>
meshio.write("mesh.xdmf", tetra_mesh)
File "/usr/local/lib/python3.8/dist-packages/meshio/_helpers.py", line 141, in write
return writer(filename, mesh, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 535, in write
XdmfWriter(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 346, in __init__
self.h5_file = h5py.File(self.h5_filename, "w")
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 406, in __init__
fid = make_fid(name, mode, userblock_size,
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 179, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, 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 108, in h5py.h5f.create
OSError: Unable to create file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable')
Traceback (most recent call last):
File "3D_tube_script.py", line 13, in <module>
meshio.write("mesh.xdmf", tetra_mesh)
File "/usr/local/lib/python3.8/dist-packages/meshio/_helpers.py", line 141, in write
return writer(filename, mesh, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 535, in write
XdmfWriter(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 346, in __init__
self.h5_file = h5py.File(self.h5_filename, "w")
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 406, in __init__
fid = make_fid(name, mode, userblock_size,
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 179, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, 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 108, in h5py.h5f.create
OSError: Unable to create file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable')
Traceback (most recent call last):
File "3D_tube_script.py", line 13, in <module>
meshio.write("mesh.xdmf", tetra_mesh)
File "/usr/local/lib/python3.8/dist-packages/meshio/_helpers.py", line 141, in write
return writer(filename, mesh, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 535, in write
XdmfWriter(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 346, in __init__
self.h5_file = h5py.File(self.h5_filename, "w")
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 406, in __init__
fid = make_fid(name, mode, userblock_size,
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 179, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, 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 108, in h5py.h5f.create
OSError: Unable to create file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable')
Traceback (most recent call last):
File "3D_tube_script.py", line 13, in <module>
meshio.write("mesh.xdmf", tetra_mesh)
File "/usr/local/lib/python3.8/dist-packages/meshio/_helpers.py", line 141, in write
return writer(filename, mesh, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 535, in write
XdmfWriter(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/meshio/xdmf/main.py", line 346, in __init__
self.h5_file = h5py.File(self.h5_filename, "w")
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 406, in __init__
fid = make_fid(name, mode, userblock_size,
File "/usr/lib/python3/dist-packages/h5py/_hl/files.py", line 179, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, 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 108, in h5py.h5f.create
OSError: Unable to create file (unable to lock file, errno = 11, error message = 'Resource temporarily unavailable')