I've been timing functions so that I can easily play with the number of iterations to compute pi etc etc. On my laptop i use this implementation of the timer (https://www.geeksforgeeks.org/measure-execution-time-function-cpp/) but this does not work on the cluster. Thoughts?
I've been timing functions so that I can easily play with the number of iterations to compute pi etc etc. On my laptop i use this implementation of the timer (https://www.geeksforgeeks.org/measure-execution-time-function-cpp/) but this does not work on the cluster. Thoughts?