Search found 253 matches

by Jordan
Wed Sep 23, 2015 9:34 am
Forum: Configuring and compiling ABINIT
Topic: make errors [SOLVED]
Replies: 8
Views: 7944

Re: make errors [SOLVED]

The depreciated message does not mean the compilation is stuck. Depending on the file it is actually compiling, the compilation can be long if many optimizations are required. To solve the issue, you can compile by hand the file with less or no optimization. Run make when it gets stuck kill the proc...
by Jordan
Wed Aug 05, 2015 5:13 pm
Forum: Configuring and compiling ABINIT
Topic: previous version of fallbacks [SOLVED]
Replies: 1
Views: 3445

Re: previous version of fallbacks [SOLVED]

Hi, If you just want the lapack fallback, then you should directly use the atlas or lapack or mkl or acml or ... libraries installed on your computer/cluster. You should not need this "pluging" anyways. For libxc you can find all previous versionx on their website, and I'm sure you can do ...
by Jordan
Wed Aug 05, 2015 8:31 am
Forum: Ground state
Topic: Restarting ABINIT calculation from Checkpoint
Replies: 4
Views: 4253

Re: Restarting ABINIT calculation from Checkpoint

if you use the prtden -1 option, you should have 2 files named logprefix_DEN_0000 and _DEN_0001 in a script you can find the last one with ls -rt logprefix_DEN_0* | tail -n 1 then you move or better make a symbolic link from you inputprefix_DEN to this file whith ln -s inputprefix_DEN "your las...
by Jordan
Mon Aug 03, 2015 8:30 am
Forum: Ground state
Topic: Restarting ABINIT calculation from Checkpoint
Replies: 4
Views: 4253

Re: Restarting ABINIT calculation from Checkpoint

If you cannot terminate a full SCF calculation because of time issue, you can check the input variable chkexit ifyou want to kill a job properly by hand (meaning writing the WFK and DEN files before termination) Or you can also make use of prtden with a negative value (-1) to print after each SCF st...
by Jordan
Thu Jul 16, 2015 9:20 am
Forum: Configuring and compiling ABINIT
Topic: Abinit Insstalation Help for IBM HPC
Replies: 5
Views: 5240

Re: Abinit Insstalation Help for IBM HPC

Please send your configuration file (how you run ./configure) and the log file of abinit.
by Jordan
Thu Jul 09, 2015 9:58 am
Forum: Response calculations
Topic: band2EPS creating an image that does not open
Replies: 4
Views: 4744

Re: band2EPS creating an image that does not open

as a comment to the reply of Jordan, instead of writing yet another software to display band structures, Abipy is able to plot phonon band structures directly from the PHBST.nc file. I did not mean to write a new software but to use your own (not the one in Abinit) software like grace, gnuplot, lat...
by Jordan
Thu Jul 09, 2015 9:48 am
Forum: Configuring and compiling ABINIT
Topic: Abinit Insstalation Help for IBM HPC
Replies: 5
Views: 5240

Re: Abinit Insstalation Help for IBM HPC

Hello First, it seems that you use GCC 4.4 which is no more supported. Please consider to upgrade to a more recent compiler like GCC4.8 or GCC4.9. Check your modules to find out what is available (module avail) Second, consider to configure with ./configure --enable-mpi --with-mpi-prefix=/opt/ibm/pl...
by Jordan
Tue Jul 07, 2015 12:15 pm
Forum: Response calculations
Topic: band2EPS creating an image that does not open
Replies: 4
Views: 4744

Re: band2EPS creating an image that does not open

I won't be very helpful but I would recommend to use your own plotting software to plot the band structure. After running anaddb, you should have a file with the suffix .freqs If you add as a first column in this file, a column index (1 2 3 4 ...) or a distance to the first qpt, you should recover t...
by Jordan
Tue Jul 07, 2015 12:08 pm
Forum: Ground state
Topic: rprim for monoclinic system
Replies: 1
Views: 2098

Re: rprim for monoclinic system

acell 6,6465 15,6995 6,0306 Angstrom
angdeg 90 110.961 90

rprim will be automatically generated from those input keywords

Cheers
by Jordan
Fri Jun 26, 2015 10:13 am
Forum: Configuring and compiling ABINIT
Topic: MPI error when compiling ABINIT 7.8.2
Replies: 6
Views: 5825

Re: MPI error when compiling ABINIT 7.8.2

Well the issue is that you use gfortran 4.9 with the distribution package for netcdf which is compiled with gfortran 4.8 Therefore your abinit configuration is not compatible with this netcdf package. Remove the with_netcdf_* and abinit will use the fallbacks : it will download and compile netcdf wi...
by Jordan
Thu Jun 25, 2015 4:43 pm
Forum: Ground state
Topic: Convergence criterion [SOLVED]
Replies: 2
Views: 3730

Re: Convergence criterion [SOLVED]

Increase the value of dilatmx in your input file.
Try something like 1.2
And read this

Cheers

Jordan
by Jordan
Thu Jun 25, 2015 9:46 am
Forum: Configuring and compiling ABINIT
Topic: MPI error when compiling ABINIT 7.8.2
Replies: 6
Views: 5825

Re: MPI error when compiling ABINIT 7.8.2

Dear Svelury, The following lines are wrong (but do not impact the configuration step), so you can safely remove them : CPPFLAGS_EXTRA="-I/usr/include/netcdf.mod" FCFLAGS_EXTRA="-I/usr/include/netcdf.mod" I would not specify any FC or CC or CXX since you use with_mpi_prefix. Abin...
by Jordan
Tue Jun 23, 2015 9:11 am
Forum: Configuring and compiling ABINIT
Topic: Hardware question [SOLVED]
Replies: 4
Views: 4797

Re: Hardware question [SOLVED]

I have never bought myself nodes but I usually prefer nodes with at least 3Go of memory per core (for large calculations) and cpu with large cache L2 memory. For some calculation which need a lot of memory, even if the frequency is lower having a large L2 can increase the speed of the calculation co...
by Jordan
Fri Jun 19, 2015 10:06 am
Forum: Configuring and compiling ABINIT
Topic: Hardware question [SOLVED]
Replies: 4
Views: 4797

Re: Hardware question [SOLVED]

This is my personal advise. For system with 100-200 atoms with let say ~10 valence electrons, you have between 1000 and 2000 bands in your problem - times 2 if the system is polarized. Then for such a system you'll need between 1 and a few dozen kpt maybe. Let assume you want to parallelize that you...
by Jordan
Tue Jun 09, 2015 11:15 am
Forum: Link to other codes
Topic: PAW pseudopotentials with GGA of PBE XC functional
Replies: 2
Views: 4016

Re: PAW pseudopotentials with GGA of PBE XC functional

Dear Seba, For PAW, you can read Tutorial PAW1 here To sum-up : change your files.file with the .paw atomic data. Add pawecutdg (with twice your ecut value just so it runs) in your input file and run some convergence tests on this variable (pawecutdg > ecut) (also read the doc for this input variabl...
by Jordan
Fri Jun 05, 2015 2:18 pm
Forum: Ground state
Topic: Total energy Calculation of NO2 gas molecule
Replies: 6
Views: 4732

Re: Total energy Calculation of NO2 gas molecule

Sorry I was confusing with mentioning optcell. This is because I always put optcell=0 explicitly in my input file when I only move the ions.
But as this is the default value, you don't need it.

Jordan
by Jordan
Fri Jun 05, 2015 10:25 am
Forum: Configuring and compiling ABINIT
Topic: Upgrade to Abinit-7.10.4 (MPI error) [SOLVED]
Replies: 5
Views: 6437

Re: Upgrade to Abinit-7.10.4 (MPI error) [SOLVED]

Hi, This is a very common problem that many people face. Could you try to use an other linear algebra library ? use the with_linalg_flavor="" to specifies one, and with_linalg_incs + with_linalg_libs variables for more specifications (see config example files in abinit tarball) You can try...
by Jordan
Thu Jun 04, 2015 9:44 am
Forum: Other tools and postprocessing in ABINIT
Topic: Conversion of default unit of DOS to states/eV [SOLVED]
Replies: 4
Views: 7161

Re: Conversion of default unit of DOS to states/eV [SOLVED]

Dear Seba,
electrons means "states"
1 Hartree = 27.118 eV

Just multiply the x axis by 27.2118 and divide the y axis by 27.2118

Cheers
by Jordan
Wed Jun 03, 2015 9:37 am
Forum: Ground state
Topic: Total energy Calculation of NO2 gas molecule
Replies: 6
Views: 4732

Re: Total energy Calculation of NO2 gas molecule

Dear Seba, Your input is fine. You need at least to converge ecut, acell (the larger, the better) as in Tutorial 2. Then you need to optimize you geometry using optcell and ionmov (and some other realted to) variables (See Tutorial 3 part 4) I would not worry about jmol and rprim since you use the c...
by Jordan
Tue Jun 02, 2015 9:03 am
Forum: Link to other codes
Topic: error for JTH PAW atomic datasets table [SOLVED]
Replies: 3
Views: 6478

Re: error for JTH PAW atomic datasets table [SOLVED]

You can find it here : http://www.abinit.org/downloads/PAW2/AT ... index.html
Indeed the links on the picture are shifted compared to the grid.

Cheers

Jordan
by Jordan
Fri May 22, 2015 11:45 am
Forum: Ground state
Topic: How to get a file in .fhi format to be opened in Windows?
Replies: 2
Views: 3160

Re: How to get a file in .fhi format to be opened in Windows

fhi are not meant to be opened neither on windows nor osx nor linux.
They are just data to be used during a calculation.
Nevertheless, if you really want to open those file, I suggest using notepad++ for window.

Cheers
by Jordan
Mon May 18, 2015 11:12 am
Forum: Response calculations
Topic: How to use foo_EIG2RD to calculate thermal corrections
Replies: 16
Views: 12568

Re: How to use foo_EIG2RD to calculate thermal corrections

Anaddb has symmetries implemented. But usually you have different _DDB files for your q points. Therefore you need to use mrgddb executable to merge all the _DDB files before using anaddb. If your DDB file does not include a q point that is in your anaddb input file, then it will complain. Cheers' J...
by Jordan
Mon May 18, 2015 11:07 am
Forum: Ground state
Topic: Problem with space group
Replies: 1
Views: 2047

Re: Problem with space group

Abinit by default does not generate the symmetric atoms. It finds the symmetries using all the atoms in the unit cell.
So if you want to use the space group, you should have a look at spgroup
Or provide the full unit cell.

Cheers
Jordan
by Jordan
Mon May 11, 2015 10:45 am
Forum: Ground state
Topic: paral_kgb error?
Replies: 8
Views: 5940

Re: paral_kgb error?

I have not tried the smaller example but the bigger one given earlier is still running on my computer and is at broyden 8 SCF iteration8. So it is much likely a architecture/compilation issue. In any case, if you can perform a few broyden step, then you can restart your calculation every time it cra...
by Jordan
Thu May 07, 2015 5:05 pm
Forum: Ground state
Topic: paral_kgb error?
Replies: 8
Views: 5940

Re: paral_kgb error?

I'm running some test. Can you tell where the code crashes ? Which broyden iteration ? Which SCF iteration ? Or does it crash at the very beginning ? Jordan EDIT : I have been running your input file with JTH pseudo on 8 cpus (nkpt 2 npband 1 bandpp 2 npfft 4) and it is still running (18th scf of th...