#endif // KMP_AFFINITY_SUPPORTED
#if OMP_40_ENABLED && KMP_AFFINITY_SUPPORTED
}
- else if ((proc_bind != proc_bind_false)
- && (proc_bind != proc_bind_disabled)) {
+ else if (proc_bind != proc_bind_false) {
if (this_thr->th.th_new_place == this_thr->th.th_current_place) {
KA_TRACE(100, ("__kmp_fork_barrier: T#%d already in correct place %d\n",
__kmp_gtid_from_thread(this_thr), this_thr->th.th_current_place));
__kmp_affinity_type = affinity_disabled;
# endif /* KMP_AFFINITY_SUPPORTED */
__kmp_nested_proc_bind.used = 1;
- __kmp_nested_proc_bind.bind_types[0] = proc_bind_disabled;
+ __kmp_nested_proc_bind.bind_types[0] = proc_bind_false;
}
else if ( ( num == (int)proc_bind_false )
|| __kmp_match_str( "false", buf, &next ) ) {
__kmp_str_buf_print( buffer, "spread" );
break;
- case proc_bind_disabled:
- __kmp_str_buf_print( buffer, "disabled" );
- break;
-
case proc_bind_intel:
__kmp_str_buf_print( buffer, "intel" );
break;
# if OMP_40_ENABLED
if ( __kmp_affinity_type == affinity_disabled ) {
- __kmp_nested_proc_bind.bind_types[0] = proc_bind_disabled;
+ __kmp_nested_proc_bind.bind_types[0] = proc_bind_false;
}
else if ( __kmp_nested_proc_bind.bind_types[0] == proc_bind_true ) {
//