Search found 6 matches

by cpsosa
Tue Mar 06, 2012 5:17 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED]Error: Allocate-object is not a nonprocedure pointer
Replies: 2
Views: 4015

Re: Error: Allocate-object at (1) is not a nonprocedure poin

Solved: Thanks to the Cray compiler developers.

Use: FCFLAGS_FREEFORM='-ffree-line-length-none'
by cpsosa
Fri Mar 02, 2012 11:59 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED]Error: Allocate-object is not a nonprocedure pointer
Replies: 2
Views: 4015

Re: Error: Allocate-object at (1) is not a nonprocedure poin

It looks like the line is too long after expanding the macro: "the compiler is chopping the line" What flag do you use to avoid this? isppol=1 allocate(gkk_qpt_new (2,elph_ds%ngkkband*elph_ds%ngkkband,elph_ds%nbranch*elph_ds%nbranch,elph_ds%k_phon%nkpt,elph_ds%nsppol),stat=ABI_ALLOC_STAT) ...
by cpsosa
Fri Mar 02, 2012 11:17 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED]Error: Allocate-object is not a nonprocedure pointer
Replies: 2
Views: 4015

[SOLVED]Error: Allocate-object is not a nonprocedure pointer

Hello, Is this a known problem in complete_gkk.F90? It complains about these wrappers for allocate: symmetrized_qpt(:) = -1 isppol=1 ABI_ALLOCATE(gkk_qpt_new,(2,elph_ds%ngkkband*elph_ds%ngkkband,elph_ds%nbranch*elph_ds%nbranch,elph_ds%k_phon%nkpt,elph_ds%nsppol)) ABI_ALLOCATE(gkk_qpt_tmp,(2,elph_ds%...
by cpsosa
Fri Mar 02, 2012 11:08 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] libxc-1.1.0.1 bug with gnu compiler
Replies: 3
Views: 2447

Re: libxc-1.1.0.1 bug with gnu compiler

Problem solved, I was using CC=CC which compiles c code with c++ compiler that is more restrictive. CC=cc.
by cpsosa
Fri Mar 02, 2012 5:56 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] libxc-1.1.0.1 bug with gnu compiler
Replies: 3
Views: 2447

Re: libxc-1.1.0.1 bug with gnu compiler

Thanks. Do you know what is the best way to contact the libxc developers?
by cpsosa
Fri Mar 02, 2012 4:47 pm
Forum: Configuring and compiling ABINIT
Topic: [SOLVED] libxc-1.1.0.1 bug with gnu compiler
Replies: 3
Views: 2447

[SOLVED] libxc-1.1.0.1 bug with gnu compiler

Hello, I am trying to build abinit latest version on a Cray using the gnu compiler ( I tried different versions ) and I get the following syntax error. Is this a known problem? Thanks libtool: compile: CC -DHAVE_CONFIG_H -I. -I.. -I/lus/scratch/cpsosa/csm/abinit-6.12.1/tmp/fallbacks/exports/include ...