mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-05 05:57:11 +01:00
Merge branch 'feature/dirichlet' of https://github.com/paboyle/Grid into feature/dirichlet
This commit is contained in:
@@ -492,6 +492,7 @@ NAMESPACE_END(Grid);
|
||||
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
#if 0
|
||||
Grid_init(&argc, &argv);
|
||||
int threads = GridThread::GetThreads();
|
||||
// here make a routine to print all the relevant information on the run
|
||||
@@ -915,4 +916,5 @@ int main(int argc, char **argv) {
|
||||
std::cout << GridLogMessage << " Done" << std::endl;
|
||||
Grid_finalize();
|
||||
return 0;
|
||||
#endif
|
||||
} // main
|
||||
|
Reference in New Issue
Block a user