Archer2/Puma username mismatch - rosie go submit

Hi Ros,

Sorry, this may already have arisen with other users, but I couldn’t find an obvious solution in the helpdesk.

When I submit a UM job to Archer via rose it fails to submit. Looking at the job:

#!/bin/bash -l
#
# ++++ THIS IS A CYLC TASK JOB SCRIPT ++++
# Suite: u-co227
# Task: coupled.19880101T0000Z
# Job log directory: 19880101T0000Z/coupled/01
# Job submit method: slurm
# Execution time limit: 14400.0

# DIRECTIVES:
#SBATCH --job-name=u-co227.coupled.19880101T0000Z
#SBATCH --output=cylc-run/u-co227/log/job/19880101T0000Z/coupled/01/job.out
#SBATCH --error=cylc-run/u-co227/log/job/19880101T0000Z/coupled/01/job.err
#SBATCH --time=240:00
#SBATCH --chdir=/work/n02/n02/dan
#SBATCH --partition=standard
#SBATCH --qos=standard
#SBATCH --account=n02-CANARI
#SBATCH --export=none
#SBATCH --nodes=33

It appears that this job is using my puma username (dan) to create the job on archer (hence --chdir=/work/n02/n02/dan ), whereas my archer username is lrdlrh

Is there an option in the rose config to change to my archer username? (I haven’t been able to find an option so far.)

Thanks!

Cheers,

Dan

Hi Dan

Under Options change USERNAME to ‘lrdlrh’ - (I can’t remember if the quotes are needed)

Grenville

Hi Grenville,

Is that within rosie go? Or something else?

Cheers,

Dan

in the suite – run rose edit & look under User Options

Got it! - thanks, Grenville - it was set to $LOGNAME in Machine Options - I forgot we reverted my changes when Ros was fixing my ARCHER login problems earlier.

Thanks!

Cheers,
Dan