-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation for ClusterConfig section #272
Comments
Your code looks correct. I'm testing it right now.
|
I made the change in my configuration. |
Add pointer to ParallelCluster config file doc. Add an example of how to set a parameter. Resolves #272
PLBKAC. Solved. Here is the error I was getting, it happens right after the AMI builds section is output (I've copied and pasted a bit of that here to give you context):
} Subprocess exited with error 1 I tried so many variants, I must have copied and pasted the wrong code in my issue here. Here is the offensive code that caused the above error that I should have realized is wrong.
Note the '-' in front of the SlurmSettings. Argh. Damn (tired) user. Never file a ticket when you are tired. Thank you. I have now used the appropriate code, as you have shown, and I see the correct entry in the YAML file when downloaded with PCUI and also the value SuspendTime=1200 in the slurm_parallelcluster.conf file. All good. |
I'm trying to increase the timeout of the ScaledownIdletime.
I added the following ClusterConfig/SlurmSettings/ScaledownIdletime to my cluster config file:
I've discovered this is the wrong syntax. Your documentation only states make ClusterConfig a dict. I look at the config_schema.py and not much there to go on either. I've tried multiple variations, including:
just can't figure it out. This latter example at least throws an error by the python code.
I have been able to get the simple case of tags to work:
Can you please add some examples (specifically my need) to your documentation and this issue?
How do I add a section in the config file to change the ScaledownIdletime?
The text was updated successfully, but these errors were encountered: