https://github.com/peterrum/heat-for-omp
https://github.com/peterrum/heat-for-omp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterrum/heat-for-omp
- Owner: peterrum
- Created: 2018-05-24T06:53:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T06:58:10.000Z (about 8 years ago)
- Last Synced: 2025-07-08T22:03:41.920Z (11 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Usage
```bash
# load modules
source scripts/loadmodules.sh
# create folder for executables
mkdir build
# create executable for -O2 (change Makefile)
make
mv heat build/heat_2
# create executable for -O3 (change Makefile)
make
mv heat build/heat_3
# run job
sbatch scripts/job.cmd
```
Finally you can view the results in build/job.out.