SLACKHA / pyJac

Creates C and CUDA analytical Jacobians for chemical kinetics ODE systems
http://slackha.github.io/pyJac/
MIT License
52 stars 23 forks source link

Performance tester -nt switch #19

Closed ndeak closed 7 years ago

ndeak commented 7 years ago

Hello,

I noticed while running some of the example commands in the documentation that there is a minor issue with the pyjac.performance_tester function. In the example provided, it indicates that this function has a -nt switch for the number of threads, but this functionality does not appear to be present in the version I pulled down which seems to be the latest version available. Figured I would bring this to your attention so the example can be updated, or the functionality can be added.

Thanks, Nick

skyreflectedinmirrors commented 7 years ago

@ndeak thanks for the report, you're correct that's a bug in the example provided. It looks like the performance tester will automatically test pyJac with varying #'s of threads (incremented by powers of 2)

This should be addressed w/ commits 8179087 & 4c5ec24