how to verify the abinit version  [SOLVED]

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
jean-luc
Posts: 8
Joined: Thu Aug 11, 2016 9:29 am

how to verify the abinit version

Post by jean-luc » Mon Feb 13, 2017 10:38 am

Hello,

I have compiled parallel version of abinit on a pentium, dowloading 8.0.8b package.

When I type : abinit --version I meet that message :jlb@pc-sera48:~$ cd bin
jlb@pc-sera48:~/bin$ abinit --version
7.8.2
jlb@pc-sera48:~/bin$
executable is from today
-rwxr-xr-x 1 jlb jlb 68875384 janv. 9 14:48 abinit
Of course it is always possible to "tinker" something inside scripts but I don't understand why I should do.

Best Regards
JLuc
Some add :
Could you also tell us if a new version is on the rails ? Beceause fall-backs are directed to ver 8.2

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: how to verify the abinit version

Post by jbeuken » Mon Feb 13, 2017 8:24 pm

Hi,

not enough infos ! :x
I have compiled parallel version of abinit on a pentium, dowloading 8.0.8b package.

what is the argument of your configure cmd ?
are you made a install after compilation ( make install ) ? if yes, what is the value of the argument "--prefix" ,
When I type : abinit --version I meet that message :
jlb@pc-sera48:~$ cd bin
jlb@pc-sera48:~/bin$ abinit --version
7.8.2

what is the content of PATH variable ?

Code: Select all

echo $PATH

executable is from today
-rwxr-xr-x 1 jlb jlb 68875384 janv. 9 14:48 abinit

today ? :roll:
------
Jean-Michel Beuken
Computer Scientist

jean-luc
Posts: 8
Joined: Thu Aug 11, 2016 9:29 am

Re: how to verify the abinit version

Post by jean-luc » Tue Feb 14, 2017 5:07 pm

Hello Jbeuken, Thanks and
Sorry, I am confused,

I forgot to make install. After it I find -name atime 1, and chown to myself
jlb@pc-sera48:/opt/abinit-8.0.8/bin$ ls -l
total 167032
-rwxr-xr-x 1 jlb jlb 66865856 févr. 14 16:26 abinit
-rwxr-xr-x 1 jlb jlb 4335488 févr. 14 16:26 aim
etc...
and after :
jlb@pc-sera48:/opt/abinit-8.0.8/bin$ abinit --version
7.8.2
jlb@pc-sera48:/opt/abinit-8.0.8/bin$ mpirun -n 4 abinit
ABINIT

Give name for formatted input file:
ABINIT

Give name for formatted input file:
At line 162 of file iofn1.F90 (unit = 5, file = 'stdin')
Fortran runtime error: End of file
ABINIT
Never mind for that of course I did not input anything. But abinit persists to display 7.8.2 . I can go into details in scripts if you wish. Also I have a glance at it, not to loose your time.
Tar is that one in my disk
-rw-r--r-- 1 jlb jlb 71175893 févr. 3 14:17 abinit-8.0.8b.tar.gz. I have no tar elder than 8.08
grep did not return 7.8.2 for the moment but I did not search correctly.
JLuc

jean-luc
Posts: 8
Joined: Thu Aug 11, 2016 9:29 am

Re: how to verify the abinit version  [SOLVED]

Post by jean-luc » Tue Feb 14, 2017 5:12 pm

OK !!!
I am really ashamed. I had a serial version of Debian Jessie somewhere...
After typing
jlb@pc-sera48:/opt/abinit-8.0.8/bin$ ./abinit --version
8.0.8
jlb@pc-sera48:/opt/abinit-8.0.8/bin$

You can close the ticket
Have a good day

Locked