46 "%d threads are set up for parallel computing.",
51 G_warning(
_(
"GRASS is not compiled with OpenMP support, parallel "
52 "computation is disabled. Only one thread will be used."));
void void void void G_fatal_error(const char *,...) __attribute__((format(printf
void G_warning(const char *,...) __attribute__((format(printf
void void G_verbose_message(const char *,...) __attribute__((format(printf
#define n_(strs, strp, num)
int G_set_omp_num_threads(struct Option *opt)
Set the number of threads for OpenMP The intended usage is at the beginning of a C tool when paramete...
Structure that stores option information.