https://github.com/jespb/ihpcss25_challenge
Programming Challenge from IHPCSS'25
https://github.com/jespb/ihpcss25_challenge
Last synced: 4 months ago
JSON representation
Programming Challenge from IHPCSS'25
- Host: GitHub
- URL: https://github.com/jespb/ihpcss25_challenge
- Owner: jespb
- Created: 2025-07-22T05:46:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T08:08:21.000Z (11 months ago)
- Last Synced: 2025-09-17T16:38:01.302Z (9 months ago)
- Language: C
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IHPCSS25_Challenge
Programming Challenge from IHPCSS'25
This repository uses OpenMP to optimize the performance of the PageRank algorithm, measured as iterations/second.
The performance was measured on Dell's Precision 5480
The repository contains two "main" C files, showcasing a solution using CPU and a solution using GPU offload.
Main specs:
CPU: i7-13800H (24 MB cache, 14 cores, 20 threads)
GPU: NVIDIA RTX 2000 Ada
RAM: 32GB
Further improvements may be done as I remember to check the repository.