Parallel computing, cython, numba, multi-processing and multi-threading in python
-
Updated
Jul 14, 2024 - Jupyter Notebook
Parallel computing, cython, numba, multi-processing and multi-threading in python
A system of linear equations solver with a parallel LU Decomposition algorithm implemented using Pthreads at its core. C/C++ implementations with and without pivoting. Thoroughly documented and benchmarked on an intel linux system and a macbook pro with Apple Silicon M3pro chip. This project was developed as a project at Portland State University
Advanced Computer Architectures - Practical Assignment #2: Create a shell script that sends custom jobs (thread & core level parallelized code) to an SGE cluster scheduler in order to execute an HPC NPB Benchmark, so we can study the performance impact on a shared-memory multiprocessor when emulating different processor cache architectures (vary…
Add a description, image, and links to the hyperthreading topic page so that developers can more easily learn about it.
To associate your repository with the hyperthreading topic, visit your repo's landing page and select "manage topics."