bsc-performance-tools / extrae

Instrumentation framework to generate execution traces of the most used parallel runtimes.
https://tools.bsc.es/extrae
GNU Lesser General Public License v2.1
62 stars 38 forks source link

Minor corrections #36

Closed Wheest closed 4 years ago

Wheest commented 5 years ago

Using this issue for any minor issues I find as I move through Extrae.

diff --git a/src/merger/common/mpi2out.c b/src/merger/common/mpi2out.c
index b04e435e..e83183e3 100644
--- a/src/merger/common/mpi2out.c
+++ b/src/merger/common/mpi2out.c
@@ -1396,0 +1396,0 @@ int merger_post (int numtasks, int taskid)

    if (taskid == 0)
    {
-       fprintf (stdout, "mpi2prv: Checking for target directory existance...");
+       fprintf (stdout, "mpi2prv: Checking for target directory existence...");
        char *dirn = dirname(strdup(__Extrae_Utils_trim(get_merge_OutputTraceName())));
        if (!__Extrae_Utils_directory_exists(dirn))
        {