Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Anybody working on arpack++ for amd64?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
zbyszek
n00b
n00b


Joined: 04 Apr 2005
Posts: 6

PostPosted: Mon Jun 05, 2006 2:51 pm    Post subject: Anybody working on arpack++ for amd64? Reply with quote

Hi,
I tried to use arpack++ headers on gentoo for amd64. I didn't pass the stage with multiple "was not declared
in this scope" errors while compiling my codes. All these errors refer to the arpack++ headers.

I have successfully installed the headers on couple of 32-bit systems.

Do you know anybody working on amd64 port of arpack++ for gentoo?

Cheers!
Back to top
View user's profile Send private message
zbyszek
n00b
n00b


Joined: 04 Apr 2005
Posts: 6

PostPosted: Sat Sep 30, 2006 1:00 pm    Post subject: Reply with quote

Have found the solution to this problem.
Just go to http://www.gdv.uni-hanover.de/~reuter/software.php, download the patch for arpack++1.2
and apply it :)

Thanks to Martin Reuter!

Cheers!
Back to top
View user's profile Send private message
ahaau
n00b
n00b


Joined: 19 Dec 2004
Posts: 25

PostPosted: Sat Oct 14, 2006 8:20 pm    Post subject: Can someone make an ebuild for arpack++ Reply with quote

together with superlu and blas (or to use the one in portage)

thanks!
Back to top
View user's profile Send private message
zbyszek
n00b
n00b


Joined: 04 Apr 2005
Posts: 6

PostPosted: Sun Oct 15, 2006 10:19 am    Post subject: Re: Can someone make an ebuild for arpack++ Reply with quote

ahaau wrote:
together with superlu and blas (or to use the one in portage)

thanks!


I use blas from portage and superlu 3.0 downloaded from http://crd.lbl.gov/~xiaoye/SuperLU/
and compiled by myself for amd64.

So far no problems encountered.

Cheers!
zbyszek
Back to top
View user's profile Send private message
ahaau
n00b
n00b


Joined: 19 Dec 2004
Posts: 25

PostPosted: Sat Nov 04, 2006 8:16 am    Post subject: Re: Can someone make an ebuild for arpack++ Reply with quote

zbyszek wrote:


I use blas from portage and superlu 3.0 downloaded from http://crd.lbl.gov/~xiaoye/SuperLU/
and compiled by myself for amd64.

So far no problems encountered.

Cheers!
zbyszek


How did you install arpack?

arpack++ uses arpack libraries
Back to top
View user's profile Send private message
zbyszek
n00b
n00b


Joined: 04 Apr 2005
Posts: 6

PostPosted: Sat Nov 04, 2006 11:07 am    Post subject: Reply with quote

There are two ways to install arpack:

1. there are arpack ebuilds for gentoo; google on 'ebuild arpack'
2. download sources from http://www.caam.rice.edu/software/ARPACK/ and compile them yourself. In principle
you should use blas and lapack libraries that come with the sources.

I used the second method.

Cheers!
Back to top
View user's profile Send private message
Gaso
n00b
n00b


Joined: 21 Mar 2007
Posts: 1

PostPosted: Wed Mar 21, 2007 11:05 am    Post subject: Reply with quote

Help needed with Arpack++ 32-bit?

I have installed Arpack with emerge from gentooscience overlay and then downloaded Arpack++ and applied Martin Reuter's Arpack++Patch as suggested.
I have gcc 4.1.1 with gfortran, so I have to change fortran lib flags in ~/arpack++/Makefile.inc
The flags are:

ARPACK_LIB = -larpack
LAPACK_LIB = -llapack
UMFPACK_LIB = -lumfpack
SUPERLU_LIB = -lsuperlu
BLAS_LIB = -lblas
FORTRAN_LIBS = -lgfortran -lgfortranbegin -lnsl

Examples in ~/arpack++/examples compiled without any errors, but when i run binary file of an example, my computer is working forever.
I left computer on over the night and it hasn't finished calculation.
Have someone found the solution for that?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum