Hi Dommo,
If the windows compute nodes (Or Linux compute nodes) can recognize the Phi cards, you shall be able to use it for your application. You may tell how your application is going to use it.
And to better use it in HPC Pack scheduler, here are a few things you can do:
1. If you want your task to use only one core of Xeon Phi, you may try oversubscribe the node to the Phi core number through "Set-HPCNode -subscribedCores ...", so that the scheduler will treat the correct number of cores of that node
2. Disable core affinity (through the job scheduler configuration UI)
3. Customize your perf counter (through Export-HPCMetric, Import-HPCMetric, to collect the Intel Phi CPU usage so that our heatmap can show the correct CPU usage of Xeon Phi
Qiufang Shi