Skip to content

Commit b7cb4f9

Browse files
committed
Clean up headers and out-commented preprocessor code
Signed-off-by: Christoph Niethammer <[email protected]>
1 parent 05c7f89 commit b7cb4f9

File tree

7 files changed

+4
-25
lines changed

7 files changed

+4
-25
lines changed

one-sided/tst_get_with_fence.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
* Date: Oct 14th 2003
1313
*/
1414

15-
//#include "config.h"
16-
//#ifdef HAVE_MPI2_ONESIDE
17-
1815
#include <mpi.h>
1916
#include "mpi_test_suite.h"
2017

@@ -128,5 +125,3 @@ int tst_get_with_fence_alltoall_cleanup (struct tst_env * env)
128125
return 0;
129126
}
130127

131-
//#endif
132-

one-sided/tst_get_with_lock.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
1414
*/
1515

16-
//#include "config.h"
17-
//#ifdef HAVE_MPI2_ONESIDE
18-
1916
#include <mpi.h>
2017
#include "mpi_test_suite.h"
2118

@@ -131,5 +128,4 @@ int tst_get_with_lock_alltoall_cleanup (struct tst_env * env)
131128

132129
return 0;
133130
}
134-
//#endif
135131

one-sided/tst_get_with_post.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
* Date: Oct 14th 2003
1313
*/
1414

15-
//#include "config.h"
16-
//#ifdef HAVE_MPI2_ONESIDE
17-
1815
#include <mpi.h>
1916
#include "mpi_test_suite.h"
2017

@@ -161,4 +158,4 @@ int tst_get_with_post_alltoall_cleanup (struct tst_env * env)
161158

162159
return 0;
163160
}
164-
//#endif
161+

one-sided/tst_put_with_fence.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
1414
*/
1515

16-
//#include "config.h"
17-
//#ifdef HAVE_MPI2_ONESIDE
18-
1916
#include <mpi.h>
2017
#include "mpi_test_suite.h"
2118

@@ -131,4 +128,4 @@ int tst_put_with_fence_alltoall_cleanup (struct tst_env * env)
131128

132129
return 0;
133130
}
134-
//#endif
131+

one-sided/tst_put_with_lock.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
33
*/
44

5-
//#include "config.h"
6-
//#ifdef HAVE_MPI2_ONESIDE
7-
85
#include <mpi.h>
96
#include "mpi_test_suite.h"
107

@@ -123,4 +120,4 @@ int tst_put_with_lock_alltoall_cleanup (struct tst_env * env)
123120

124121
return 0;
125122
}
126-
//#endif
123+

one-sided/tst_put_with_post.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//#include "config.h"
2-
//#ifdef HAVE_MPI2_ONESIDE
31

42
#include <mpi.h>
53
#include "mpi_test_suite.h"
@@ -148,4 +146,3 @@ int tst_put_with_post_alltoall_cleanup (struct tst_env * env)
148146
return 0;
149147
}
150148

151-
//#endif

tst_output.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <stdio.h>
66
#include <stdarg.h>
77

8-
#include "./config.h"
8+
#include "config.h"
99

1010

1111
#define DEBUG_REPORT_TYPE TST_REPORT_MAX

0 commit comments

Comments
 (0)