-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 13fe30d
Showing
4,788 changed files
with
3,223,738 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,14 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# Unix-style newlines with a newline ending every file | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
|
||
# 3 space indentation | ||
[*.f90] | ||
indent_style = space | ||
indent_size = 3 |
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,8 @@ | ||
*.gz filter=lfs diff=lfs merge=lfs -text | ||
*.bz2 filter=lfs diff=lfs merge=lfs -text | ||
*.xz filter=lfs diff=lfs merge=lfs -text | ||
*.tgz filter=lfs diff=lfs merge=lfs -text | ||
*.tbz filter=lfs diff=lfs merge=lfs -text | ||
*.txz filter=lfs diff=lfs merge=lfs -text | ||
*.h5 filter=lfs diff=lfs merge=lfs -text | ||
*.mod filter=lfs diff=lfs merge=lfs -text |
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,80 @@ | ||
## Compilation | ||
build.log | ||
.depend | ||
.order | ||
*.a | ||
**/make/*.f | ||
**/make/*.f90 | ||
**/make/*.mod | ||
**/make/*.smod | ||
*.o | ||
*.so | ||
/lib/ | ||
/include/ | ||
|
||
|
||
## Debugging/Profiling | ||
gmon.out | ||
callgrind.out* | ||
massif.out* | ||
valgrind.out* | ||
|
||
|
||
## Diffs/Patches | ||
*.orig | ||
*.patch | ||
*.rej | ||
|
||
|
||
## Documentation | ||
/dox/ | ||
|
||
|
||
## Executables | ||
*.x | ||
|
||
|
||
## Output | ||
**/LOGS/ | ||
**/LOGS1/ | ||
**/LOGS2/ | ||
**/photos/ | ||
**/png/ | ||
|
||
|
||
## Restarts | ||
.restart | ||
restart_photo | ||
|
||
|
||
## Testing | ||
**/test/diff.txt | ||
**/test/plotter | ||
**/test/sample | ||
**/test/tester | ||
**/test/test_quietly | ||
**/test/test_quietly.txt | ||
**/test/tmp.txt | ||
|
||
|
||
## Test Suite | ||
.running | ||
checks.md5 | ||
err.txt | ||
mem-rn.txt | ||
mem-re.txt | ||
out.txt | ||
final.mod | ||
final_check.mod | ||
final_check_diff.txt | ||
final_profile.data | ||
final_profile_check.data | ||
test_results.yml | ||
testhub.yml | ||
|
||
|
||
## Misc | ||
._* | ||
.DS_Store | ||
.mesa_temp_cache/ | ||
TAGS |
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,14 @@ | ||
# .readthedocs.yml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/source/conf.py | ||
|
||
# Optionally set the version of Python and requirements required to build your docs | ||
python: | ||
version: 3.7 |
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,8 @@ | ||
# Lines starting with '#' are comments. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# By default, Bill owns all code. | ||
* @bill-paxton | ||
|
||
star/private/eps_mdot.f90 @adamjermyn | ||
auto_diff/* @adamjermyn |
Oops, something went wrong.