Yuao Ma wrote:
This patch makes OMP_WAIT_POLICY accept the pvsched
option. Tests and documentation have also been added.
[…]
+As an extension, if the value is @code{PVSCHED}, the runtime library will
+employ a para-virtualized scheduling guided barrier synchronization mechanism,
+though this feature has not yet been implemented.
I prefer waiting for the actual feature implementation before adding
(and documenting) a stub implementation.
In order to make it less likely that the patch gets lost, I added it to
https://gcc.gnu.org/wiki/SummerOfCode#:~:text=new%20value%2C%20pvsched
Tobias