Hi Kostas, Thanks a lot for your help.
you need to install mumps headers, for Ubuntu these are in the package libmumps-seq-dev and libmumps-dev for the sequential and the parallel version respectively. The configure flags that I have given you, correspond to the sequential version.
OK. libmumps-dev and libmumps-seq-dev are now installed (previously, I had libmumps-dev installed, but not libmumps-seq-dev).
Now, '''./configure --with-pic --enable-mumps --with-mumps="-lsmumps_seq -ldmumps_seq -lcmumps_seq -lzmumps_seq -lpord_seq"''' seems to work perfectly.
But I tried to compile with the parallel version of MUMPS using '''./configure --with-pic --enable-mumps --with-mumps="-lsmumps -ldmumps -lcmumps -lzmumps -lpord"''', and it does not work: I still get the '''configure: error: The function smumps_c couldn't be found in the
provided MUMPS libraries.''' error. Do you know what flags I should use?
Thanks again. Martin. _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
