Skip to content

Conda

Run commands within a Conda environment as a SLURM batch job.

Conda job submission
  • Partition — select the partition.
  • Job Name — assign a name.
  • CPUs per Task — specify CPU cores.
  • Working Directory — where the command runs.
  • Conda Environment — select from available conda environments on the cluster (loaded automatically from conda env list). The first environment is selected by default. Selecting an environment auto-generates the activation script (conda activate <env>).
  • Command — command to run after activating the environment (required). Supports template loading.

Add key-value pairs to export as additional environment variables.

Click Submit. The generated script activates the selected conda environment and runs your command. Monitor the job on the Job Monitor page.