Azure / hpcpack

The repo to track public issues for Microsoft HPC Pack product.
MIT License
30 stars 11 forks source link

PowerShell Module for PowerShell 7.x #17

Open thilbig opened 3 years ago

thilbig commented 3 years ago

Feature Request Description

  1. We have to install the Client Redistributable Package of HPC Pack 2019 to get the PowerShell module and the HPC PowerShell cmdlets with PowerShell 5.1.x.
  2. The cmdlets don't work with PowerShell 7,x
  3. That's always frustrating our HPC cluster users when only want use the HPC PowerShell cmdlets to submit, list and administer their jobs and they can only use the old PowerShell.
  4. It's very tricky to use it with Azure pipelines on our Azure DevOps Server for automatically tests the parallel code on our cluster.

Describe Preferred Solution

Can you make a standalone HPC PowerShell module that can installed like other PowerShell modules?

Describe Alternatives Considered

n/a

Additional Context

n/a