25 int getNThread(
int argc,
char **argv)
40 while (!done && i < argc) {
42 length = strlen(option);
45 if (option[0] ==
'-') {
46 if (option[1] ==
't') {
50 if (found && length > 2) {
71 std::cout <<
"Nthread " << nThread <<
"\n";
73 omp_set_num_threads(nThread);
75 std::cout <<
"Warning: OpenMP is not enabled. \n";
78 std::cout <<
"Nthread " << nThread <<
"\n";
79 std::cout <<
"Warning: Number of threads cannot be set\n";
File containing preprocessor macros for error handling.
#define UTIL_THROW(msg)
Macro for throwing an Exception, reporting function, file and line number.
PSCF package top-level namespace.
Utility classes for scientific computation.