PRUNERS / FLiT

A project to quickly detect discrepancies in floating point computation across hardware, compilers, libraries and software.
Other
36 stars 6 forks source link

Issue120 custom compilers #206

Closed mikebentley15 closed 6 years ago

mikebentley15 commented 6 years ago

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.