first commit
This commit is contained in:
21
src/SetupHalo.hpp
Normal file
21
src/SetupHalo.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
//@HEADER
|
||||
// ***************************************************
|
||||
//
|
||||
// HPCG: High Performance Conjugate Gradient Benchmark
|
||||
//
|
||||
// Contact:
|
||||
// Michael A. Heroux ( maherou@sandia.gov)
|
||||
// Jack Dongarra (dongarra@eecs.utk.edu)
|
||||
// Piotr Luszczek (luszczek@eecs.utk.edu)
|
||||
//
|
||||
// ***************************************************
|
||||
//@HEADER
|
||||
|
||||
#ifndef SETUPHALO_HPP
|
||||
#define SETUPHALO_HPP
|
||||
#include "SparseMatrix.hpp"
|
||||
|
||||
void SetupHalo(SparseMatrix& A);
|
||||
|
||||
#endif // SETUPHALO_HPP
|
||||
Reference in New Issue
Block a user