Search found 11 matches

by carsten.fortmann
Wed Oct 23, 2013 10:53 am
Forum: Link to other codes
Topic: etsf_io runtime error in 7.4.2 [SOLVED]
Replies: 1
Views: 4696

Re: etsf_io runtime error in 7.4.2 [SOLVED]

SOLUTION (well, fix): ==================== I patched config.h in the top level abinit directory (after running ./configure and before running make): Changed 554c554,555 /* #undef HAVE_TRIO_ETSF_IO */ to #define HAVE_TRIO_ETSF_IO 1 #define HAVE_ETSF_IO 1 and /* #undef HAVE_TRIO_NETCDF */ to #define H...
by carsten.fortmann
Fri Oct 18, 2013 2:48 pm
Forum: Link to other codes
Topic: etsf_io runtime error in 7.4.2 [SOLVED]
Replies: 1
Views: 4696

etsf_io runtime error in 7.4.2 [SOLVED]

SUMMARY: ============ I get ioarr.F90:386:ERROR Bad value for accessfil3 on write ioarr.F90:386:ERROR Bad value for accessfil3 on write when running abinit V7.4.2 with accesswff 3 and istwfk *1 set in the input file, etsf-io and etsf-io-fallback+netcdf-fallback are enabled at configure time. DESCRIP...
by carsten.fortmann
Mon Oct 14, 2013 10:59 am
Forum: Link to other codes
Topic: Issues with etsf-io and POT files
Replies: 4
Views: 7886

Re: Issues with etsf-io and POT files

simpak, i know, MAN.

but thanks for the hint, dcaliste, i'll try it out.
by carsten.fortmann
Mon Oct 14, 2013 10:46 am
Forum: Configuring and compiling ABINIT
Topic: Abinit 7.4.2 and the newest Intel Compiler
Replies: 9
Views: 7325

Re: Abinit 7.4.2 and the newest Intel Compiler

gmateo,

Comment the line

call flush() --> ! call flush()

Fixed in 7.4.3


I found the same issue. Is 7.4.3. available yet?
by carsten.fortmann
Wed Aug 21, 2013 1:34 pm
Forum: Jobs and Other Announcements
Topic: 4 open positions at QuantumWise A/S
Replies: 0
Views: 3937

4 open positions at QuantumWise A/S

There are currently 4 open positions at QuantumWise A/S headquarters in Copenhagen, Denmark. We are looking for Scientific Specialist in Atomic Scale Modeling Scientific software specialist with background in MD GUI Software Developer High-Performance Computing Specialist You find the full announcem...
by carsten.fortmann
Wed May 08, 2013 10:02 am
Forum: Configuring and compiling ABINIT
Topic: different naming schemes for WFK files on win vs. linux [SOLVED]
Replies: 1
Views: 3503

Re: different naming schemes for WFK files on win vs. linux [SOLVED]

solved:
the windows binary is parallel-enabled, hence the suffix _0 (as in process 0) on the wfk files, even when run in serial.
by carsten.fortmann
Thu Apr 18, 2013 5:06 pm
Forum: Many-body perturbation theory
Topic: Band gap InAs
Replies: 12
Views: 26692

Re: Band gap InAs

hi sabine,
i'm working on the same problem. did you get any further with it? if yes, what was your solution?

appreciating your reply,

carsten
by carsten.fortmann
Thu Dec 20, 2012 2:03 pm
Forum: Link to other codes
Topic: Issues with etsf-io and POT files
Replies: 4
Views: 7886

Issues with etsf-io and POT files

summary: cut3d crashes when attempting to read *-etsf.nc potential files. --------------------------------------- description abinit version: 6.12.3 built from sources w/ etsf-io fallback connector platform: linux x86-64 3.2.x kernel for several reasons i rely on the etsf-io capability, so my typic...
by carsten.fortmann
Thu Dec 20, 2012 9:22 am
Forum: Configuring and compiling ABINIT
Topic: different naming schemes for WFK files on win vs. linux [SOLVED]
Replies: 1
Views: 3503

different naming schemes for WFK files on win vs. linux [SOLVED]

summary: different names for the wavefunction *-etsf.nc file on win and on linux from identical input and using same abinit version. ----------------------------------------------- description: i'm running this input file (input.in) acell 1 1 1 angstrom rprim 0.00000000 2.71530000 2.71530000 2.7153...
by carsten.fortmann
Mon Nov 26, 2012 12:34 pm
Forum: Configuring and compiling ABINIT
Topic: abinit 6.10 +intel 12.1.0 + mkl [SOLVED]
Replies: 5
Views: 10618

Re: abinit 6.10 +intel 12.1.0 + mkl [SOLVED]

Code: Select all

with_fft_flavor="fftw3"


alain,

thanks for the hint, that did it.
by carsten.fortmann
Thu Nov 22, 2012 9:28 am
Forum: Configuring and compiling ABINIT
Topic: abinit 6.10 +intel 12.1.0 + mkl [SOLVED]
Replies: 5
Views: 10618

Re: abinit 6.10 +intel 12.1.0 + mkl [SOLVED]

I have similar issues with abinit 6.12.3 and mkl/intel v11.1/073: here is my configure line (on linux 64bit environment) which is only slightly adjusted from the reply above (i.e. no mpi and no openmp) ./configure \ --prefix=/usr/local \ --enable-64bit-flags \ --with-linalg-flavor=mkl \ --with-linal...