aboutsummaryrefslogtreecommitdiff
path: root/dist/default_outfile.diff
blob: c45e2261fb0c6d1a06971fb115496d1fd54422b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
diff -u -r openmpi-1.6.3.orig/ompi/contrib/vt/vt/extlib/otf/tools/otfshrink/otfshrink.cpp openmpi-1.6.3/ompi/contrib/vt/vt/extlib/otf/tools/otfshrink/otfshrink.cpp
--- openmpi-1.6.3.orig/ompi/contrib/vt/vt/extlib/otf/tools/otfshrink/otfshrink.cpp	2012-10-31 14:07:12.000000000 -0400
+++ openmpi-1.6.3/ompi/contrib/vt/vt/extlib/otf/tools/otfshrink/otfshrink.cpp	2012-10-31 14:08:23.000000000 -0400
@@ -54,7 +54,7 @@
 "      -V            show OTF version                                       \n",
 "      -i <file>     input file name                                        \n",
 "      -o <name>     namestub of the output file                            \n",
-"                    (default: "DEFAULT_OUTFILE")                           \n",
+"                    (default: " DEFAULT_OUTFILE ")                         \n",
 "      -l \"<list>\"   a list of processes in quotes                        \n",
 "                    to enable, i.e. keep in the copy,                      \n",
 "                    e.g. '-l \"1,2 4-8 3\",10 12-20'                       \n",
diff -u -r openmpi-1.6.3.orig/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf.c openmpi-1.6.3/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf.c
--- openmpi-1.6.3.orig/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf.c	2012-10-31 14:07:12.000000000 -0400
+++ openmpi-1.6.3/ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf.c	2012-10-31 14:08:16.000000000 -0400
@@ -41,7 +41,7 @@
 "      -h, --help    show this help message                                 \n",
 "      -V            show OTF version                                       \n",
 "      -o <file>     namestub of the output file                            \n",
-"                    (default: "DEFAULT_OUTFILE")                           \n",
+"                    (default: " DEFAULT_OUTFILE ")                         \n",
 "      -f <n>        max count of filehandles                               \n",
 "                    (default: 100)                                         \n",
 "      -n <n>        output stream count                                    \n",
@@ -167,7 +167,7 @@
 		printf( " no output file specified\n" );
 		exit(1);
 		*/
-		outputFile= strdup( DEFAULT_OUTFILE".otf" );
+		outputFile= strdup( DEFAULT_OUTFILE ".otf" );
 	}
 
 	if ( maxfilehandles < 1 ) {