We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9d899 commit d5badbbCopy full SHA for d5badbb
2 files changed
examples/cpp/circles_bruteforce/src/main.cu
@@ -125,6 +125,9 @@ int main(int argc, const char ** argv) {
125
flamegpu::CUDASimulation cudaSimulation(model, argc, argv);
126
flamegpu::util::nvtx::pop();
127
128
+ // Configure the simulation to overwrite log and xml files
129
+ cudaSimulation.SimulationConfig().truncate_log_files = true;
130
+
131
/**
132
* Create visualisation
133
*/
examples/cpp/circles_spatial3D/src/main.cu
@@ -119,6 +119,9 @@ int main(int argc, const char ** argv) {
119
120
121
122
123
124
0 commit comments