Command: mpiexec -n 4 ./openmc
Errors after running openmc:
Error: EigenSparseVectors can only be used in serial!
Error: EigenSparseVectors can only be used in serial!
Error: EigenSparseVectors can only be used in serial!
[Error: EigenSparseVectors can only be used in serial!
[0] ./include/libmesh/eigen_sparse_vector.h, line 319
[1] ./include/libmesh/eigen_sparse_vector.h, line 319
[2] ./include/libmesh/eigen_sparse_vector.h at 13:00:28, line 319
[3] ./include/libmesh/eigen_sparse_vector.h, line 319
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
when I run in serial, it work well! But when using MPI parallel, Error occurs. Could you help? Thanks!