[BETA] Release version v0.2.1 evolved to 0.2.1.0011! #16
zhenrong-wang
announced in
Announcements
Replies: 1 comment
-
Introducing openTofu as obe of the core orchestrator for cloud resources to the next minor release. Developing it now. Please stay tuned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a fix to the Version 0.2.1.0009.
Main changes:
1. FIXED a major bug introduced by the batch mode.
hpcopr addc
.This command was corrupted after introducing the batch mode. We fixed it in this minor version. Please update immediately by running installer update.
2. Make AWS EC2 hyperthreading ON by default.
HT on is the default option for all cloud services. Previously, the without explicitly specifying --ht ON, the default option was --ht OFF.
However, turning off the HT may cause potential problems expecially when reconfiguring the compute nodes - it usually needs to rebuild the nodes, not replace them.
In this version, we changed this to HT on.
3. Optimized the command logic
Now, for delc, shutdownc, turnonc, we optimized the logic and finally eliminated the command flag
--htoff
. Now the command to control HT is unified to--ht HT_FLAG
.4. Command update/deprecation
The flag
--htoff
is now deprecated. Previously:hpcopr reconfc --conf a4c8g --htoff
. Now:hpcopr reconfc --conf a4c8g --ht OFF
The flag
--all
for the commanddelc
shutdownc
turnonc
is deprecated. Previously:hpcopr delc --all
. Now:hpcopr delc --nn all
Please try the new version out.
We also added a CONTRIBUTING.md to this project, looking forward to your feedback and contributions!
HPC-NOW: Start your HPC journey in the cloud now.
This discussion was created from the release [BETA] Release version v0.2.1 evolved to 0.2.1.0011!.
Beta Was this translation helpful? Give feedback.
All reactions