FLiT icon indicating copy to clipboard operation
FLiT copied to clipboard

A project to quickly detect discrepancies in floating point computation across hardware, compilers, libraries and software.

Results 71 FLiT issues
Sort by recently updated
recently updated
newest added

## Feature Request ### Description: The python formatting currently is done by hand by the original author (myself). This is not particularly sustainable. It may be worthwhile to look into...

documentation
devops

## Feature Request Can it support multiple binaries for one type of compiler? ### Description: Sometimes we want to test different versions of one type of compiler. Moreover, in my...

duplicate

## Bug Report ### Description The incremental build test in `tst_incremental_build.py` currently relies on `make --touch` to test the make system. Due to the PHONY indirection added to fix #333...

bug
good first issue
tests

## Feature Request **Description:** When analyzing Intel compilations, shared-license limitations may restrict running on multiple nodes (i.e., compiling with Intel on many nodes will cause failures when shared licenses are...

enhancement
make
documentation
tests

## Bug Report **Description:** This issue is connected to Issue #331. Output to stdout from makefiles is currently formatted (with colored text) for improved readability. The current process for logging...

bug
good first issue
make

## Feature Request **Description:** Currently, system metadata such as host name, compilation settings, and filenames are set for each executable at compile time. As we consider applying distributed workflow tools...

enhancement
good first issue
c++
make
documentation
tests

## Feature Request ### Description: Adding more extensive logging functionality will allow a better understanding of the performance of individual components (aiding in the development of a performance model,) be...

good first issue
python
c++
make
documentation
tests

## Bug Report ### Description We would like to replace the `master` branch to `main`. This allows us to abandon "master" vocabulary which reminds some of a master-slave relationship. If...

documentation
devops

## Bug Report **Describe the problem** It is unclear if FLiT Bisect works with `NaN` and infinity return values. For this reason, we should have automated regression tests. It may...

python
tests

## Feature Request **Describe the new feature:** Now that the Makefiles output in color, it may be good to have the command-line tools to output in color as well, primarily...

python
documentation
tests