您好,
OpenMP可以在Windows Store apps中应用。请参考 http://msdn.microsoft.com/en-us/library/fw509c3b.aspx
商店认证通不过,可能是由于OpenMP库中用到了一些认证限制使用的API或其他限制性因素。
您可以运行WACK工具,查看具体的认证失败原因,并修改相应的代码。
此外,您可以采用 Parallel Patterns Library (PPL) 和 Concurrency Runtime 进行并行处理,以规避一些认证方面可能的限制。
如需迁移OpenMP应用到Concurrency Runtime,请参考 Migrating from OpenMP to the Concurrency Runtime
Best wishes,