Update memory.c
This commit is contained in:
parent
e53408ca17
commit
36c7b84114
|
@ -1817,7 +1817,7 @@ int get_num_procs(void) {
|
||||||
|
|
||||||
#if defined(USE_OPENMP)
|
#if defined(USE_OPENMP)
|
||||||
/* if (omp_get_proc_bind() != omp_proc_bind_false) */
|
/* if (omp_get_proc_bind() != omp_proc_bind_false) */
|
||||||
#if_OPENMP >= 201307
|
#if _OPENMP >= 201307
|
||||||
nums = omp_get_num_places();
|
nums = omp_get_num_places();
|
||||||
#endif
|
#endif
|
||||||
return nums;
|
return nums;
|
||||||
|
|
Loading…
Reference in New Issue