Skip to content
Snippets Groups Projects
Commit c90d4542 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added plumed config tool

I implemented a shell-only tool "plumed config"

This tool can be used to probe the src/config/config.txt
configuration file.

So far it can be used e.g. as
plumed config has mpi
to enquire for an enabled feature.

It has some advantage wrt the --has-xxx options:

1. It is based on file src/config/config.txt,
which parses configure.ac and header files to find possible -D
and Makefile.conf to find activated -D.
This means that it is not necessary to manually
edit the src/config/Config.h and src/core/CLToolsMain.cpp
file to add new defines

2. it is shell only, thus works in cross compiled environment
parent dc6be2cb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment