New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2498 (SETTE test of the trunk do not pass on jean zay) – NEMO

Opened 4 years ago

Closed 4 years ago

#2498 closed Bug (fixed)

SETTE test of the trunk do not pass on jean zay

Reported by: techene Owned by: techene
Priority: low Milestone:
Component: env Version: trunk
Severity: minor Keywords:
Cc:

Description (last modified by techene)

Context

Sette tests with NEMO's trunk do not pass on jean zay because of an error in the group name set up.

sbatch: error: Batch job submission failed: Invalid account or account/partition combination specified

Analysis

sette tests run on jean zay using BATCH_TEMPLATE/batch-X64_JEANZAY
BATCH_TEMPLATE/batch-X64_JEANZAY uses the keyword GROUP_IDRIS
GROUP_IDRIS is initialised by prepare_job.sh with the line

export GROUP_IDRIS=`echo ${USER} |cut -c 2-4`

where USER is the user account

Fix

GROUP_IDRIS should be initialised by prepare_job.sh with the line

export GROUP_IDRIS=`echo ${IDRPROJ}`

where IDRPROJ is the user group

Commit History (1)

ChangesetAuthorTimeChangeLog
13329techene2020-07-21T10:05:35+02:00

bug correction see #2498

Change History (3)

comment:1 Changed 4 years ago by techene

In 13329:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:2 Changed 4 years ago by techene

  • Description modified (diff)

Corrected in Revision: 13329

comment:3 Changed 4 years ago by techene

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.