[PVFS2-CVS]
commit by neill in pvfs2/test/io/bmi: ave-bw5.c ave-lat5.c
bench-args.c bench-args.h bench-initialize.c bench-initialize.h
bench-mem.c bench-mem.h driver-bw-multi.c driver-latency.c
driver-simple.c test-bmi-client-gm.c test-bmi-client-list-gm.c
test-bmi-client-list.c test-bmi-client.c test-bmi-server-gm.c
test-bmi-server-list-gm.c test-bmi-server-list.c test-bmi-server.c
test-bmi.h
CVS commit program
cvs at parl.clemson.edu
Wed Jul 28 11:33:02 EDT 2004
Update of /projects/cvsroot/pvfs2/test/io/bmi
In directory parlweb:/tmp/cvs-serv5554/test/io/bmi
Modified Files:
ave-bw5.c ave-lat5.c bench-args.c bench-args.h
bench-initialize.c bench-initialize.h bench-mem.c bench-mem.h
driver-bw-multi.c driver-latency.c driver-simple.c
test-bmi-client-gm.c test-bmi-client-list-gm.c
test-bmi-client-list.c test-bmi-client.c test-bmi-server-gm.c
test-bmi-server-list-gm.c test-bmi-server-list.c
test-bmi-server.c test-bmi.h
Log Message:
- applied Nathan's expandtab patch (expandtab-2.patch.gz)
first referenced at:
http://www.beowulf-underground.org/pipermail/pvfs2-developers/2004-July/000745.html
Index: ave-bw5.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/ave-bw5.c,v
diff -p -u -r1.2 -r1.3
--- ave-bw5.c 7 Apr 2004 18:26:53 -0000 1.2
+++ ave-bw5.c 28 Jul 2004 14:33:02 -0000 1.3
@@ -54,5 +54,5 @@ int main(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: ave-lat5.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/ave-lat5.c,v
diff -p -u -r1.2 -r1.3
--- ave-lat5.c 7 Apr 2004 18:26:53 -0000 1.2
+++ ave-lat5.c 28 Jul 2004 14:33:02 -0000 1.3
@@ -55,5 +55,5 @@ int main(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: bench-args.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/bench-args.c,v
diff -p -u -r1.6 -r1.7
--- bench-args.c 7 Apr 2004 18:26:54 -0000 1.6
+++ bench-args.c 28 Jul 2004 14:33:02 -0000 1.7
@@ -122,5 +122,5 @@ void bench_args_dump(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: bench-args.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/bench-args.h,v
diff -p -u -r1.3 -r1.4
--- bench-args.h 7 Apr 2004 18:26:54 -0000 1.3
+++ bench-args.h 28 Jul 2004 14:33:02 -0000 1.4
@@ -45,5 +45,5 @@ void bench_args_dump(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: bench-initialize.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/bench-initialize.c,v
diff -p -u -r1.8 -r1.9
--- bench-initialize.c 7 Apr 2004 18:26:54 -0000 1.8
+++ bench-initialize.c 28 Jul 2004 14:33:02 -0000 1.9
@@ -348,5 +348,5 @@ int bench_initialize_bmi_addresses_clien
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: bench-initialize.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/bench-initialize.h,v
diff -p -u -r1.5 -r1.6
--- bench-initialize.h 7 Apr 2004 18:26:54 -0000 1.5
+++ bench-initialize.h 28 Jul 2004 14:33:02 -0000 1.6
@@ -60,5 +60,5 @@ int bench_init(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: bench-mem.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/bench-mem.c,v
diff -p -u -r1.4 -r1.5
--- bench-mem.c 7 Apr 2004 18:26:54 -0000 1.4
+++ bench-mem.c 28 Jul 2004 14:33:02 -0000 1.5
@@ -164,5 +164,5 @@ int check_buffers(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: bench-mem.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/bench-mem.h,v
diff -p -u -r1.4 -r1.5
--- bench-mem.h 7 Apr 2004 18:26:54 -0000 1.4
+++ bench-mem.h 28 Jul 2004 14:33:02 -0000 1.5
@@ -53,5 +53,5 @@ int check_buffers(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: driver-bw-multi.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/driver-bw-multi.c,v
diff -p -u -r1.8 -r1.9
--- driver-bw-multi.c 7 Apr 2004 18:26:54 -0000 1.8
+++ driver-bw-multi.c 28 Jul 2004 14:33:02 -0000 1.9
@@ -1027,5 +1027,5 @@ static int mpi_client_postall(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: driver-latency.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/driver-latency.c,v
diff -p -u -r1.9 -r1.10
--- driver-latency.c 7 Apr 2004 18:26:54 -0000 1.9
+++ driver-latency.c 28 Jul 2004 14:33:02 -0000 1.10
@@ -549,5 +549,5 @@ static int mpi_client(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: driver-simple.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/driver-simple.c,v
diff -p -u -r1.4 -r1.5
--- driver-simple.c 7 Apr 2004 18:26:54 -0000 1.4
+++ driver-simple.c 28 Jul 2004 14:33:02 -0000 1.5
@@ -70,5 +70,5 @@ int main(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-bmi-client-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-client-gm.c,v
diff -p -u -r1.10 -r1.11
--- test-bmi-client-gm.c 7 Apr 2004 18:26:54 -0000 1.10
+++ test-bmi-client-gm.c 28 Jul 2004 14:33:02 -0000 1.11
@@ -455,5 +455,5 @@ static struct options *parse_args(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-bmi-client-list-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-client-list-gm.c,v
diff -p -u -r1.12 -r1.13
--- test-bmi-client-list-gm.c 7 Apr 2004 18:26:54 -0000 1.12
+++ test-bmi-client-list-gm.c 28 Jul 2004 14:33:02 -0000 1.13
@@ -397,5 +397,5 @@ static struct options *parse_args(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-bmi-client-list.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-client-list.c,v
diff -p -u -r1.10 -r1.11
--- test-bmi-client-list.c 7 Apr 2004 18:26:54 -0000 1.10
+++ test-bmi-client-list.c 28 Jul 2004 14:33:02 -0000 1.11
@@ -384,5 +384,5 @@ static struct options *parse_args(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-bmi-client.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-client.c,v
diff -p -u -r1.10 -r1.11
--- test-bmi-client.c 7 Apr 2004 18:26:54 -0000 1.10
+++ test-bmi-client.c 28 Jul 2004 14:33:02 -0000 1.11
@@ -366,5 +366,5 @@ static struct options *parse_args(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-bmi-server-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-server-gm.c,v
diff -p -u -r1.12 -r1.13
--- test-bmi-server-gm.c 7 Apr 2004 18:26:54 -0000 1.12
+++ test-bmi-server-gm.c 28 Jul 2004 14:33:02 -0000 1.13
@@ -447,5 +447,5 @@ static struct options *parse_args(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-bmi-server-list-gm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-server-list-gm.c,v
diff -p -u -r1.11 -r1.12
--- test-bmi-server-list-gm.c 7 Apr 2004 18:26:54 -0000 1.11
+++ test-bmi-server-list-gm.c 28 Jul 2004 14:33:02 -0000 1.12
@@ -326,5 +326,5 @@ static struct options *parse_args(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-bmi-server-list.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-server-list.c,v
diff -p -u -r1.11 -r1.12
--- test-bmi-server-list.c 7 Apr 2004 18:26:54 -0000 1.11
+++ test-bmi-server-list.c 28 Jul 2004 14:33:02 -0000 1.12
@@ -323,5 +323,5 @@ static struct options *parse_args(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-bmi-server.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi-server.c,v
diff -p -u -r1.11 -r1.12
--- test-bmi-server.c 7 Apr 2004 18:26:54 -0000 1.11
+++ test-bmi-server.c 28 Jul 2004 14:33:02 -0000 1.12
@@ -297,5 +297,5 @@ static struct options *parse_args(
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: test-bmi.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/test-bmi.h,v
diff -p -u -r1.6 -r1.7
--- test-bmi.h 7 Apr 2004 18:26:54 -0000 1.6
+++ test-bmi.h 28 Jul 2004 14:33:02 -0000 1.7
@@ -41,5 +41,5 @@ struct server_ack
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
More information about the PVFS2-CVS
mailing list