CipesAtHome
CipesAtHome copied to clipboard
error while compiling
omp_get_thread_num() in calculator.c is stopping me from compiling: Error: (ISO C99 and later do not support implicit function declarations.
It sounds like you are building without OpenMP. Does the default build configuration not have it enabled? @malleoz removed its installation from the Windows build instructions in 099f053, so I would assume it should always be installed.