Search found 8 matches

by hnf191
Wed Oct 23, 2013 3:25 pm
Forum: Ground state
Topic: 7.2.2 crash in calculation of "Magnetic Moment"
Replies: 0
Views: 1419

7.2.2 crash in calculation of "Magnetic Moment"

I run abinit to calculate energies for magnetic compound of Fe4N. The real Magnetization value should be around 8[bohr magneton] in relaxed structure, but abinit calculates different values for "Magnetization" with the same input file: sometimes around 8 and sometimes very near to 0. Need ...
by hnf191
Tue Jun 25, 2013 11:19 am
Forum: Configuring and compiling ABINIT
Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
Replies: 20
Views: 27142

Re: [SOLVED] Fortran could not compile .f90 files during 'ma [SOLVED]

As a Fortran program, Abinit doesn't accept command-line arguments (I know it's possible, but it's not so well and widely supported by the compilers). You can however wrap it within a run_abinit.sh shell script that accepts command-line arguments. Here is an example: #!/bin/sh # # To run abinit, ty...
by hnf191
Tue Jun 25, 2013 11:18 am
Forum: Configuring and compiling ABINIT
Topic: suggestions for installation and running of abinit-6.12.3
Replies: 5
Views: 4784

Re: suggestions for installation and running of abinit-6.12

Hi,

I have the same problem, however I couldn't find solution reading the page.
Can you please help me with a straight forward command.

I have also attached my config.log file
by hnf191
Wed Jun 05, 2013 1:17 pm
Forum: Configuring and compiling ABINIT
Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
Replies: 20
Views: 27142

Re: [SOLVED] Fortran could not compile .f90 files during 'ma [SOLVED]

Hi Is there any command to run abinit in a smp machine with several cores without parallel configuration? yes, you can use OpenMP this is a example of .ac file with gfortran 4.6 : enable_mpi = no enable_mpi_io = no with_dft_flavor = none FC_LDFLAGS_EXTRA = -fopenmp FCFLAGS_EXTRA = -fopenmp enable_o...
by hnf191
Wed Jun 05, 2013 11:01 am
Forum: Configuring and compiling ABINIT
Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
Replies: 20
Views: 27142

Re: [SOLVED] Fortran could not compile .f90 files during 'ma [SOLVED]

Is there any command to run abinit in a smp machine with several cores without parallel configuration?
by hnf191
Wed Jun 05, 2013 10:58 am
Forum: Configuring and compiling ABINIT
Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
Replies: 20
Views: 27142

Re: [SOLVED] Fortran could not compile .f90 files during 'ma [SOLVED]

pouillon wrote:E.g.:

Code: Select all

../configure [your options] FPP=/usr/bin/cpp



Thanks
by hnf191
Mon Jun 03, 2013 11:27 am
Forum: Configuring and compiling ABINIT
Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
Replies: 20
Views: 27142

Re: Fortran could not compile .f90 files during 'make' [SOLVED]

pouillon wrote:Try setting FPP to a standard C preprocessor (best one: GNU cpp) when configuring Abinit.



How it should be done?
by hnf191
Mon Jun 03, 2013 11:13 am
Forum: Configuring and compiling ABINIT
Topic: Fortran could not compile .f90 files during 'make' [SOLVED]
Replies: 20
Views: 27142

Re: [SOLVED] Fortran could not compile .f90 files during 'ma [SOLVED]

Hi, I have also this problem with the error : libtool.m4: error: problem compiling FC test program checking for gfortran option to produce PIC... checking if gfortran static flag works... no checking if gfortran supports -c -o file.o... no checking if gfortran supports -c -o file.o... (cached) no ch...