Search found 3 matches

by carlos_rf
Fri Jan 27, 2012 4:57 pm
Forum: Configuring and compiling ABINIT
Topic: unusual blacs names and scalapack support in 6.10.3
Replies: 3
Views: 2822

Re: unusual blacs names and scalapack support in 6.10.3

It looks like there were two issues: 1) I think the test was looking for the C blacs_gridinit, and I had only included the F77 version of the library in the command line 2) Second I had the blacs libraries in the wrong order so there where the usual undefined references and both blacs and scalapack ...
by carlos_rf
Fri Jan 27, 2012 12:11 am
Forum: Configuring and compiling ABINIT
Topic: unusual blacs names and scalapack support in 6.10.3
Replies: 3
Views: 2822

Re: unusual blacs names and scalapack support in 6.10.3

I think I managed to sort this out and, as usual, it was a user issue! I had to hack a bit the provided configure to get some info on why the blacs libraries where not being accepted/found. In case somebody faces this problem, the solution is simple: 1) Use the C blacs libraries 2) Create local link...
by carlos_rf
Thu Jan 26, 2012 10:48 pm
Forum: Configuring and compiling ABINIT
Topic: unusual blacs names and scalapack support in 6.10.3
Replies: 3
Views: 2822

unusual blacs names and scalapack support in 6.10.3

Hi all, I am trying to install abinit 6.10.3 with scalapack support in several of our clusters, and I think I am having trouble becasue of the way we name our blacs libraries. Instead of the usual "libblacs...." all of ours are names "blacs..." What I have tried is to set the lin...