When using any type of command-line flag for scons to build hcana, these flags are apparently not used for building the podd submodul: Example:
compiles podd sources like
c++ -o src/THaADCHelicity.os -c -O -Wall -Woverloaded-virtual -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -std=c++11 -m64 -pthread -rdynamic -fPIC -DNDEBUG -DLINUXVERS -DHAS_SSTREAM -I/home/ole/evio-4.4.6/Linux-x86_64/include -Isrc -Ihana_decode -I/opt/ROOT/6.10-04/include src/THaADCHelicity.C
but the hcana sources later like
g++ -o src/THcAerogel.os -c -g -O0 -Wall -Woverloaded-virtual -std=c++11 -m64 -pthread -rdynamic -fPIC -fPIC -DLINUXVERS -DHAS_SSTREAM -DHALLC_MODS -I/home/ole/evio-4.4.6/Linux-x86_64/include -Isrc -Ipodd/src -Ipodd/hana_decode -I/opt/ROOT/6.10-04/include src/THcAerogel.cxx
and the hcana build, but not the podd build, is very obviously parallelized.
When using any type of command-line flag for
sconsto buildhcana, these flags are apparently not used for building thepoddsubmodul: Example:compiles
poddsources likebut the
hcanasources later likeand the
hcanabuild, but not thepoddbuild, is very obviously parallelized.