Dear,
I installed Ubuntu 18.04 inside windows. I installed the miniconda and Fenics installed it and ran it well. I also installed Dolfin-Adjoint and it also runs well.
However, I need to use Ipopt (installed by cyipopt in the command: conda install -c conda-forge cyipopt). And when I run the code using ipopt the following error appears:
** Instance Error 1 in DMUMPS_F77 0
application called MPI_Abort (MPI_COMM_WORLD, -99) - process 0
[unset]: write_line error; fd = -1 buf =: cmd = abort exitcode = -99
:
system msg for write_line failure: Bad file descriptor
Error in system call pthread_mutex_destroy: Device or resource busy
src / mpi / init / initthread.c: 284
Would anyone know what it is?
Note: I did the same installation steps on the mac and everything works fine!