Skip to content

Commit

Permalink
Merge pull request #4649 from ChipKerchner/readme2AIX
Browse files Browse the repository at this point in the history
Change xlf compiler to xlf_r in README for AIX.
  • Loading branch information
martin-frbg authored Apr 17, 2024
2 parents c57f932 + 1d86e21 commit bece730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th

- **AIX**: Dynamic architecture with OpenXL and OpenMP.
```sh
make CC=ibm-clang_r FC=xlf TARGET=POWER7 BINARY=64 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 USE_THREAD=1
make CC=ibm-clang_r FC=xlf_r TARGET=POWER7 BINARY=64 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 USE_THREAD=1
```

#### IBM zEnterprise System
Expand Down

0 comments on commit bece730

Please sign in to comment.