-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #261 from PRUNERS/release-v2.0-beta.2
Master: Increment version number to v2.0-beta.2
- Loading branch information
Showing
96 changed files
with
9,686 additions
and
1,351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: 🐛 Bug report | ||
about: Create a report to help us improve 🤔 | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
**Describe the problem** | ||
A clear and concise description of what the bug is. | ||
Include screenshots if applicable. | ||
|
||
**Suggested Fix** | ||
Do you have a suggestion for how to resole the issue? | ||
|
||
**Alternative approaches:** | ||
A clear and concise description of any alternative solutions or features you've | ||
considered. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: 🚀 Feature Request | ||
about: I have a suggestion (and may want to implement it 🙂)! | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
**Describe the new feature:** | ||
A clear and concise description of what your problem is. Ex. I have an issue | ||
when [...] | ||
|
||
**Suggested change:** | ||
A clear and concise description of what you want to happen. Add any considered | ||
drawbacks. | ||
|
||
**Alternative approaches:** | ||
A clear and concise description of any alternative solutions or features you've | ||
considered. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Fixes # | ||
|
||
**Description:** | ||
Describe what you changed and why. | ||
|
||
- | ||
- | ||
- | ||
|
||
**Documentation:** | ||
What documentation did you change? | ||
If the change does not require updates to documentation, justify why. | ||
|
||
**Tests:** | ||
What automated tests did you change? | ||
If the change does not require updates to tests, justify why. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1 @@ | ||
# Autogenerated by "flit init" | ||
# flit version v2.0-alpha.3 | ||
|
||
[database] | ||
|
||
type = 'sqlite' | ||
filepath = 'results.sqlite' | ||
|
||
|
||
[[hosts]] | ||
|
||
[hosts.dev_build] | ||
|
||
compiler_name = 'g++' | ||
optimization_level = '-O2' | ||
switches = '-funsafe-math-optimizations' | ||
|
||
|
||
[hosts.ground_truth] | ||
|
||
compiler_name = 'g++' | ||
optimization_level = '-O0' | ||
switches = '' | ||
|
||
# Use the default values |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,4 @@ | ||
# Autogenerated by "flit init" | ||
# flit version v2.0-alpha.3 | ||
|
||
[database] | ||
|
||
# older versions of flit supported postgres. that has been removed. only | ||
# sqlite is supported at the moment. | ||
type = 'sqlite' | ||
|
||
# if relative path, it is relative to the directory containing this | ||
# configuration file. | ||
filepath = 'results.sqlite' | ||
|
||
[run] | ||
timing = false | ||
|
||
# For now, only one host is supported, all others are ignored | ||
[[hosts]] | ||
|
||
name = 'yoga-manjaro' | ||
flit_path = '/home/bentley/git/FLiT/scripts/flitcli/flit.py' | ||
config_dir = '/home/bentley/git/FLiT/scripts/flitcli/config' | ||
|
||
# The settings for "make dev" | ||
[hosts.dev_build] | ||
# compiler_name must be found in [[hosts.compilers]] list under name attribute | ||
# but the optimization level and switches do not need to be in the compiler list | ||
compiler_name = 'g++' | ||
optimization_level = '-O2' | ||
switches = '-funsafe-math-optimizations' | ||
|
||
# The ground truth compilation to use in analysis, for "make gt" | ||
[hosts.ground_truth] | ||
# compiler_name must be found in [[hosts.compilers]] list under name attribute | ||
# but the optimization level and switches do not need to be in the compiler list | ||
compiler_name = 'g++' | ||
optimization_level = '-O0' | ||
switches = '' | ||
|
||
# This host's list of compilers. | ||
# For now, only used for hosts.ground_truth and hosts.dev_build. | ||
# TODO: use this list to generate the Makefile | ||
[[hosts.compilers]] | ||
|
||
# binary can be an absolute path, relative path, or binary name (found in | ||
# PATH). If you want to specify a compiler in the same directory as this | ||
# config file, prepend with a "./" (e.g. "./my-compiler") | ||
binary = 'g++' | ||
name = 'g++' | ||
|
||
# Use default values for all other options |
Oops, something went wrong.