@@ -36,7 +36,7 @@ thread_work(
36
36
fprintf (stdout ,"[%d] ============ Thread %d splitting in two pieces\n" , tid , rank );
37
37
qv_scope_t * pthread_subscope = NULL ;
38
38
rc = qv_scope_split (scope , 2 , rank , & pthread_subscope );
39
- N if (rc != QV_SUCCESS ) {
39
+ if (rc != QV_SUCCESS ) {
40
40
ers = "qv_scope_split failed" ;
41
41
qvi_test_panic ("%s (rc=%s)" , ers , qv_strerr (rc ));
42
42
}
@@ -127,7 +127,7 @@ main(void)
127
127
fprintf (stdout ,"\n" );
128
128
129
129
130
- rc = qv_pthread_colors_fill (colors , nthreads , QV_POLICY_PACKED , stride , ncores , npieces );
130
+ rc = qv_pthread_colors_fill (colors , nthreads , QV_POLICY_PACKED , stride , npieces );
131
131
if (rc != QV_SUCCESS ) {
132
132
ers = "qv_pthread_colors_fill() failed" ;
133
133
qvi_test_panic ("%s (rc=%s)" , ers , qv_strerr (rc ));
@@ -201,7 +201,7 @@ main(void)
201
201
fprintf (stdout ,"\n" );
202
202
203
203
204
- rc = qv_pthread_colors_fill (colors2 , nthreads , QV_POLICY_PACKED , stride , ncores , ncores );
204
+ rc = qv_pthread_colors_fill (colors2 , nthreads , QV_POLICY_PACKED , stride , ncores );
205
205
if (rc != QV_SUCCESS ) {
206
206
ers = "qv_pthread_colors_fill() failed" ;
207
207
qvi_test_panic ("%s (rc=%s)" , ers , qv_strerr (rc ));
0 commit comments