== Steps to validate tbroadcast with Atlas software == Command to check the compilation result : {{{ find . -type f -name \*.so |wc -l }}} Sequences to test parralel compilation: {{{ source ~/cmthome/setup.csh -tag=12.0.3 setenv CMTPROJECTPATH /build/vincenttestarea/12.0.3/:$CMTPROJECTPATH cd $ATLAS_TEST_AREA/12.0.3 (i.d. /afs/cern.ch/atlas/maxidisk/d57/testarea/12.0.3 in my case) mkdir AtlasCore cp -r /afs/cern.ch/atlas/software/builds/AtlasCore/2.0.3 AtlasCore/ --------------- 1492.460u 310.120s 1:56:30.32 25.7% 0+0k 0+0io 10665468pf+0w find . -type f -name \*.so | wc -l 46 find . -type f -name \*.so | wc -l 59 -------------- cmt br -local "gmake >> /tmp/tes2/.loglog 2>&1" tbroadcast -local -ignore_cycles -make=AtlasCore.mk "gmake >> /tmp/tes/.loglog 2>&1" 1005.620u 257.360s 21:18.10 98.8% 0+0k 0+0io 9602291pf+0w [lxbuild016] /build/vincenttestarea/12.0.3 > find . -type f -name \*.o | wc -l 204 [lxbuild016] /build/vincenttestarea/12.0.3 > find . -type f -name \*.so | wc -l 38 ------------- 1032.950u 280.700s 12:06.49 180.8% 0+0k 0+0io 9540832pf+0w }}}