Opened 3 years ago
Closed 3 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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13329 | techene | 2020-07-21T10:05:35+02:00 | bug correction see #2498 |
Change History (3)
comment:1 Changed 3 years ago by techene
comment:3 Changed 3 years ago by techene
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 13329: