-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve testing #151
Comments
To add on to this, coverage decreased quite a bit with the merge of #149. I decided to go ahead and merge it anyway and we can work on improving coverage with the rest of these tasks. |
FYI, next month Kitware is having a CMake tutorial day. Neil and I are both going, so I plan to work work on making some more improvements to our CMake files and testing around then (plus I should be done with my thesis by then). |
Any updates on this? Did you guys learn any cool tips and tricks with CMake? :) |
Not yet. The CMake tutorial is on the 23rd! Maybe they still have some seats open if you want to attend. |
Excellent, I registered, thanks! |
There are a number of task that should be done to improve the testing:
mpirun -np
is hard-coded, but it doesn't need to be.The text was updated successfully, but these errors were encountered: