[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Getfem-users] compilation and computation issues
From: |
logari81 |
Subject: |
Re: [Getfem-users] compilation and computation issues |
Date: |
Sun, 20 Feb 2011 08:20:59 +0100 |
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] compilation and computation issues, Martin Genet, 2011/02/15
- Re: [Getfem-users] compilation and computation issues, logari81, 2011/02/15
- Re: [Getfem-users] compilation and computation issues, Martin Genet, 2011/02/15
- Re: [Getfem-users] compilation and computation issues, Konstantinos Poulios, 2011/02/16
- Re: [Getfem-users] compilation and computation issues, Martin Genet, 2011/02/16
- Re: [Getfem-users] compilation and computation issues, logari81, 2011/02/19
- Re: [Getfem-users] compilation and computation issues, Martin Genet, 2011/02/19
- Re: [Getfem-users] compilation and computation issues,
logari81 <=
- Re: [Getfem-users] compilation and computation issues, Martin Genet, 2011/02/20