stfc / PSycloneBench

Various benchmarks used to inform PSyclone optimisations
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Remove code duplication of timing.c in several manual implementations #58

Open sergisiso opened 4 years ago

sergisiso commented 4 years ago

There is a duplicated timing.c in several of the C and C++ NemoLite2d manual implementations.

An option would be to place the file in the NemoLite2D common folder. But I am not sure which Makefile should compile it, the one in that folder (right now it just deals with Fortran files) or the one from the specific manual version that needs the timer. @arporter Is the common folder the right place for this file? What building solution do you prefer?