first commit
This commit is contained in:
20
src/ReadHpcgDat.hpp
Normal file
20
src/ReadHpcgDat.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
//@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 READHPCGDAT_HPP
|
||||
#define READHPCGDAT_HPP
|
||||
|
||||
int ReadHpcgDat(int* localDimensions, int* secondsPerRun, int* localProcDimensions, char* filename);
|
||||
|
||||
#endif // READHPCGDAT_HPP
|
||||
Reference in New Issue
Block a user