Search found 253 matches

by Jordan
Thu Jan 30, 2014 11:45 pm
Forum: Configuring and compiling ABINIT
Topic: mkl+scalapack issue [SOLVED]
Replies: 4
Views: 4911

mkl+scalapack issue [SOLVED]

Dear all, I am experiencing some issue using mkl+scalapack. I compilte the code with -O0 -g -traceback options and with the ifort 14.0.1 compiler. The MKL is the version 11.0.1 and openmpi 1.7.2 Everything goes fine except the segfault that occures at the very beginning of the code. The functions st...
by Jordan
Wed Sep 11, 2013 1:53 pm
Forum: Configuring and compiling ABINIT
Topic: Questions about the build system [SOLVED]
Replies: 8
Views: 9984

Re: Questions about the build system [SOLVED]

Thank you for your answer, Trying to give you more details I now understand my issues. The two first points were linked. Let assume we run the make script. Then, for debugging reason, I run makemake which creats a new configure file. Thus running the old Makefile with "make clean" starts t...
by Jordan
Wed Sep 04, 2013 4:48 pm
Forum: Configuring and compiling ABINIT
Topic: Questions about the build system [SOLVED]
Replies: 8
Views: 9984

Questions about the build system [SOLVED]

Dear Yann, I have just noticed that sometimes, when we are in the build folder and run "make clean" the configure script is run before cleaning. Is this really necessary ? In the same idea, it happens that we do a "make clean" just to rebuild everything, therefore we don't need t...