瀏覽代碼

Minor fix

Cédric Augonnet 14 年之前
父節點
當前提交
e1856147a8
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mpi/examples/mpi_lu/pxlu.h

+ 2 - 0
mpi/examples/mpi_lu/pxlu.h

@@ -64,4 +64,6 @@ starpu_data_handle STARPU_PLU(get_tmp_21_block_handle)(unsigned i, unsigned k);
 
 void STARPU_PLU(display_data_content)(TYPE *data, unsigned blocksize);
 
+int get_block_rank(unsigned i, unsigned j);
+
 #endif // __PXLU_H__