From 4ead52935e5b48c3e50cdfd3b2a75da71ce28334 Mon Sep 17 00:00:00 2001 From: mbastug16 Date: Thu, 2 Apr 2020 17:13:43 +0300 Subject: [PATCH 1/2] ADAMANT explanation added --- ComDetective.HowToRun | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ComDetective.HowToRun b/ComDetective.HowToRun index 2c92f39eae..da967d17ca 100755 --- a/ComDetective.HowToRun +++ b/ComDetective.HowToRun @@ -16,7 +16,9 @@ ComDetectiverun -p -b -d ComDetectiverun <./your_executable> your_args +4. To run ComDetective with ADAMANT: +ComDetective --enable-object-level <./your_executable> your_args Results ===== From d6d8154fb400badc373de14503ffb8bd7cad9555 Mon Sep 17 00:00:00 2001 From: Mehmet Taha Bastug <61948942+mbastug16@users.noreply.github.com> Date: Fri, 3 Apr 2020 13:50:15 +0300 Subject: [PATCH 2/2] Update ComDetective.HowToRun --- ComDetective.HowToRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComDetective.HowToRun b/ComDetective.HowToRun index da967d17ca..032a618b0b 100755 --- a/ComDetective.HowToRun +++ b/ComDetective.HowToRun @@ -18,7 +18,7 @@ mpirun -n ComDetectiverun <./your_executable> your_args 4. To run ComDetective with ADAMANT: -ComDetective --enable-object-level <./your_executable> your_args +ComDetectiverun --enable-object-level <./your_executable> your_args Results =====