1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-30 03:07:06 +01:00

Add messages to get the number of threads for openmp

This commit is contained in:
azusayamaguchi
2015-05-19 14:54:42 +01:00
parent 05d862782f
commit 91f29d4a68
11 changed files with 104 additions and 54 deletions

View File

@@ -86,7 +86,7 @@ namespace Grid {
// Common parsing chores
std::string GridCmdOptionPayload(char ** begin, char ** end, const std::string & option);
bool GridCmdOptionExists(char** begin, char** end, const std::string& option);
void GridParseIntVector(std::string &str,std::vector<int> & vec);
std::string GridCmdVectorIntToString(const std::vector<int> & vec);
void GridParseLayout(char **argv,int argc,
std::vector<int> &latt,