<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
I am writing to figure out what is the expected result from get_omp_proc_bind when the environmental variable OMP_PROC_BIND is true.  Based on <a href="https://www.openmp.org/spec-html/5.0/openmpse52.html" class="">https://www.openmp.org/spec-html/5.0/openmpse52.html</a> I
 was expecting the result to be 1, which is what I get when using g++ version 9.2, but for clang++ I get 4, which is the same as spread.  Any help would be appreciated since I am trying to match up results from an app compiled with clang and a performance model
 that currently returns 1 for get_omp_proc_bind when OMP_PROC_BIND=true. 
<div class=""><br class="">
</div>
<div class="">-Drew</div>
</body>
</html>