File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,33 @@ MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI)
166166 - Python/3.12.3-GCCcore-13.3.0
167167 - OpenMPI/5.0.3-GCC-13.3.0
168168
169+ ## numba
170+
171+ Numba is an Open Source NumPy-aware optimizing compiler for
172+ Python sponsored by Continuum Analytics, Inc. It uses the remarkable LLVM
173+ compiler infrastructure to compile Python syntax to machine code.
174+
175+ - Homepage: https://numba.pydata.org/
176+
177+ !!! info "Main package(s)"
178+
179+ - numba
180+ - llvmlite
181+
182+ !!! tip " Are you on a GPU node?"
183+
184+ - Load a CUDA module and numba will use the GPU!
185+
186+ !!! info "Installed versions"
187+
188+ Versions and dependencies
189+
190+ ??? note "numba/0.60.0-foss-2024a"
191+
192+ - Python/3.12.3-GCCcore-13.3.0
193+ - Python-bundle-PyPI/2024.06-GCCcore-13.3.0
194+ - SciPy-bundle/2024.05-gfbf-2024a
195+
169196## Python-bundle-PyPI
170197
171198Bundle of Python packages from PyPI
You can’t perform that action at this time.
0 commit comments