llnl / llnl/scr

improve "make test" to run faster and be more portable

Open
#320 3 comments 0 reactions 2 assignees Claimed by @gonsie View on GitHub
testing
Dominant language
C
Stars
108
Forks
37
PR merge metrics
No merged PRs in 30d

Description

After a CMake build, "make test" seemed to hang on the login node. I dropped this from the build instructions for now. If there really is a hang, figure out why and how to resolve it. If there is not, consider adding this back as a way for users to test their install.

After trying again, I found that it might just take tens of seconds per test. It just takes a long time to complete, especially since there are 20+ tests and growing. Can we speed that up?

Also, on checking the code, I see we're using "-p pdebug" for srun jobs, which is a LLNL-ism. If we want others outside of LLNL to run these tests, we should find a way to generalize them.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.