From 8c787d0a32aa0c065e9aa3aa2c894befa4fd2719 Mon Sep 17 00:00:00 2001 From: Ulf 'Tiggi' Tigerstedt Date: Thu, 5 Oct 2023 15:52:24 +0300 Subject: [PATCH] The handling of the authentication token for helmi is changing, and it will require the jobs to run with a login shell. Add -l to the example ahead of time --- docs/computing/quantum-computing/helmi/running-on-helmi.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/computing/quantum-computing/helmi/running-on-helmi.md b/docs/computing/quantum-computing/helmi/running-on-helmi.md index 992c518afa..a62727e690 100644 --- a/docs/computing/quantum-computing/helmi/running-on-helmi.md +++ b/docs/computing/quantum-computing/helmi/running-on-helmi.md @@ -36,7 +36,7 @@ IQM client iqm_client >= 12.5, < 13.0 Here is an example batch script to submit jobs on Helmi ```bash -#!/bin/bash +#!/bin/bash -l #SBATCH --job-name=helmijob # Job name #SBATCH --account=project_ # Project for billing @@ -199,4 +199,5 @@ Here is a brief description of the figures which are given when querying: | CZ gate fidelity | The controlled-z gate fidelity calculated through interleaved randomized benchmarking. | | | -For further information on the figures of merit contact the [CSC Service Desk](../../../../support/contact/), reachable at [servicedesk@csc.fi](mailto:servicedesk@csc.fi). \ No newline at end of file +For further information on the figures of merit contact the [CSC Service Desk](../../../../support/contact/), reachable at [servicedesk@csc.fi](mailto:servicedesk@csc.fi). +