Skip to content

Commit c4728c1

Browse files
committed
comdetective
1 parent bfb55bf commit c4728c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ComDetective.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ by typing the following command in the directory of libmonitor:
1515
3. Install HPCToolkit with ComDetective extensions from
1616
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.
1717

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\>
1919

2020
b. make
2121

@@ -82,7 +82,7 @@ If you don't pass a name for the output folder with "--output" or "-o" parameter
8282
the name of the output folder is "\<timestamp\>_timestamped_results".
8383

8484
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.
8686

8787
\<matrix type\> can be "as" for any communication among threads, "ts" for true sharing among threads,
8888
"fs" for false sharing among threads, "as_core" for any communication among cores,

0 commit comments

Comments
 (0)