kokkos / nvcc_wrapper

Wrapper shell script for NVIDIA nvcc to better conform to host compiler command line arguments
7 stars 13 forks source link

Fix another architecture specific flag for nvcc_wrapper #15

Closed nmhamster closed 6 years ago

nmhamster commented 6 years ago

Fixes another way to use architecture flags for nvcc_wrapper which can cause error with Trilinos.

nmhamster commented 6 years ago

@crtrott / @ibaned - another fix. I am slowly working through all the architecture flag specifications for nvcc.

crtrott commented 6 years ago

Fixed in fb42a86c