mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-04 05:03:54 +01:00
14 lines
420 B
Markdown
14 lines
420 B
Markdown
|
``$QPACKAGE_ROOT/config`` contains ``ifort.cfg`` and ``gfortran.cfg`` files which
|
||
|
have the compiler flags that will be used to compile the code. You can edit these
|
||
|
files to modify the compiling options (This configuration file is parsed by
|
||
|
``read_compilation_cfg.py``).
|
||
|
|
||
|
To create the Ninja file ::
|
||
|
|
||
|
create_ninja_build.py --production $QPACKAGE_ROOT/config/ifort.cfg
|
||
|
|
||
|
|
||
|
To compile, run ::
|
||
|
|
||
|
$QPACKAGE_ROOT/ninja/ninja
|