AMReX-Codes / regression_testing

The regression test routines for AMReX applications
BSD 3-Clause "New" or "Revised" License
5 stars 24 forks source link

OpenACC #35

Open WeiqunZhang opened 5 years ago

WeiqunZhang commented 5 years ago

The flag for OpenACC is acc, whereas the flag for OpenMP is useOMP. Are there any reasons for not using useACC?

zingale commented 5 years ago

I think what I would like to do is to make all the parameters consistent in style, and in the process to enforce PEP-8. We'd need to create a conversion script to rewrite the .ini files.