Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
(Marked this version for translation) |
No edit summary |
||
Line 6: | Line 6: | ||
= How can I change which version of <code>StdEnv</code> is my default? = <!--T:2--> | = How can I change which version of <code>StdEnv</code> is my default? = <!--T:2--> | ||
Our clusters use different versions of <code>StdEnv</code> as their default version. As of August 2020, [[Cedar]] and [[Graham]] use <code>StdEnv/2016.4</code>, while [[Béluga/en|Béluga]] uses <code>StdEnv/2018.3</code>. [[Niagara]] also defaults to <code>StdEnv/2018.3</code> if you run <code>module load CCEnv StdEnv</code>. | Our clusters use different versions of <code>StdEnv</code> as their default version. As of August 2020, [[Cedar]] and [[Graham]] use <code>StdEnv/2016.4</code>, while [[Béluga/en|Béluga]] uses <code>StdEnv/2018.3</code>. [[Niagara]] also defaults to <code>StdEnv/2018.3</code> if you run <code>module load CCEnv StdEnv</code>. | ||
On April 1st, 2021, all of them will start using <code>StdEnv/2020</code> as the default environment. However, users can specify their own default by running the following command (example provided for the 2020 version) | |||
{{Command|echo "module-version StdEnv/2020 default" >> $HOME/.modulerc}} | {{Command|echo "module-version StdEnv/2020 default" >> $HOME/.modulerc}} | ||