update make help to describe everything CI runs & update to newest develop
Open
@syclik is already working on this.
Since Jan 12, 2022.
build
doc
- Dominant language
- C++
- Stars
- 839
- Forks
- 220
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 14
Description
Description
The top-level goal is to be able to look at continuous integration failures and figure out how to run tests locally. Here are a few points, but the whole thing needs review.
- How do I reproduce
mpirun? Specifically, I do not know how to do that for tests that are failing here:
mpirun -np 1 test/unit/math/mix/fun/abs_test --gtest_output="xml:test/unit/math/mix/fun/abs_test.xml" failed
-
The current documentation refers to the old division of
scalvs.matvs.arr, which no longer exists. -
The
*used in the first line is confusing because it typically means a wildcard, but here it's reused. Write that out in full with an example that refers to the python runtests script, e.g.,
./runTests -j9 test/unit/math/mix/fun/sin_test.cpp
Or say how to run one from make if that's possible.
Current Version:
v3.1.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.