diff options
| author | Mahmoud <[email protected]> | 2019-10-16 15:25:56 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-10-16 15:25:56 -0400 |
| commit | 9d845da65a4b60d78e1a57dd081a6a155be78edd (patch) | |
| tree | 29d14dac266a58a882b32031c41a451c40eccbe6 /src | |
| parent | 1198a9ada24307c3001f9b4e37adac2c47cd6d1f (diff) | |
adding the exit message in trace-driven mode
Diffstat (limited to 'src')
| -rw-r--r-- | src/trace-driven/gpgpusim_trace_driven_main.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/trace-driven/gpgpusim_trace_driven_main.cc b/src/trace-driven/gpgpusim_trace_driven_main.cc index 6ac7142..81fdc0f 100644 --- a/src/trace-driven/gpgpusim_trace_driven_main.cc +++ b/src/trace-driven/gpgpusim_trace_driven_main.cc @@ -83,8 +83,9 @@ int main ( int argc, const char **argv ) } } - //we print this message to inofrm the gpgpu-simulation stats_collect that we are done + //we print this message to inform the gpgpu-simulation stats_collect script that we are done printf("GPGPU-Sim: *** simulation thread exiting ***\n"); + printf("GPGPU-Sim: *** exit detected ***\n"); return 1; } |
