I would appreciate if anyone could guide me towards a solution/understanding for the following error message :
f = h5py.File(filename, 'w', driver='mpio', comm=comm)
File "/usr/lib/python2.7/dist-packages/h5py/_hl/files.py", line 149, in __init__
fapl = make_fapl(driver,libver,**kwds)
File "/usr/lib/python2.7/dist-packages/h5py/_hl/files.py", line 37, in make_fapl
raise ValueError('Unknown driver type "%s"' % driver)
ValueError: Unknown driver type "mpio"
I installed h5py using the ubuntu software center. (I ran h5cc -showconfig and noted that parallel HDF5 was enabled.)
I am running on a macbook air with core 2 duo, with only one core enabled for a virtual desktop of ubuntu 13.04.