You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ComDetective.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ by typing the following command in the directory of libmonitor:
15
15
3. Install HPCToolkit with ComDetective extensions from
16
16
https://github.com/ParCoreLab/hpctoolkit pointing to the installations of hpctoolkit-externals and libmonitor from steps \#1 and \#2. Assuming that the underlying architecture is x86_64 and compiler is gcc, this step is performed with the following commands.
17
17
18
-
a. ./configure \-\-prefix=<targeted installation directory for ComDetective> --with-externals=<directory of hpctoolkit externals>/x86_64-unknown-linux-gnu --with-libmonitor=<libmonitor-installation directory>
18
+
a. ./configure \-\-prefix=\<targeted installation directory for ComDetective\> --with-externals=\<directory of hpctoolkit externals\>/x86_64-unknown-linux-gnu --with-libmonitor=\<libmonitor-installation directory\>
19
19
20
20
b. make
21
21
@@ -82,7 +82,7 @@ If you don't pass a name for the output folder with "--output" or "-o" parameter
82
82
the name of the output folder is "\<timestamp\>_timestamped_results".
83
83
84
84
Each application level matrix file is named as follow: \<executable name\>-\<pid of the process\>-\<matrix type\>_matrix.csv,
85
-
while data object level matrix file is named as follow: \<executable name\>-\<pid of the process\>-\<object id\>-\<matrix type\>_matrix_rank_<object rank\>.csv.
85
+
while data object level matrix file is named as follow: \<executable name\>-\<pid of the process\>-\<object id\>-\<matrix type\>\_matrix_rank\_<object rank\>.csv.
86
86
87
87
\<matrix type\> can be "as" for any communication among threads, "ts" for true sharing among threads,
88
88
"fs" for false sharing among threads, "as_core" for any communication among cores,
0 commit comments