Tom Deakin
|
ffa221fd35
|
Fix OpenMP Clang NVIDIA Target flags (missing sm architecture) with new NVARCH option
Example usage:
make -f OpenMP.make COMPILER=CLANG TARGET=NVIDIA NVARCH=sm_61
Fixes #61
|
2020-12-07 12:23:11 +00:00 |
|
Tom Deakin
|
6f46267e6c
|
Add AOMP build options
|
2020-08-13 17:46:45 +01:00 |
|
Tom Deakin
|
66d915fa2e
|
[OpenMP] Fix ARMCLANG Makefile bug where it didn't set the flags
|
2020-08-12 15:39:13 +01:00 |
|
Tom Deakin
|
da3946a7d5
|
Add missing O3 flag for OpenMP ARMCLANG
|
2020-08-07 17:09:46 +01:00 |
|
Tom Lin
|
cdaf6cb88e
|
Fixed a bug where ComputeCpp's flags is omitted
Renamed INTEL_GT -> INTEL_GPU
Only use NVCC with Kokkos if not using HIPCC
|
2020-08-07 11:00:56 +01:00 |
|
Tom Lin
|
98b0939669
|
Add Intel GT OMP offloading support for icpc
|
2020-08-04 23:52:08 +01:00 |
|
Tom Lin
|
0cb6b3d421
|
Add PPC+GNU combination
|
2020-07-16 11:07:01 +01:00 |
|
Tom Lin
|
a22bb92516
|
Add armclang-cpu flags for OpenMP
|
2020-07-14 13:57:40 +01:00 |
|
Tom Lin
|
1fcd062d6c
|
Add Cray, PGI, Armclang support for Kokkos/OpenMP
Fixed GCC's missing openmp flag in Kokkos
|
2020-07-14 13:56:55 +01:00 |
|
Tom Deakin
|
64617c6dee
|
Update OpenMP Cray flags
Fixes #68
|
2020-07-10 13:28:23 +01:00 |
|
Tom Deakin
|
d410c65c97
|
[OpenMP] Change GNU -mcpu=native to -march=native as former is deprecated
|
2020-05-12 11:48:26 +01:00 |
|
Tom Deakin
|
b792c422f7
|
[OpenMP] Add build flags for OpenMP offload to AMD and NVIDIA with GCC 10.1
Closes #65
|
2020-05-12 11:24:29 +01:00 |
|
Tom Deakin
|
7ec2108896
|
[OpenMP] Use -qarch=auto with XL compiler
|
2019-03-14 15:39:45 +00:00 |
|
Tom Deakin
|
db9bf78530
|
[OpenMP] Add PGI compiler support
|
2019-03-13 04:13:38 -05:00 |
|
Tom Deakin
|
8275c97050
|
[OpenMP] Add NEC compiler flags
|
2019-03-11 11:11:18 +00:00 |
|
Tom Deakin
|
54fc326097
|
Add mcpu=native flag to GNU OpenMP builds
|
2018-04-27 13:21:30 +01:00 |
|
James Price
|
4f288ddc3d
|
[OpenMP] Add -qopt-streaming-stores for Intel
|
2017-03-13 17:15:10 +00:00 |
|
Tom Deakin
|
050a27ca83
|
Add XL compiler support to OpenMP and RAJA makefiles
|
2017-02-24 17:37:30 +00:00 |
|
James Price
|
569cfa1d31
|
Make Cray OpenMP flag non-empty to fix error
|
2017-02-24 09:02:51 -06:00 |
|
James Price
|
1aec057e48
|
Add help messages to OpenMP.make and refactor
|
2017-02-24 13:32:59 +00:00 |
|
Tom Deakin
|
10b2376634
|
Add TARGET option to OpenMP Makefile
|
2017-02-24 12:24:35 +00:00 |
|
Tom Deakin
|
761ba2dce0
|
Add a clean option to all Makefiles
|
2017-02-24 11:57:34 +00:00 |
|
Tom Deakin
|
cbf15e8954
|
Have -std=c++11 as default flags when COMPILER is not set for ACC, CL and MP
|
2017-02-24 11:50:25 +00:00 |
|
James Price
|
e1ea01f0c2
|
Add -xHOST to Intel for OpenMP
|
2017-02-24 11:02:50 +00:00 |
|
James Price
|
2d21f69eb7
|
Add OMP_TARGET_ definitions for other compilers
|
2017-02-23 15:57:04 +00:00 |
|
James Price
|
d19cf1a5af
|
Rename CC and CFLAGS to CXX and CXXFLAGS in OpenMP
|
2017-02-23 15:57:04 +00:00 |
|
James Price
|
6b26e33dcd
|
Use $(CFLAGS) in OpenMP build rules
|
2017-02-23 15:57:04 +00:00 |
|
James Price
|
d3fa52748b
|
Add Clang support to OpenMP.make
|
2017-02-23 15:57:04 +00:00 |
|
Tom Deakin
|
436c3899c7
|
Add OpenMP makefile that targets CPUs and GPUs, with common defaults.
|
2017-02-23 15:10:23 +00:00 |
|