Search found 4 matches
- Mon Dec 06, 2010 7:10 pm
- Forum: Configuring and compiling ABINIT
- Topic: location of numpy include files [SOLVED]
- Replies: 3
- Views: 5997
Re: location of numpy include files [SOLVED]
(Hmm, the webform says "The extension patch is not allowed.", .txt doesn't seem to work either. Nevermind, I'll put it in the message instead) So, this is not a suggested implementation, it is just to illustrate what I mean diff --git a/configure.ac b/configure.ac index 35deee4..468947e 10...
- Mon Dec 06, 2010 7:05 pm
- Forum: Configuring and compiling ABINIT
- Topic: location of numpy include files [SOLVED]
- Replies: 3
- Views: 5997
location of numpy include files [SOLVED]
Hi! In many linux distributions there is a soft link to the numpy-include in the Python include directory (the latter is given by distutils.sysconfig.get_python_inc() or by the python-config command line tool). However, this soft link does not always exist. E.g. on our compute clusters we provide se...
- Mon Dec 06, 2010 6:48 pm
- Forum: Configuring and compiling ABINIT
- Topic: regression in abinit-6.4.2/config/m4/lang-python.m4 [SOLVED]
- Replies: 3
- Views: 9700
regression in abinit-6.4.2/config/m4/lang-python.m4 [SOLVED]
Hi! There seems to have entered a problem in abinit-6.4.2/config/m4/lang-python.m4 which manifests itself in the configure script [1]. If I revert lang-python.m4 back to 6.4.1 and recreate configure with config/scripts/makemake (using e.g. M4 010413 - Autoconf 026500 - Automake 011101 - Libtool 0202...
- Fri Nov 26, 2010 4:44 pm
- Forum: Improving ABINIT
- Topic: Minor issue with 51_manage_mpi/scalapack.F90
- Replies: 1
- Views: 2363
Minor issue with 51_manage_mpi/scalapack.F90
Hi! When I built abinit 6.4.1 today (with scalapack and without mpi-io), I was hit by line 3242 in src/51_manage_mpi/scalapack.F90, 3242: MSG_ERROR(G"MPI-IO support not enabled") I guess the 'G' should not be there? Browsing the source code on the web-page, it seems that the 'G' is also st...