template CLI Introduction

Introduction

template is a command-line interface (CLI) for storing and manging job-resources templates specific for integration BGU’s HPC cluster. It’s purpose is to be used with the runai-bgu CLI for submitting and managing jobs on the BGU HPC cluster.

You can create, delete list and get templates, more on that on the next page.

User Templates vs. Group Templates
User Templates
  • Scope: Templates are saved under your user ID (UID), meaning only you can access them.

  • Usage: No extra flags are needed when saving or accessing a user template.

Group Templates
  • Scope: Templates are saved under your group ID (GID), making them accessible to anyone in the same group.

  • Usage: To create or manage group templates, use the --gt flag.