rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
= Can I change my default standard environment? = <!--T:2--> | = Can I change my default standard environment? = <!--T:2--> | ||
Prior to April first 2021, our clusters used different <code>StdEnv</code> versions as their default: [[Cedar]] and [[Graham]] used <code>StdEnv/2016.4</code>, while [[Béluga/en|Béluga]] used <code>StdEnv/2018.3</code>. [[Niagara]] defaulted to <code>StdEnv/2018.3</code> when you ran <code>module load CCEnv StdEnv</code>. ''' <code>StdEnv/2020</code> is now the default environment for all clusters.''' However, you can specify your own default environment at any time by modifying the <code>$HOME/.modulerc</code> file. For example, running the following command will set your default environment to <code>StdEnv/2018.3</code>: | |||
{{Command|echo "module-version StdEnv/2018.3 default" >> $HOME/.modulerc}} | {{Command|echo "module-version StdEnv/2018.3 default" >> $HOME/.modulerc}} | ||
You must log out and log in again for this change to take effect. | You must log out and log in again for this change to take effect. |