Files
tssc-hpcg/src/ReadHpcgDat.hpp
2026-01-18 20:37:50 +08:00

21 lines
518 B
C++

//@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