Hello.
I run abinit and it uses only around 30% of CPU and 21% memory. I would like to use full percentage of it to speed up
calculation.
I appreciate any advice or cause of small % of CPU usage.
Attached is my configuration.
Abinit uses small percentage of CPU [SOLVED]
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.
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.
Abinit uses small percentage of CPU [SOLVED]
- Attachments
-
- myconfig.log
- (4.12 KiB) Downloaded 564 times
Re: Abinit uses small percentage of CPU
Hi,
use OpenMP and/or use THREADS with atlas
jmb
use OpenMP and/or use THREADS with atlas
jmb
------
Jean-Michel Beuken
Computer Scientist
Jean-Michel Beuken
Computer Scientist
Re: Abinit uses small percentage of CPU
Hello jbeuken,
Thank you for reply. I would use OpenMP with 12 threads options, that is,
mpirun abinit -c 12 < files_file
Thank you for reply. I would use OpenMP with 12 threads options, that is,
mpirun abinit -c 12 < files_file
Re: Abinit uses small percentage of CPU
Hi,
there is a "syntax" error :
mpirun abinit -j 12 < files_file
Of course, don't forget to compile ABINIT with OMP support ( intel : -qopenmp , gnu : -fopenmp )
jmb
there is a "syntax" error :
mpirun abinit -j 12 < files_file
Of course, don't forget to compile ABINIT with OMP support ( intel : -qopenmp , gnu : -fopenmp )
jmb
------
Jean-Michel Beuken
Computer Scientist
Jean-Michel Beuken
Computer Scientist
Re: Abinit uses small percentage of CPU
Hello jbeuken,
Thank you for correction. Now my cpu usage is around 100%.
Koji
Thank you for correction. Now my cpu usage is around 100%.
Koji