Addresses the first pass of issue #120, but not the whole thing. This pull request allows the user to specify at most one of each type of compiler. Supported types are ('gcc', 'clang', 'intel').
This pull request does not add any tests or documentation (besides what is put into the default flit-config.toml).
Note: this is a breaking change in that configuration files that specify only one compiler will only have FLiT search over that one compiler. Be warned about this change for that reason. You may need to update your flit-config.toml to specify all compilers you want to use.
Addresses the first pass of issue #120, but not the whole thing. This pull request allows the user to specify at most one of each type of compiler. Supported types are
('gcc', 'clang', 'intel')
.This pull request does not add any tests or documentation (besides what is put into the default
flit-config.toml
).Note: this is a breaking change in that configuration files that specify only one compiler will only have FLiT search over that one compiler. Be warned about this change for that reason. You may need to update your
flit-config.toml
to specify all compilers you want to use.