This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define SIZE 100000000 | |
| program test_openmp | |
| real :: a(SIZE), b(SIZE), c(SIZE) | |
| integer :: n | |
| !$omp target teams | |
| do n = 1, SIZE | |
| c(n) = a(n) + b(n) | |
| end do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Use as python3 REW_to_ACDf.py filter.txt | |
| # where filter.txt is the text exported REW filters | |
| # License GPLv3.0 | |
| # Copyright Victor Azizi 2022 | |
| import sys | |
| import re | |
| #Header | |
| print("""pcm.!default { | |
| type plug |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"schemaVersion":1,"label":"Coverage","message":"75%","color":"hsl(75, 100%, 40%)"} |
OlderNewer