Opened 14 years ago
Closed 13 years ago
#2723 closed Bugs (fixed)
mpi doc bug: Non-default arguments for running regression tests through bjam
| Reported by: | Owned by: | Douglas Gregor | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | mpi | 
| Version: | Boost 1.37.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
Docs say:
"The (optional) fourth argument configures Boost.MPI for running regression tests. These parameters specify the executable used to launch jobs (default: "mpirun") followed by any necessary arguments to this to run tests and tell the program to expect the number of processors to follow (default: "-np")."
However doing this results in a slew of jam errors
Steven Watanabe writes:
"It should actually be the third argument, not the fourth."
  Note:
 See   TracTickets
 for help on using tickets.
    

(In [55445]) Fixed ticket 2723