mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Added example config-command
This commit is contained in:
parent
712b326e40
commit
229ce57fef
8
config-command
Normal file
8
config-command
Normal file
@ -0,0 +1,8 @@
|
||||
../configure \
|
||||
--enable-comms=none \
|
||||
--enable-simd=GEN \
|
||||
--enable-gen-simd-width=16 \
|
||||
CXX=clang++ \
|
||||
LDFLAGS="-lcudart " \
|
||||
CXXFLAGS="-fopenmp -std=c++14 -fopenmp-cuda-mode -O3 -target x86_64-pc-linux-gnu -fopenmp-targets=nvptx64-nvidia-cuda -lcudart -Xopenmp-target=nvptx64-nvidia-cuda -march=sm_70 -DOMPTARGET -DOMPTARGET_MANAGED"
|
||||
|
Loading…
Reference in New Issue
Block a user