How can I tune the build parameters?
Up to Table of Contents
I would like to optimize the build of ABINIT for my platform. What is the best way to do it?
There are mainly two possibilities:
- from the command-line, using the various available options of the configure script;
a full list of options can be obtained by typing ./configure --help from the top source directory of ABINIT; - by using a config file, for which there is a template in the ~abinit/doc/config/build-config.ac file.
If this is not sufficient, you may submit a feature request through the "Report a bug" page of the support section of this website.

