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
FC4 CPU Optimizer — fixes Far Cry 4 freezes on HyperThreading CPUs. Ubisoft Connect resets CPU affinity every ~20s causing deadlocks. This script forces affinity to 4 physical cores (0x55) and keeps it locked. Run as Admin before playing, close when done.
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…
System tray application toggle SMT hyperthreading on/off
To associate your repository with the hyperthreading topic, visit your repo's landing page and select "manage topics."