rsnt_translations
56,430
edits
(Marked this version for translation) |
No edit summary |
||
Line 9: | Line 9: | ||
<!--T:8--> | <!--T:8--> | ||
On April 1, 2021, <code>StdEnv/2020</code> will be the default environment for all clusters. However, you can specify your own default environment at any time by modifying the | On April 1, 2021, <code>StdEnv/2020</code> will be 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. | ||
Line 38: | Line 38: | ||
Loading modules in your <code>.bashrc</code> is '''not recommended'''. Instead, explicitly load modules in your job scripts. | Loading modules in your <code>.bashrc</code> is '''not recommended'''. Instead, explicitly load modules in your job scripts. | ||
= I' | = I don't use the HPC clusters but cloud resources only. Do I need to worry about this? = <!--T:10--> | ||
No, this change will only affect the [[Available software]] accessed by [[Using modules| using environment modules]]. | No, this change will only affect the [[Available software]] accessed by [[Using modules| using environment modules]]. | ||
= I can | = I can no longer load a module that I previously used = <!--T:11--> | ||
More recent versions of most applications are installed in the new environment. To see the available versions, run the <code>module avail</code> command. For example, | |||
{{Command|module avail gcc}} | {{Command|module avail gcc}} | ||
shows several versions of the GCC compilers, which may be different from those in earlier environments. | |||
</translate> | </translate> |