
7 Aug
2007
7 Aug
'07
8:35 p.m.
K. Noel Belcourt wrote:
Because I run the boost regression tests like this
python regression.py --runner="Sandia-gcc" --mail=kbelco@sandia.gov -- bjam-toolset=gcc --pjl-toolset=gcc --toolsets="gcc-3.4.3,gcc-4.0.1" -- bjam-options=-j4
So bjam is clearly building / running both named_recursive tests at the same time. Am I not permitted to run the boost regression tests for multiple toolsets in a single invocation?
Ummm. Both test might be writing to the same shared memory overwriting their contents. Can you try to run them separately? Otherwise I might need to create a unique shared memory name (I create a new name for each compiler name, but not for different versions of the same compiler). Regards, Ion