Explorar o código

gemm_helper: Fix multiple variable definitions

Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
ce445c502e
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      mpi/tests/gemm_helper.h

+ 4 - 4
mpi/tests/gemm_helper.h

@@ -19,10 +19,10 @@
 
 #include <starpu_config.h>
 
-unsigned nslices;
-unsigned matrix_dim;
-unsigned check;
-int comm_thread_cpuid;
+extern unsigned nslices;
+extern unsigned matrix_dim;
+extern unsigned check;
+extern int comm_thread_cpuid;
 
 
 void gemm_alloc_data();