-
Notifications
You must be signed in to change notification settings - Fork 27
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
Make minCpuPlatform a variable to enable launching Cascade Lake instances on Google Compute Platform #66
Comments
Google documentation |
This is currently set in |
As a quick YOLO test changing the hard coded value --- /opt/cloud_sdk/lib/python3.6/site-packages/citc_cloud.py.orig 2019-10-20 22:18:43.864878497 +0000
+++ /opt/cloud_sdk/lib/python3.6/site-packages/citc_cloud.py 2019-10-20 22:19:12.751080593 +0000
@@ -102,7 +102,7 @@
]
}
],
- 'minCpuPlatform': 'Intel Skylake',
+ 'minCpuPlatform': 'Intel Cascade Lake',
'metadata': {
'items': [{
'key': 'startup-script', works, the node provisions and boots:
|
Another approach that works is to just remove that attribute: --- /opt/cloud_sdk/lib64/python3.6/site-packages/citc_cloud.py.orig 2019-10-21 13:45:37.285506506 +0000
+++ /opt/cloud_sdk/lib64/python3.6/site-packages/citc_cloud.py 2019-10-21 15:11:17.601853276 +0000
@@ -102,7 +102,6 @@
]
}
],
- 'minCpuPlatform': 'Intel Skylake',
'metadata': {
'items': [{
'key': 'startup-script', |
What would be the downsides to not specifying |
Extend citc_gcp.py: create_node_config() to cater for Slurm Features to allow for specifying minCPUPlatform in the SBatch Slurm job config. For example: #! /bin/bash #SBATCH --job-name=test srun -l hostname |
I haven't yet been able to successfully launch a "Cascade Lake" instance. The result coming back from GCP is
The text was updated successfully, but these errors were encountered: