I’m hoping someone might be able to help me with this confusing error
I am trying to run ACCESS-AM2, and at the UMBUILD/fcm_make2_um step I have gotten the following error message: 2026-01-28T00:04:23Z [STDERR] qsub: Error: You are not a member of project project=gx60. You must be a member of a project to submit a job under that project. [(('event-mail', 'submission retry'), 1) ret_code] 0
However,
I am a member of gx60
After becoming a member of gx60 I created a new persistent session which the job is running under
I can create ARE sessions (using the normalbw and expressbw queues) using compute from gx60
Have you tried submitting the job right after being accepted in gx60?
I’m asking because sometimes there might be a delay between being able to access resources on a project and being able to access computing SU on the same project.
In that case, I would suggest to wait an hour or so and try again.
I was accepted into the project last week, so I would have thought it would be ok by now to access compute resources. I created the new persistent session yesterday and ran groups beforehand (which listed gx60).
I submitted both those PBS jobs like you suggested and they both succeeded with an empty .e file and output:
So it seems fine to me since I seem to be able to use compute resources
2 Likes
Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
6
I think your next step is to email help@nci.org.au. If you provide them with PBS IDs for the failed jobs they can inspect relevant logs which might provide some more clues.
I’ve got it working!
The problem was that because I am using compute from one project and storage of another, in the nci_gadi.rc site file I think I made a syntax error by writing gx60 ..?:
In rose-suite.conf the compute project was defined as PROJECT="gx60" so I wondered whether it needs to be passed as a string (and whether it might also have worked in the directives section if I passed -P = “gx60”)? But the storage lines don’t have quotations so it doesn’t make much sense to me either. …and having a look at the AM3 configs, they have what I had written in the nci_suite.rc, i.e. -P = gx60 without “” and {{PROJECT}} ??
Does your solution also allow you to write to a different project?
I think so (I managed to get it to write to gx60 which was not my intention); but I just had a look at the AM3 suite config and looks like the setup is different so I’m not sure how applicable it is to the newer model versions
By setting PROJECT=“compute_project” in rose-suite.conf, and changing the storage lines in nci_gadi.rc I think I can control the compute and storage projects: