Search found 7 matches

by sestak
Sat Jan 14, 2012 10:06 am
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] Cannot configure Abinit v6.10.1
Replies: 6
Views: 4798

Re: Cannot configure Abinit v6.10.1

Hi jmb and Yann, many thanks for all your advices. I was playing with configuring/compiling/linking almost entire last day and now everything is alright including all tests (v1-v6). Thanks for advice about ACML libs, with the ACML 5.0.0 the several tests failed (four or five probably) during the aut...
by sestak
Thu Jan 12, 2012 2:07 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] Cannot configure Abinit v6.10.1
Replies: 6
Views: 4798

Re: Cannot configure Abinit v6.10.1

Thanks, yes I had a wrong line (with_fft_libs="/opt/shared_libs/lib/libfftw3"). I changed it to "with_fft_libs="-L/opt/shared_libs/lib -lfftw3" and now the FFT libs are OK. However I thought that the style "-L/path/to/lib/dir -lname" is used to link dynamic libs no...
by sestak
Thu Jan 12, 2012 1:15 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] Cannot configure Abinit v6.10.1
Replies: 6
Views: 4798

Re: Cannot configure Abinit v6.10.1

Thanks for answer. I run configuration script: ./configure --with-dft-flavor="none" --with-trio-flavor="none" . I cannot upload entire file with my configuration settings. The extension is not allowed. So, my samples with lapack and fft follows: # --------------------------------...
by sestak
Thu Jan 12, 2012 11:50 am
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] Cannot configure Abinit v6.10.1
Replies: 6
Views: 4798

[SOLVED] Cannot configure Abinit v6.10.1

Dear Abinit users, I would like to ask what does mean the configure: error: invalid library statement . I can see this error during the configuration of the Abinit with some static library (e.g. lapack or fft libs). I tried link the code with ACML static lapack library and I got this message. I solv...
by sestak
Mon May 17, 2010 10:16 pm
Forum: Configuring and compiling ABINIT
Topic: Linux - IFC 10.1 Abinit automatic test fail
Replies: 3
Views: 5282

Re: Linux - IFC 10.1 Abinit automatic test fail

Hi Matheo, thanks again. I compiled the Abinit with an external blas and lapack libraries. I used standard blas and lapack in our linux distribution. The makefile was completely same as I used before. After that, I ran the test again and the most of the mentioned errors disappeared. However, four er...
by sestak
Sat May 15, 2010 12:29 pm
Forum: Configuring and compiling ABINIT
Topic: Linux - IFC 10.1 Abinit automatic test fail
Replies: 3
Views: 5282

Re: Linux - IFC 10.1 Abinit automatic test fail

Hi Matteo,
Thanks for your prompt reaction. I added all requested files into link http://www.kn.vutbr.cz/~sestak. There you can find my makefile "localhost.ac" as well as configure.log with all logs files.

Regards
Peter
by sestak
Fri May 14, 2010 2:27 pm
Forum: Configuring and compiling ABINIT
Topic: Linux - IFC 10.1 Abinit automatic test fail
Replies: 3
Views: 5282

Linux - IFC 10.1 Abinit automatic test fail

Dear Abinit users, I successfully compiled the Abinit serial version (6.0.3) using IFORT, ICC, ICPC Version 10.1 compiler with optimalization level 2 on linux machine. After that, I ran the test in "test" directory using the "make tests_min4" command. However, when I looked to th...