This website requires JavaScript.
Explore
Help
Sign In
cwpearson
/
astaroth
Watch
1
Star
0
Fork
0
You've already forked astaroth
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1dbcc469fc01418bc47979ceea95994fdad28aab
astaroth
/
src
/
standalone
History
jpekkila
e4f7214b3a
benchmark.cc edited online with Bitbucket
2019-12-21 11:26:54 +00:00
..
model
Small corrections to keep the defaults in place.
2019-09-16 12:33:56 +08:00
autotest.cc
Fixed parts which caused a shadowing warning (same variable name used for different variables in the same scope)
2019-12-03 18:41:08 +02:00
benchmark.cc
benchmark.cc edited online with Bitbucket
2019-12-21 11:26:54 +00:00
CMakeLists.txt
OpenMP is now properly linked with the standalone without propagating it to nvcc (which would cause an error)
2019-12-05 15:30:48 +02:00
config_loader.cc
Deprecated the old style of selecting a config file (was a compile-time parameter). The config file is now a runtime parameter and can be changed without recompilation. Usage: ./ac_run -s <path/to/config/file/relative/to/ac_run/path>. config/astaroth.conf is selected by default if the custom path is not supplied to ac_run.
2019-09-18 19:22:15 +03:00
config_loader.h
Deprecated the old style of selecting a config file (was a compile-time parameter). The config file is now a runtime parameter and can be changed without recompilation. Usage: ./ac_run -s <path/to/config/file/relative/to/ac_run/path>. config/astaroth.conf is selected by default if the custom path is not supplied to ac_run.
2019-09-18 19:22:15 +03:00
main.cc
Changed from strncmp to strdup to work around warnings
2019-09-23 17:25:03 +03:00
renderer.cc
Deprecated the old style of selecting a config file (was a compile-time parameter). The config file is now a runtime parameter and can be changed without recompilation. Usage: ./ac_run -s <path/to/config/file/relative/to/ac_run/path>. config/astaroth.conf is selected by default if the custom path is not supplied to ac_run.
2019-09-18 19:22:15 +03:00
run.h
Deprecated the old style of selecting a config file (was a compile-time parameter). The config file is now a runtime parameter and can be changed without recompilation. Usage: ./ac_run -s <path/to/config/file/relative/to/ac_run/path>. config/astaroth.conf is selected by default if the custom path is not supplied to ac_run.
2019-09-18 19:22:15 +03:00
simulation.cc
Fixed parts which caused a shadowing warning (same variable name used for different variables in the same scope)
2019-12-03 18:41:08 +02:00
timer_hires.h
Updated the copyright years throughout the project
2019-07-16 14:28:32 +03:00