Search found 6 matches

by henry924
Mon Oct 15, 2012 4:22 am
Forum: Configuring and compiling ABINIT
Topic: MPI error with tutorial on static non-linear propertie
Replies: 2
Views: 2973

Re: MPI error with tutorial on static non-linear propertie

That's the expert explanation I am looking for.
Alain, Thank you very much for your quick reply.
by henry924
Sun Oct 14, 2012 5:11 am
Forum: Configuring and compiling ABINIT
Topic: MPI error with tutorial on static non-linear propertie
Replies: 2
Views: 2973

MPI error with tutorial on static non-linear propertie

I followed abinit tutorial on static non-linear properties. If i run abinit with mpirun at step 1 with tnlo_2.in, then the process crashed at dataset 5 calculation. This is the message *** An error occurred in MPI_Recv *** on communicator MPI_COMM_WORLD *** MPI_ERR_TRUNCATE: message truncated *** MP...
by henry924
Wed Sep 26, 2012 4:40 am
Forum: Configuring and compiling ABINIT
Topic: xmalloc.h not found and segmentation fault
Replies: 5
Views: 4562

Re: xmalloc.h not found and segmentation fault

Thank you, gmatteo. copy xmalloc.h into src/02_clib/ then everything works OK. This xmalloc.h nightmare wastes me around a week's time. How can xmalloc.h not be in the source code package abinit-6.12.3.tar.gz while xmalloc.c is? What a mystery! But I'll leave that to the abinit team to figure it out...
by henry924
Tue Sep 25, 2012 5:56 am
Forum: Configuring and compiling ABINIT
Topic: xmalloc.h not found and segmentation fault
Replies: 5
Views: 4562

Re: xmalloc.h not found and segmentation fault

pouillon,
it's confirmed that xmalloc.h is not included in the abinit-6.12.3.tar.gz from abinit website, only xmalloc.c is included.
Could you please reply with xmalloc.h as an attachment?
By the way, could anyone from abinit team check this issue?
thanks.
by henry924
Tue Sep 25, 2012 5:15 am
Forum: Configuring and compiling ABINIT
Topic: xmalloc.h not found and segmentation fault
Replies: 5
Views: 4562

Re: xmalloc.h not found and segmentation fault

pouillon, Thank you for your help. I just checked the source code directory and found there's no xmalloc.h included within the source code tree. Only xmalloc.c is under src/02_clib. The source code i used to compile abinit is from abinit-6.12.3.tar.gz, which was downloaded from abinit web site. This...
by henry924
Mon Sep 24, 2012 5:35 am
Forum: Configuring and compiling ABINIT
Topic: xmalloc.h not found and segmentation fault
Replies: 5
Views: 4562

xmalloc.h not found and segmentation fault

I tried to compile abinit 6.12.3 with default settings (mpi not enable) and got an error with "xmalloc.h" not found. Then I tried to download "xmalloc.h" from internet and copied to {abinit-src}/fallbacks/exports/include/. the compilation finished without error. However when i ru...