cpu-bind error #7585
-
|
I currently am following along with the quick start guide for E3SM and am currently using an account on Perlmutter. I am able to get the template script to run, build, and submit the job. However, when the job actually runs it errors immediately. I checked the log file in the run directory and I get the only error of "srun error: Invalid numeric value "--cpu-bind=threads" for --cpus-per-task." I have tried this with v3 and v2.1 and both get the exact same error. I am unsure of how to change this value. I asked a peer and they said it should be in my case.run script but I do not have that in my case_scripts directory. Any guidance would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
@areiser2-tamu Can you share more details about your run, such as which grid you are using and how many nodes? |
Beta Was this translation helpful? Give feedback.
-
|
FYI |
Beta Was this translation helpful? Give feedback.
well the part about "Python 3.8 is recommended to run CIME. You have 3.6" is certainly part of the issue.
Are you loading the NERSC python module? That is recommended and should give you version 3.11.7 by default. Delete the current case and try creating another one from scratch after loading the python module.
I'm still puzzled about why you're getting
--cpu_bind=threadsinstead of--cpu_bind=cores, but maybe changing the python version will fix that.