No problem, Yann.
I reckon fixing the build system to publish the manpages under the likes of share/man/man1/ should be simple to perform.
Then they need to be updated but this often takes longer.
Please let me know when the improvements are underway.
Search found 10 matches
- Thu Jun 26, 2014 10:53 pm
- Forum: Improving ABINIT
- Topic: Man page not in the right directory
- Replies: 9
- Views: 11651
- Wed Jan 22, 2014 4:27 pm
- Forum: Improving ABINIT
- Topic: Bug in ncache assignment for MPI FFTs [SOLVED]
- Replies: 3
- Views: 8865
Re: Bug in ncache assignment for MPI FFTs [SOLVED]
Hi Matthieu,
I just saw that my patches were applied to Abinit 7.6.1 released last week.
It was a pleasure to contribute to Abinit!
Thanks again for patching the new release!
Kind regards,
Renato Miceli
I just saw that my patches were applied to Abinit 7.6.1 released last week.
It was a pleasure to contribute to Abinit!
Thanks again for patching the new release!
Kind regards,
Renato Miceli
- Tue Jan 29, 2013 7:44 pm
- Forum: Improving ABINIT
- Topic: Bug in ncache assignment for MPI FFTs [SOLVED]
- Replies: 3
- Views: 8865
Re: Bug in ncache assignment for MPI FFTs [SOLVED]
Hi, just to update you that this reported bug remains in both versions 7.0.3 and 7.0.5 (the latest Abinit release). The error message has now changed to the following: back.F90:120:ERROR ncache has to be enlarged to be able to hold at least one 1-d FFT of each size even though this will reduce the p...
- Sat Dec 01, 2012 3:10 am
- Forum: Improving ABINIT
- Topic: Man page not in the right directory
- Replies: 9
- Views: 11651
Re: Man page not in the right directory
Hi Yann, first, thank you very much for releasing Abinit 7.0.3. This version certainly brings very interesting features and fixes! Thanks! In the meantime, I realized that Abinit's manpage has not changed since version 6.12.3. I really appreciate if you could keep me informed about your future plans...
- Fri Nov 30, 2012 9:45 pm
- Forum: Configuring and compiling ABINIT
- Topic: regression in abinit-6.4.2/config/m4/lang-python.m4 [SOLVED]
- Replies: 3
- Views: 9700
Re: regression in abinit-6.4.2/config/m4/lang-python.m4 [SOLVED]
Hi, just to update that this issue is still present in Abinit 7.0.3 recently released. However, I found out that the issue is not within Abinit but actually in the Intel compilers. I tested the code below, used to check whether the NumPy headers exist and are accessible: #include <Python.h> #include...
- Mon Nov 19, 2012 6:46 pm
- Forum: Improving ABINIT
- Topic: Bug in ncache assignment for MPI FFTs [SOLVED]
- Replies: 3
- Views: 8865
Bug in ncache assignment for MPI FFTs [SOLVED]
Hi all, one of our users here at the Irish Centre for High-End Computing ran into an error while running Abinit 6.12.3. The error message printed right before the execution stopped was as below: ncache has to be enlarged to be able to hold at least one 1-d FFT of each size even though this will redu...
- Tue Aug 14, 2012 9:53 pm
- Forum: Improving ABINIT
- Topic: Man page not in the right directory
- Replies: 9
- Views: 11651
Re: Man page not in the right directory
pouillon wrote:October or November this year:
http://www.abinit.org/developers/abinit ... -of-merges
Thank you, Yann. Looking forward to it!
Kind regards,
Renato Miceli
- Wed Aug 08, 2012 1:14 pm
- Forum: Improving ABINIT
- Topic: Man page not in the right directory
- Replies: 9
- Views: 11651
Re: Man page not in the right directory
pouillon wrote:FYI: manpages will be rewritten and properly integrated in Abinit 7.
Hi Yann,
when is Abinit 7 planned to be released?
Kind regards,
Renato Miceli
- Sat Jul 21, 2012 8:44 pm
- Forum: Improving ABINIT
- Topic: Man page not in the right directory
- Replies: 9
- Views: 11651
Man page not in the right directory
Hi all, after installing ABINIT, its manual page can be found in share/doc/abinit/manpages. However, man won't find any entry for "abinit" even if this directory is appended to MANPATH, since man only finds pages in directories man1/, man2/, man3/, ... So one has to manually create a direc...
- Sat Jul 21, 2012 4:36 pm
- Forum: Configuring and compiling ABINIT
- Topic: regression in abinit-6.4.2/config/m4/lang-python.m4 [SOLVED]
- Replies: 3
- Views: 9700
Re: regression in abinit-6.4.2/config/m4/lang-python.m4 [SOLVED]
Hi, this issue is still present in Abinit's latest release (v. 6.12.3). The code snippet has moved within the configure script file but it is still there. Lines 15271 to 15291 in abinit-6.12.3/configure: #include <Python.h> #include <numpy/arrayobject.h> #ifdef FC_DUMMY_MAIN #ifndef FC_DUMMY_MAIN_EQ...