az-hop icon indicating copy to clipboard operation
az-hop copied to clipboard

The Azure HPC On-Demand Platform provides an HPC Cluster Ready solution

Results 103 az-hop issues
Sort by recently updated
recently updated
newest added

Add a parameter on the queue definition to turn on/off log messages sent to the cycle portal in cluster-init scripts

kind/feature
area/cyclecloud

The install.sh script run during the cloud-init phase is failing installing miniconda because the HOME env variable is not set. Moving the custom-data to a yaml cloud-init implementation will solve...

good first issue
kind/feature

## In what area(s)? > /area administration > /area ansible > /area autoscaling > /area configuration > /area cyclecloud > /area documentation > /area image > /area job-scheduling > /area...

kind/feature
area/ood

Areas --> /area administration --> /area configuration --> /area user-management ## Description Support multiple volumes (ANF or files) for User home environment. Automatically distribute users amongst multiple volumes.

kind/feature

## In what area(s)? /area interactive > /area ansible > /area autoscaling > /area configuration > /area cyclecloud > /area documentation > /area image > /area job-scheduling > /area monitoring...

kind/feature

In addition to mounts, allow new entries in the OOD File menu Something like adding lines in this file ``` - name: create ood lustre menu option lineinfile: path: /etc/ood/config/apps/dashboard/initializers/ood.rb...

kind/feature
area/ood

Add domain users access when creating the mount directory ``` - name: Create "{{mounts[item].mountpoint}}" directory mountpoint file: path: '{{mounts[item].mountpoint}}' state: directory mode: '0755' loop: "{{mounts | list}}" when: item !=...

kind/bug

- capture the preemption event at the VM level - tag all running jobs on that VM with a specific flag - requeue these jobs (check if this is possible...

kind/feature
area/slurm

Job1 is running with place=scatter:excl using 10 cores on HC44rs => running on hc44rs-1 Job2 submitted with place=place asking for 20 cores on HC44rs => wrong assignment on hc44rs-1 should...

kind/bug
area/openpbs

Add a new application section with each application integrated in azhop. For each describe : - how to enable it - how to install if required - how to use

kind/feature
area/application