mpicbg-scicomp / gearshifft

Benchmark Suite for Heterogenuous FFT Implementations
Apache License 2.0
34 stars 9 forks source link

C++11 and C++17 warnings on Banana Pro #127

Open bkmgit opened 5 years ago

bkmgit commented 5 years ago

When trying to compile Gearshifft on Banana Pro running Fedora 28, the flag -Wno-c++11-narrowing is needed for successful compilation of commit fb0af3e. Similar flags look like they are required for the c++17 features used in fea3805. Installation procedure used can be found here

tdd11235813 commented 5 years ago

thanks a lot for your testing and the detailed instructions! So I can try this with a Fedora image within a VM, too? Would like to reproduce it, so I can integrate such things in PR #124 .