https://github.com/lorenzhs/BuRR
Revision 34f223f1a4294e6bb1b8aec128a990d1e5718f64 authored by Michael Axtmann on 30 March 2021, 19:29:10 UTC, committed by Michael Axtmann on 30 March 2021, 19:29:10 UTC
1 parent ee6103c
Raw File
Tip revision: 34f223f1a4294e6bb1b8aec128a990d1e5718f64 authored by Michael Axtmann on 30 March 2021, 19:29:10 UTC
[Bugfix] Avoid recursion on empty parallel tasks
Tip revision: 34f223f
.gitignore
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top