How to change from default project P0000000 to my own project number?

Hi,
I have a question regarding the new configuration of yellowstone. When configuring a case or submitting it, I get the error message:

Creating batch script 022013test2.run
WARNING: invalid account number P00000000 used by default
WARNING: please use the ACCOUNT environment variable or ~/.cesm_proj to set this in the future

when submitting a run, I get this error message:
You do not have permission to run using project "P00000000".
Your job has been rejected.
You are currently authorized for the following projects on this system:
[ P350xxxx]
To avoid this message in the future, please submit your job with an allowed project via the bsub -P directive.

Anyone know how to set my default to my own project number to avoid these issues in the future?
 

jedwards

CSEG and Liaisons
Staff member
> WARNING: please use the ACCOUNT environment variable or ~/.cesm_proj to set this in the future
> You are currently authorized for the following projects on this system:
> [ P350xxxx]


So set the environment variable ACCOUNT=P350xxxx
 
Back
Top