rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
<!--T:7--> | <!--T:7--> | ||
Certain frequently | Certain frequently used Python modules such as Numpy can be imported if you first load the <code>scipy-stack</code> Lmod module at the shell level. | ||
See [[Python#SciPy_stack|SciPy stack]] for details. | See [[Python#SciPy_stack|SciPy stack]] for details. | ||
<!--T:8--> | <!--T:8--> | ||
We maintain a large collection of [[Python#Available_wheels|Python "wheels"]] | We maintain a large collection of [[Python#Available_wheels|Python "wheels."]] | ||
These are modules which are pre-compiled to be compatible with the [[Standard software environments]]. | These are modules which are pre-compiled to be compatible with the [[Standard software environments]]. | ||
Before importing modules from our wheels, you should create a [[Python#Creating_and_using_a_virtual_environment|virtual environment]]. | Before importing modules from our wheels, you should create a [[Python#Creating_and_using_a_virtual_environment|virtual environment]]. | ||
Line 33: | Line 33: | ||
<!--T:9--> | <!--T:9--> | ||
Python modules which are not in the <code>scipy-stack</code> Lmod module or in our wheels collection can be installed from the internet | Python modules which are not in the <code>scipy-stack</code> Lmod module or in our wheels collection can be installed from the internet | ||
as described | as described in the [[Python#Installing_packages|Installing packages]] section. | ||
== Other related topics == <!--T:10--> | == Other related topics == <!--T:10--> | ||
Line 39: | Line 39: | ||
<!--T:11--> | <!--T:11--> | ||
The main [[Available software]] page is a good starting point. Other related pages are: | The main [[Available software]] page is a good starting point. Other related pages are: | ||
* [[Standard software environments]]: as of April | * [[Standard software environments]]: as of April 1, 2021, <code>StdEnv/2020</code> is the default collection of Lmod modules | ||
* Lmod [[modules specific to Niagara]] | * Lmod [[modules specific to Niagara]] | ||
* Tables of Lmod modules optimized for [[Modules avx|AVX]], '''[[Modules avx2|AVX2]]''' and '''[[Modules avx512|AVX512]]''' [[Standard_software_environments#Performance_improvements|CPU instructions]] | * Tables of Lmod modules optimized for [[Modules avx|AVX]], '''[[Modules avx2|AVX2]]''' and '''[[Modules avx512|AVX512]]''' [[Standard_software_environments#Performance_improvements|CPU instructions]] |