mrnorman / miniWeather

A parallel programming training mini app simulating weather-like flows
Other
145 stars 67 forks source link

Adding OpenMP offload and YAKL_SCOPE #3

Closed irlyngaas closed 2 years ago

irlyngaas commented 3 years ago

Build with cmake_summit_ibm_openMP.sh (don't use make -jX as this breaks the build system, simply use make). Needs add-openMP YAKL branch before working. This can be done for testing by switching to branch add-openMP in the YAKL directory (git checkout -b add-openMP when in miniWeather/cpp/YAKL directory).