====== numpy ====== **numpy** is a software module available on **Comet**. ===== numpy overview ===== To access **numpy** on Comet, run ''module load numpy''. This will load the //default// version of **numpy**. An overview of the module information is shown below (''module -r spider ^numpy$''): numpy: Versions: numpy/1.25.1 (E) numpy/1.26.2 (E) numpy/1.26.4 (E) Other possible modules matches: numpy-env Names marked by a trailing (E) are extensions provided by another module. To find other possible module matches execute: $ module -r spider '.*numpy.*' For detailed information about a specific "numpy" package (including how to load the modules) use the module's full name. Note that names that have a trailing (E) are extensions provided by other modules. For example: $ module spider numpy/1.26.4 If there are multiple versions of **numpy** listed, then you can load a //specific// version as follows: $ module load numpy/version_string You can find the most //up to date information// whilst logged on to Comet by running ''module -r spider ^numpy$''. ---- ===== numpy Help ===== The module **numpy** has the following embedded help text (''module help numpy''): Lmod Warning: Failed to find the following module(s): "numpy" in your MODULEPATH Try: $ module spider numpy to see if the module(s) are available across all compilers and MPI implementations. ---- ===== numpy Dependencies ===== There are no dependencies listed for **numpy** ---- [[:advanced:software|Back to software]]