On Jan 25, 2014, at 4:58 AM, Beman Dawes <bdawes@acm.org> wrote:
Here’s the invocation:
cd /Volumes/TwoTB/boost/regression/develop
python run.py --runner=marshall-mac --tag=develop \
--toolsets=darwin,clang,clang-11,clang-tot,clang-tot11,clang-asan,clang-asan11 \
--bjam-toolset=darwin --pjl-toolset=darwin --bjam-options="-j 12"
cd /Volumes/TwoTB/boost/regression/master
python run.py --runner=marshall-mac --tag=master \
--toolsets=darwin,clang,clang-11,clang-tot,clang-tot11,clang-asan,clang-asan11 \
--bjam-toolset=darwin --pjl-toolset=darwin --bjam-options="-j 12”
I got the run.py from here:
I removed the develop and master directories, re-created them with just run.py and comment.html.
The results will come tomorrow morning.
$ ls -lR /Volumes/TwoTB/boost/regression
total 16
drwxr-xr-x 4 mclow wheel 136 Jan 25 17:45 develop
drwxr-xr-x 4 mclow wheel 136 Jan 25 17:44 master
/Volumes/TwoTB/boost/regression/develop:
total 16
-rw-r--r-- 1 mclow wheel 1086 Jan 25 17:44 comment.html
-rw-r--r-- 1 mclow wheel 2850 Jan 25 17:45 run.py
/Volumes/TwoTB/boost/regression/master:
total 16
-rw-r--r-- 1 mclow wheel 1086 Jan 25 17:44 comment.html
-rw-r--r-- 1 mclow wheel 2850 Jan 25 17:44 run.py
$ md5 develop/run.py master/run.py
MD5 (develop/run.py) = 2785eec5cc65076835f71d40c4a568e9
MD5 (master/run.py) = 2785eec5cc65076835f71d40c4a568e9
— Marshall