I get this error message when I try to compile WRF version 3 with OpenMP parallelism, at the final linking stage when I link all the executables to create the wrf.exe:
libwrflib.a(module_tiles.o): In function `module_tiles_mp_set_tiles2_':
module_tiles.f90.text+0x2532): undefined reference to `omp_get_max_threads_'
Any ideas how to fix this ?
It seems the intel compiler does not want to do any parallelism ...
libwrflib.a(module_tiles.o): In function `module_tiles_mp_set_tiles2_':
module_tiles.f90.text+0x2532): undefined reference to `omp_get_max_threads_'
Any ideas how to fix this ?
It seems the intel compiler does not want to do any parallelism ...