HDF5 python test failing in parallell on my laptop
I've installed fenics with the quantal-hpc platform, and built and run the dolfin unt tests, getting errors shown below when running
cd test/unit/io/python
mpirun -np 3 python HDF5.py
It works fine in serial. All other unit tests seem to pass.
The test in question creates a Vector(305), is that a proper test in parallell?
Is there something wrong with my setup?
Errors like these occur on MPI process 0, 1, and 2:
ble-src/
major: Invalid arguments to routine
minor: Inappropriate type
#001: /home/martinal/
major: Invalid arguments to routine
minor: Bad value
HDF5-DIAG: Error detected in HDF5 (1.8.10) MPI-process 2:
#000: /home/martinal/
major: Invalid arguments to routine
minor: Inappropriate type
#001: /home/martinal/
major: Invalid arguments to routine
minor: Bad value
HDF5-DIAG: Error detected in HDF5 (1.8.10) MPI-process 2:
#000: /home/martinal/
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.8.10) MPI-process 2:
#000: /home/martinal/
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.8.10) MPI-process 2:
#000: /home/martinal/
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.8.10) MPI-process 2:
#000: /home/martinal/
major: Invalid arguments to routine
minor: Inappropriate type
.
=======
ERROR: test_save_
-------
Traceback (most recent call last):
File "HDF5.py", line 47, in test_save_
vector_
Exception: std::bad_alloc
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- DOLFIN Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Martin Sandve Alnæs for more information if necessary.