On Sat, 2011-02-19 at 17:20 -0800, Martin Genet wrote: > >>> 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? > > > > Could you send your config.log file? > > Sure, here it is (config.log)! For some reason, the sequential version > does not work anymore, so I also attach the associated log > (config_seq.log). Sorry for my lack of resourcefulness... And thanks > again for your help. > > Martin.
Hi, for the parallel version you probably need libatlas-base-dev, for the sequential version you don't need this if you use the svn version of getfem++ instead of the officially released 4.1.1. Kostas _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
