An open API service indexing awesome lists of open source software.

https://github.com/peterrum/heat-for-omp


https://github.com/peterrum/heat-for-omp

Last synced: 11 months ago
JSON representation

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.