Search found 275 matches

by Alain_Jacques
Thu Oct 31, 2013 10:30 pm
Forum: Configuring and compiling ABINIT
Topic: Segfault abinit-7.4.3, mac os, gcc/gfortran 4.6.4 [SOLVED]
Replies: 4
Views: 5385

Re: Segfault abinit-7.4.3, mac os, gcc/gfortran 4.6.4 [SOLVED]

Glad it worked. I circumvent this by using either MKL or OpenBLAS. As an example, my .ac file contains

Code: Select all

with_linalg_flavor="custom"
with_linalg_libs="-L/opt/OpenBLAS-0.25/lib -lopenblas"


Kind regards,

Alain
by Alain_Jacques
Thu Oct 31, 2013 7:13 pm
Forum: Configuring and compiling ABINIT
Topic: Segfault abinit-7.4.3, mac os, gcc/gfortran 4.6.4 [SOLVED]
Replies: 4
Views: 5385

Re: Segfault abinit-7.4.3, mac os, gcc/gfortran 4.6.4 [SOLVED]

Please be much more specific about your problem ...what kind of errors (segfault, OK but you are in the best position to provide an insight with gdb)? A classic issue under OSX is the configuration picking the OS buggy blas/lapck framework as the default ... check this with a otool -L on the abinit ...
by Alain_Jacques
Fri Oct 11, 2013 4:14 pm
Forum: Link to other codes
Topic: do I need to cite PAW+spin-orbit?
Replies: 1
Views: 2582

Re: do I need to cite PAW+spin-orbit?

Hi Raul,

I would give credit to Marc Torrent & al. in Computational Materials Science 42 (2008) 337–351

Kind regards,

Alain
by Alain_Jacques
Fri Oct 11, 2013 3:59 pm
Forum: Configuring and compiling ABINIT
Topic: installing packages
Replies: 2
Views: 3011

Re: installing packages

Hi dear, Although your question has exactly zero relation with Abinit, my best answer is that the package gcc doesn't exist (anymore) for your distribution. Assuming that you have a Debian based distribution - as you're using apt - try to update the package database with a sudo apt-get update and th...
by Alain_Jacques
Fri Oct 04, 2013 12:41 pm
Forum: Configuring and compiling ABINIT
Topic: Execution time and memory with ACLM
Replies: 2
Views: 3123

Re: Execution time and memory with ACLM

Hi Jan, First of all, if you invest time in optimizing Abinit, I would compile it with FFTW3 - an enhanced FFT lib is probably more efficient than enhanced BLAS/LAPACK Although AMD markets the 8350 as an 8 "cores" CPU (very deceptively IMHO) , it only has 4 compute units i.e. 4 caches and ...
by Alain_Jacques
Mon Sep 09, 2013 3:19 pm
Forum: Improving ABINIT
Topic: What can ABINIT do?
Replies: 2
Views: 4501

Re: What can ABINIT do?

Of course, this question sounds stupid Yes, it does. Open a web browser. In the long white line on top, type m and press <return>. Then type abinit and left click on <google search> with your mouse. First result: the Abinit homepage ... how convenient! From there, the first line "What is ABINI...
by Alain_Jacques
Mon Sep 09, 2013 1:24 pm
Forum: Link to other codes
Topic: Ce pseudopotential
Replies: 5
Views: 5844

Re: Ce pseudopotential

Dear Esmaeil,

The structure of the site has changed since I replied. You'll find the PAW pseudo at http://www.abinit.org/downloads/PAW2/ATOMICDATA/058-ce/index.html
No login required :-)

Kind regards,

Alain
by Alain_Jacques
Fri Aug 30, 2013 5:46 pm
Forum: Ground state
Topic: running tutorial 1-empty outputted Fortran file? [SOLVED]
Replies: 6
Views: 8692

Re: running tutorial 1-empty outputted Fortran file? [SOLVED]

Although tilde expansion is a shell feature, many Fortran compilers support csh like behavior. So Abinit OPEN statements should expand ~ to /home/<username> (if the $HOME variable is correctly set) and I'm surprised it apparently doesn't work here.

Alain
by Alain_Jacques
Fri Aug 30, 2013 3:02 pm
Forum: Link to other codes
Topic: transferability of GW datasets
Replies: 2
Views: 3247

Re: transferability of GW datasets

Does this mean that the authors are simply using ground state datasets? [Sh]It happens Do the authors really put effort into ensuring the datasets/pseudopotentials are perfectly transferable over a range of several dozen Ry? They should - or at least the provider of the pseudo should quote a "...
by Alain_Jacques
Fri Aug 30, 2013 2:14 pm
Forum: Configuring and compiling ABINIT
Topic: "make multi" and "mpirun"? [SOLVED]
Replies: 2
Views: 3745

Re: "make multi" and "mpirun"? [SOLVED]

There is no such a thing as a dumb question No correlation between N and M ... N defines the number of parallel tasks to compile (some parts of) Abinit i.e. how many concurrent fortran/link/... are invoked, and M is the number of cores invoked at runtime. In other words Abinit executable doesn't &qu...
by Alain_Jacques
Tue Jun 04, 2013 7:10 pm
Forum: Configuring and compiling ABINIT
Topic: configure error on 7.3.3 [SOLVED]
Replies: 11
Views: 16446

Re: configure error on 7.3.3 [SOLVED]

Hi Eric,

Add config.log otherwise we are in the dark.

Kind regards,

Alain
by Alain_Jacques
Mon May 27, 2013 1:09 pm
Forum: Configuring and compiling ABINIT
Topic: Problem with etsf_io [SOLVED]
Replies: 4
Views: 5376

Re: Problem with etsf_io [SOLVED]

... then go for the emergency solution Start with a cd /home/serge/.abinit/tarballs then wget http://forge.abinit.org/fallbacks/etsf_io-1.0.4.tar.gz You should receive a 493239 bytes file. Check its checksum with md5sum etsf_io-1.0.4.tar.gz md5sum should return 8994bc14b6958d3a4a6c4cf6d2e7c4b6 - you...
by Alain_Jacques
Sun May 26, 2013 10:04 pm
Forum: Configuring and compiling ABINIT
Topic: Problem with etsf_io [SOLVED]
Replies: 4
Views: 5376

Re: Problem with etsf_io [SOLVED]

Hi Serge,

Remove any occurence of etsf_io-* file in /home/serge/.abinit/tarballs/ and restart the process. Apparently, the etsf_io distribution file failed to download.
Tell me if it works.

Kind regards,

Alain
by Alain_Jacques
Tue May 14, 2013 5:16 pm
Forum: Configuring and compiling ABINIT
Topic: help to compile Abinit on MAC OX Snow Leopard [SOLVED]
Replies: 2
Views: 4682

Re: help to compile Abinit on MAC OX Snow Leopard [SOLVED]

Hi Lorenzo, * C compiler : gnu version * Fortran compiler: gnu version 4.6 * architecture : ( bits) I don't like too much that the version of your C compiler isn't detected ... which one do you have? You have installed a GNU Fortran 4.6. Try to set the PATH to use the same version for the C compiler...
by Alain_Jacques
Sun May 12, 2013 10:29 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit 6.8.1 + OpenMPI = FAIL [SOLVED]
Replies: 13
Views: 18373

Re: [SOLVED]Abinit 6.8.1 + OpenMPI = FAIL [SOLVED]

Hi, Copy Matteo's code === modified file 'src/62_iowfdenpot/m_io_screening.F90' --- src/62_iowfdenpot/m_io_screening.F90 2013-01-22 09:22:38 +0000 +++ src/62_iowfdenpot/m_io_screening.F90 2013-05-02 11:49:40 +0000 @@ -1516,7 +1516,7 @@ integer :: test_fform,mpi_err,ierr,sc_mode integer :: bsize_frm,...
by Alain_Jacques
Tue Apr 30, 2013 11:49 am
Forum: Configuring and compiling ABINIT
Topic: Abinit 7.2.1 on supercomputer with IBM MPi
Replies: 6
Views: 7237

Re: Abinit 7.2.1 on supercomputer with IBM MPi

Hi would rather think about a problem coming from a poor choice in the input variables rather than a compilation (you ran the test suite of course :-) ) or a communication problem (Abinit would crash in this case).

Kind regards,

Alain
by Alain_Jacques
Mon Apr 22, 2013 6:00 pm
Forum: Ground state
Topic: unit cell is not primitive
Replies: 4
Views: 4237

Re: unit cell is not primitive

Dear Sevket, If you look at the abinit output, you'll see error messages saying that you list in the xred section atomic positions that are in fact the same i.e. several coordinates are redundant (not because of symmetry). I removed the duplicates, reduced to a primitive cell and gave you those 30 u...
by Alain_Jacques
Fri Apr 19, 2013 7:10 pm
Forum: Ground state
Topic: unit cell is not primitive
Replies: 4
Views: 4237

Re: unit cell is not primitive

30 atoms in the cell ... down below are the cartesian (!) coordinates: Eu 0.970612033 4.326812490 4.407173767 Eu -2.858723927 4.326812490 0.981623268 Eu -4.746835820 7.146187510 6.370420302 Eu -0.917499861 7.146187510 9.795970801 Mo -0.944055947 1.484032550 2.694398517 Mo -2.832167841 9.988967450 8....
by Alain_Jacques
Mon Apr 15, 2013 12:58 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]
Replies: 16
Views: 27285

Re: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]

Hi Letuan, After compiling, I went into folder <instal-dir>/mkl/interfaces/fftw3xf, and issued the command not necessary, not even recommended since this interface is flaky. Use fftw3 flavor by following Jean-Michel's recipe for the right interface libraries. The catastrophic error is a bug in the c...
by Alain_Jacques
Fri Apr 12, 2013 12:25 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]
Replies: 16
Views: 27285

Re: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]

Hi, because in the configure script - libxc or the others - you'll find many tests checking the environment of your system by compiling and running tiny applets. Therefore the environment should be ready to run these programs and find the corresponding libraries if they live in "non standard&qu...
by Alain_Jacques
Thu Apr 11, 2013 5:50 pm
Forum: Ground state
Topic: output error message from CuInSe2 input file
Replies: 2
Views: 2758

Re: output error message from CuInSe2 input file

Hi,

It's not a matter of tolerance; you have missing atoms in the unit cell. AFAIR Cu multiplicity is 4, In is 4 and Se is 8 so there should be a total of 16 atoms -> natom

Kind regards,

Alain
by Alain_Jacques
Thu Apr 11, 2013 3:36 pm
Forum: Configuring and compiling ABINIT
Topic: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]
Replies: 16
Views: 27285

Re: Abinit-7.2.1 compilation error with fftw3-mkl [SOLVED]

Hi letuan,

No, libxc should use the Intel compilers you specified although there is no problem to mix libraries compiled with gnu compilers and Intel compilers. Would you be so kind to post the /home/letuan/Programs/abinit-7.2.1/fallbacks/sources/libxc-2.0.1/config.log file.

Kind regards,

Alain
by Alain_Jacques
Mon Mar 25, 2013 11:30 am
Forum: Configuring and compiling ABINIT
Topic: error in parallel compilation [SOLVED]
Replies: 4
Views: 5725

Re: error in parallel compilation [SOLVED]

many thanks for your feedback :-)

Alain
by Alain_Jacques
Fri Mar 22, 2013 5:17 pm
Forum: Configuring and compiling ABINIT
Topic: compilation options and test failures
Replies: 5
Views: 4044

Re: compilation options and test failures

Configure options and libs explain the segfaults you experienced, not the difference between versions nsim? I don't know that one ... are you talking about nsym? By specifying nsym 1 you force to have no symmetry i.e. only identity (and I would add symrel to be sure which one is applied). Which spac...
by Alain_Jacques
Wed Mar 20, 2013 1:33 pm
Forum: Configuring and compiling ABINIT
Topic: compilation options and test failures
Replies: 5
Views: 4044

Re: compilation options and test failures

Hi, The segmentation fault is probably related to a bug in your implementation of BLAS. Configure abinit with the option --enable-zdot-bugfix and recompile. You may still have problems with Wannier functions if you use them. About the consistency between Abinit versions. A great care is devoted to t...