set HERE=`pwd` source ~/.login set path= ( . $HOME/bin $path /cern/new/bin /usr/sbin ) set prompt="`hostname`> " setenv EDITOR "emacs -nw" setenv TRIUMF_TERMINAL_TYPE X alias ls 'ls -CF --color' alias rm 'rm -i' source ~/e614soft/triumf/setup.com if ( ! $?TRIUMF_ROOT ) then setenv TRIUMF_ROOT /home/e614/e614soft/triumf endif if ( ! $?E614_CAL ) then setenv E614_CAL /home/e614/e614soft endif if ( ! $?TRIUMF_SCRIPTS ) then setenv TRIUMF_SCRIPTS $TRIUMF_ROOT endif if ( ! $?ROOTSYS ) then set os=`cat /etc/redhat-release` switch ( "$os" ) setenv ROOTSYS /triumfcs/trshare/olchansk/root/root_v4.02.00_FC3 breaksw endif if ( ! $?CERN_LIBRARY ) then setenv CERN_LIBRARY /cern/2003_rh9/lib endif if ( ! $?CERN_LIBRARY_ABSOFT ) then setenv CERN_LIBRARY_ABSOFT /twist/local/cern_absoft/2002/lib endif setenv CVS_RSH ssh if ( ! $?CVSROOT ) then if ( -d /home/e614mgr/cvs ) then setenv CVSROOT /home/e614mgr/cvs else endif if ( $?ROOTSYS ) then setenv PATH ${ROOTSYS}/bin:${PATH} if ( $?LD_LIBRARY_PATH ) then setenv LD_LIBRARY_PATH ${ROOTSYS}/lib endif endif if ( ! $?GPLOT_DIR ) then setenv GPLOT_DIR ${TRIUMF_ROOT}/gplot endif if ( ! $?BRU_COMMANDS ) then setenv BRU_COMMANDS ${TRIUMF_ROOT}/bru endif if ( ! $?MOFIA_COMMANDS ) then setenv MOFIA_COMMANDS ${TRIUMF_ROOT}/mofia endif if ( ! $?GEANT_COMMANDS ) then setenv GEANT_COMMANDS ${TRIUMF_ROOT}/geant endif if ( ! $?CFM_COMMANDS ) then setenv CFM_COMMANDS ${TRIUMF_ROOT}/cfm endif if ( ! $?YBOS_COMMANDS ) then setenv YBOS_COMMANDS ${TRIUMF_ROOT}/ybos endif alias setup 'set setup_args=(!:*); eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/setup.com; unset setup_args' alias unsetup 'eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/unsetup.com' alias mlib "set mlib_args=(!:*); source ${TRIUMF_SCRIPTS}/mlib.csh; unset mlib_args" setup mofia devel source $MOFIA_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $MOFIA_COMMANDS/${vers} ) then echo Setting up MOFIA $vers Setting up MOFIA devel setenv MOFIA_ROOT ${MOFIA_COMMANDS}/${vers} if ( $vers == "1.0" || $vers == "1.5" || $vers == "1.6" ) then setenv MOFIA_BIN ${MOFIA_ROOT}/bin setenv MOFIA_DEBUG ${MOFIA_ROOT}/debug setenv MOFIA_DOC ${MOFIA_ROOT}/help setenv MOFIA_HELP ${MOFIA_ROOT}/help setenv MOFIA_SOURCE ${MOFIA_ROOT}/source setenv MOFIA_UPDATE ${MOFIA_ROOT}/update endif if ( $?DEBUG ) then setenv MOFIA_LIBDIR ${MOFIA_ROOT}/lib endif setenv MOFIA_DUMMY ${MOFIA_SOURCE}/dummy setenv MOFIA_INCLUDE ${MOFIA_SOURCE}/include setenv MOFIA_KCM ${MOFIA_SOURCE}/kcm setenv MOFIA_MAIN ${MOFIA_SOURCE}/main setenv MOFIA_MAINF90 ${MOFIA_SOURCE}/mainf90 setenv MOFIA_MIDAS ${MOFIA_SOURCE}/midas setenv MOFIA_MODULES ${MOFIA_SOURCE}/modules setenv MOFIA_OLD ${MOFIA_SOURCE}/old setenv MOFIA_PHOTO ${MOFIA_SOURCE}/photo setenv MOFIA_QOD ${MOFIA_SOURCE}/qod setenv MOFIA_USER ${MOFIA_SOURCE}/user cat ${MOFIA_UPDATE}/note.txt -------------------------------------------------------------------------------  MOFIA devel  1999-Oct-13 Initial f90 version 2000-Mar-30 See $MOFIA_UPDATE/note1.txt for changes. 2000-Sep-05 Version 2.0.1. See $MOFIA_UPDATE/note2.txt for changes. 2001-Apr-03 Version 2.1. See $MOFIA_UPDATE/note3.txt for changes. 2002-Feb-28 Version 2.2. See $MOFIA_UPDATE/note4.txt for changes. 2002-Mar-27 Version 2.2.1 See $MOFIA_UPDATE/note5.txt for changes. 2002-Apr-03 Version 2.2.2 See $MOFIA_UPDATE/note6.txt for changes. ------------------------------------------------------------------------------- alias mnew more ${MOFIA_UPDATE}/note.txt alias mnews more ${MOFIA_UPDATE}/notes_all.txt echo Setting up packages for MOFIA $vers Setting up packages for MOFIA devel if ( $vers == "1.0" ) then new: setup cfm 2.2 source $CFM_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $CFM_COMMANDS/${vers} ) then echo Setting up CFM $vers Setting up CFM 2.2 setenv CFM_ROOT ${CFM_COMMANDS}/${vers} setenv CAL_DB $E614_CAL/caldb_ascii setenv CFM_DB $E614_CAL/cfm/db_noswap setenv CFM_LOG $E614_CAL/cfm/log setenv CFM_DOC ${CFM_ROOT}/doc setenv CFM_LIBRARY ${CFM_ROOT}/lib setenv CFM_MAIN ${CFM_ROOT}/main setenv CFM_SOURCE ${CFM_ROOT}/source setenv CFMLOG ${CFM_LOG}/cfm.log setenv CFMREADLOCK ${CFM_DB}/cfm.readlock setenv CFMWRITELOCK ${CFM_DB}/cfm.writelock setenv CFMREC ${CFM_DB}/cfm.record alias cfm ${CFM_MAIN}/cfm.exe setup bru 1.1 source $BRU_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $BRU_COMMANDS/${vers} ) then echo Setting up BRU $vers Setting up BRU 1.1 setenv BRU_LIBRARY $BRU_COMMANDS/${vers} setup ybos 4.1 source $YBOS_COMMANDS/setup.com set P1 ; set P2 set nargs = $#setup_args if ( $nargs < 2 ) goto no_more set P1 = $setup_args[2] if ( $P1 == "PRODUCTION" ) set P1 = "production" if ( $nargs < 3 ) goto no_more unset nargs if ( $P1 == "" ) set P1 = "production" echo Setting up YBOS $P1 Setting up YBOS 4.1 set YBOS_Version = $P1 set Use_Root = $YBOS_COMMANDS setenv YBOS_ROOT ${Use_Root}/${YBOS_Version} setenv YBOS_DOC ${Use_Root}/${YBOS_Version}/doc setenv YBOS_LIBRARY ${Use_Root}/${YBOS_Version}/library setenv YBOS_TEST ${Use_Root}/${YBOS_Version}/test setenv YBOS_SOURCE ${Use_Root}/${YBOS_Version}/source Exit: unset YBOS_Version unset Use_Root unset P1 ; unset P2 unsetenv IO_DIR goto end if ( $?DISPLAY ) then echo " " date Thu Jul 21 03:07:46 PDT 2005 alias http "cd /home/e614/public_html; pwd" alias pu "rm -iv *~" alias ll "ls -al" alias rm "rm -iv" alias cp "cp -iv" alias mv "mv -iv" set prompt='%n[%B%c3%b]>' source $HERE/triumf/setup.com if ( ! $?TRIUMF_ROOT ) then if ( ! $?E614_CAL ) then if ( ! $?TRIUMF_SCRIPTS ) then if ( ! $?ROOTSYS ) then if ( ! $?CERN_LIBRARY ) then if ( ! $?CERN_LIBRARY_ABSOFT ) then setenv CVS_RSH ssh if ( ! $?CVSROOT ) then if ( $?ROOTSYS ) then setenv PATH ${ROOTSYS}/bin:${PATH} if ( $?LD_LIBRARY_PATH ) then setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ROOTSYS}/lib else endif if ( ! $?GPLOT_DIR ) then if ( ! $?BRU_COMMANDS ) then if ( ! $?MOFIA_COMMANDS ) then if ( ! $?GEANT_COMMANDS ) then if ( ! $?CFM_COMMANDS ) then if ( ! $?YBOS_COMMANDS ) then alias setup 'set setup_args=(!:*); eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/setup.com; unset setup_args' alias unsetup 'eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/unsetup.com' alias mlib "set mlib_args=(!:*); source ${TRIUMF_SCRIPTS}/mlib.csh; unset mlib_args" setenv MOFIA_COMMANDS $HERE/triumf/mofia setup mofia devel source $MOFIA_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $MOFIA_COMMANDS/${vers} ) then echo Setting up MOFIA $vers Setting up MOFIA devel setenv MOFIA_ROOT ${MOFIA_COMMANDS}/${vers} if ( $vers == "1.0" || $vers == "1.5" || $vers == "1.6" ) then setenv MOFIA_BIN ${MOFIA_ROOT}/bin setenv MOFIA_DEBUG ${MOFIA_ROOT}/debug setenv MOFIA_DOC ${MOFIA_ROOT}/help setenv MOFIA_HELP ${MOFIA_ROOT}/help setenv MOFIA_SOURCE ${MOFIA_ROOT}/source setenv MOFIA_UPDATE ${MOFIA_ROOT}/update endif if ( $?DEBUG ) then setenv MOFIA_LIBDIR ${MOFIA_ROOT}/lib endif setenv MOFIA_DUMMY ${MOFIA_SOURCE}/dummy setenv MOFIA_INCLUDE ${MOFIA_SOURCE}/include setenv MOFIA_KCM ${MOFIA_SOURCE}/kcm setenv MOFIA_MAIN ${MOFIA_SOURCE}/main setenv MOFIA_MAINF90 ${MOFIA_SOURCE}/mainf90 setenv MOFIA_MIDAS ${MOFIA_SOURCE}/midas setenv MOFIA_MODULES ${MOFIA_SOURCE}/modules setenv MOFIA_OLD ${MOFIA_SOURCE}/old setenv MOFIA_PHOTO ${MOFIA_SOURCE}/photo setenv MOFIA_QOD ${MOFIA_SOURCE}/qod setenv MOFIA_USER ${MOFIA_SOURCE}/user cat ${MOFIA_UPDATE}/note.txt -------------------------------------------------------------------------------  MOFIA devel  1999-Oct-13 Initial f90 version 2000-Mar-30 See $MOFIA_UPDATE/note1.txt for changes. 2000-Sep-05 Version 2.0.1. See $MOFIA_UPDATE/note2.txt for changes. 2001-Apr-03 Version 2.1. See $MOFIA_UPDATE/note3.txt for changes. 2002-Feb-28 Version 2.2. See $MOFIA_UPDATE/note4.txt for changes. 2002-Mar-27 Version 2.2.1 See $MOFIA_UPDATE/note5.txt for changes. 2002-Apr-03 Version 2.2.2 See $MOFIA_UPDATE/note6.txt for changes. ------------------------------------------------------------------------------- alias mnew more ${MOFIA_UPDATE}/note.txt alias mnews more ${MOFIA_UPDATE}/notes_all.txt echo Setting up packages for MOFIA $vers Setting up packages for MOFIA devel if ( $vers == "1.0" ) then new: setup cfm 2.2 source $CFM_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $CFM_COMMANDS/${vers} ) then echo Setting up CFM $vers Setting up CFM 2.2 setenv CFM_ROOT ${CFM_COMMANDS}/${vers} setenv CAL_DB $E614_CAL/caldb_ascii setenv CFM_DB $E614_CAL/cfm/db_noswap setenv CFM_LOG $E614_CAL/cfm/log setenv CFM_DOC ${CFM_ROOT}/doc setenv CFM_LIBRARY ${CFM_ROOT}/lib setenv CFM_MAIN ${CFM_ROOT}/main setenv CFM_SOURCE ${CFM_ROOT}/source setenv CFMLOG ${CFM_LOG}/cfm.log setenv CFMREADLOCK ${CFM_DB}/cfm.readlock setenv CFMWRITELOCK ${CFM_DB}/cfm.writelock setenv CFMREC ${CFM_DB}/cfm.record alias cfm ${CFM_MAIN}/cfm.exe setup bru 1.1 source $BRU_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $BRU_COMMANDS/${vers} ) then echo Setting up BRU $vers Setting up BRU 1.1 setenv BRU_LIBRARY $BRU_COMMANDS/${vers} setup ybos 4.1 source $YBOS_COMMANDS/setup.com set P1 ; set P2 set nargs = $#setup_args if ( $nargs < 2 ) goto no_more set P1 = $setup_args[2] if ( $P1 == "PRODUCTION" ) set P1 = "production" if ( $nargs < 3 ) goto no_more unset nargs if ( $P1 == "" ) set P1 = "production" echo Setting up YBOS $P1 Setting up YBOS 4.1 set YBOS_Version = $P1 set Use_Root = $YBOS_COMMANDS setenv YBOS_ROOT ${Use_Root}/${YBOS_Version} setenv YBOS_DOC ${Use_Root}/${YBOS_Version}/doc setenv YBOS_LIBRARY ${Use_Root}/${YBOS_Version}/library setenv YBOS_TEST ${Use_Root}/${YBOS_Version}/test setenv YBOS_SOURCE ${Use_Root}/${YBOS_Version}/source Exit: unset YBOS_Version unset Use_Root unset P1 ; unset P2 unsetenv IO_DIR goto end mlib icc8 set os_type = `uname -a | awk '{print $1}'` set VERBOSE unsetenv MOFIA_LIBDIR setenv FFLAGS " " unsetenv CFLAGS unsetenv DFLAGS unsetenv MAKESTD unsetenv CERN_LIBDIR unsetenv CERN_INCLUDE unsetenv F90FLAGS unsetenv I90FLAGS unsetenv LD_COMP setenv CXX " " setenv CXXFLAGS " " setenv ROOTCFLAGS " " setenv ROOTGLIBS " " setenv LIB_SPECIAL " " if ( ! $?TRIUMF_SCRIPTS ) then setenv SYNTAX "syntax" if ( $os_type == IRIX64 || $os_type == IRIX ) then setenv SYNTAX "syntax: mlib [-h] [g77] [gfortran] [f90] [f95] [absoft90] [icc7] [icc8] [pathscale32] [pathscale64] [debug] [profile] [nocheck] [static] [quiet] [[-]query]" endif foreach arg ( $mlib_args ) if ( $arg == -h ) then end unsetenv SYNTAX foreach arg ( $mlib_args ) if ( $arg == -query ) goto query end if ( `echo $mlib_args | grep -c quiet` ) then if ( `echo $mlib_args | grep -c debug` ) then unsetenv MLIB_DEBUG endif if ( `echo $mlib_args | grep -c profile` ) then unsetenv PROFILE endif if ( `echo $mlib_args | grep -c nocheck` ) then unsetenv NOCHECK endif if ( `echo $mlib_args | grep -c static` ) then unset STATIC endif unset F95 unset G77 unset GFORTRAN unset ICC7 unset ICC8 unset ABSOFT90 unset PATHSCALE unset PATHSCALE32 unset PATHSCALE64 if ( `echo $mlib_args | grep -c f90` ) then if ( `echo $mlib_args | grep -c f95` ) then if ( `echo $mlib_args | grep -c g77` ) then if ( `echo $mlib_args | grep -c gfortran` ) then if ( `echo $mlib_args | grep -c icc7` ) then if ( `echo $mlib_args | grep -c icc8` ) then set ICC8 endif if ( `echo $mlib_args | grep -c absoft90` ) then if ( `echo $mlib_args | grep -c pathscale32` ) then if ( `echo $mlib_args | grep -c pathscale64` ) then setenv CERN_INCLUDE $CERN_LIBRARY/../include if ( $?MOFIA_ROOT ) then setenv IFLAGS "-I. -I$MOFIA_INCLUDE -I$YBOS_LIBRARY -I$CFM_SOURCE -I$BRU_LIBRARY -I$CERN_INCLUDE -I$CERN_INCLUDE/geant321" else if ( $os_type == IRIX64 || $os_type == IRIX ) then if ( $os_type == Linux ) then if ( $?ROOTSYS ) then setenv ROOTCFLAGS `$ROOTSYS/bin/root-config --cflags` else if ( $?F95 ) then if ( $?ABSOFT90 ) then if ( $?PATHSCALE ) then if ( $?GFORTRAN ) then if ( $?ICC7 ) then if ( $?ICC8 ) then setenv ICCROOT /opt/intel_cc_80 setenv IFCROOT /opt/intel_fc_80 setenv IDBROOT /opt/intel_idb_73 source ${ICCROOT}/bin/iccvars.csh if ! ( $?PATH ) then setenv PATH /opt/intel_cc_80/bin:$PATH endif if ! ( $?LD_LIBRARY_PATH ) then setenv LD_LIBRARY_PATH /opt/intel_cc_80/lib:$LD_LIBRARY_PATH endif if ! ( $?MANPATH ) then setenv MANPATH /opt/intel_cc_80/man:`man -w` else if ! ( $?INTEL_LICENSE_FILE ) then setenv INTEL_LICENSE_FILE /opt/intel_cc_80/licenses else source ${IFCROOT}/bin/ifortvars.csh if ! ( $?PATH ) then setenv PATH /opt/intel_fc_80/bin:$PATH endif if ! ( $?LD_LIBRARY_PATH ) then setenv LD_LIBRARY_PATH /opt/intel_fc_80/lib:$LD_LIBRARY_PATH endif if ! ( $?MANPATH ) then setenv MANPATH /opt/intel_fc_80/man:$MANPATH endif if ! ( $?INTEL_LICENSE_FILE ) then setenv INTEL_LICENSE_FILE /opt/intel_fc_80/licenses:/opt/intel/licenses:$INTEL_LICENSE_FILE endif source ${IDBROOT}/bin/idbvars.csh if ! ( $?PATH ) then setenv PATH /opt/intel_idb_73/bin:$PATH endif if ! ( $?MANPATH ) then setenv MANPATH /opt/intel_idb_73/man:$MANPATH endif if ( ! $?STATIC ) then setenv ROOTGLIBS "-L/usr/X11R6/lib -Wl,-rpath,$ROOTSYS/lib -L$ROOTSYS/lib -lNew -lCore -lCint -lGraf -lGraf3d -lGpad -lTree -lTreeViewer -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lGui -lm -ldl -lHist -lHtml -lMinuit -lProof -lTree -lGX11 -lX3d -lXpm -lX11" else setenv CXXFLAGS "-tpp7 $ROOTCFLAGS" setenv CFLAGS "-tpp7 " setenv F90FLAGS "-tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage" setenv LIB_SUFFIX "_icc8" if ( $?MLIB_DEBUG ) then setenv CFLAGS "-O2 ${CFLAGS}" setenv CXXFLAGS "-O2 ${CXXFLAGS}" setenv F90FLAGS "-O2 -unroll -ip -scalar_rep -prefetch ${F90FLAGS}" endif if ( $?PROFILE ) then if ( $?MOFIA_ROOT ) then setenv MOFIA_LIBDIR $MOFIA_ROOT/lib endif setenv CXX "$ICCROOT/bin/icc -cxxlib-gcc" setenv CC "$ICCROOT/bin/icc -cxxlib-gcc" setenv F77 "$IFCROOT/bin/ifort -FI -132" setenv F90 "$IFCROOT/bin/ifort -FR" if ( $?MLIB_DEBUG ) then setenv F77FLAGS "$F90FLAGS" setenv I90FLAGS "$IFLAGS -I$MOFIA_MAINF90" setenv MAKESTD $TRIUMF_SCRIPTS/make.std.icc setenv DFLAGS "-DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE" setenv LD_COMP "$IFCROOT/bin/ifort" if ( $?STATIC ) then setenv STATICFLAGS " " endif setenv CERN_LIBDIR $CERN_LIBRARY_ABSOFT/../libicc setenv LIB_SPECIAL "-cxxlib-gcc -static-libcxa $IFCROOT/lib/libcxaguard.a $IFCROOT/lib/libifport.a $IFCROOT/lib/libifcore.a $ICCROOT/lib/libsvml.a -lstdc++ -lnsl -lreadline -lncurses -lpthread" if ( $?STATIC ) then else else if ( $os_type == OSF1 ) then if ( -e $TRIUMF_SCRIPTS/mlib-local.csh ) source $TRIUMF_SCRIPTS/mlib-local.csh if ( -e ./mlib-local.csh ) source mlib-local.csh query: if ( $?VERBOSE ) then echo " --- mlib setups ---" --- mlib setups --- echo 'OS type: '$os_type OS type: Linux if ( $?MLIB_DEBUG ) then echo 'Debug: OFF' Debug: OFF endif if ( $?PROFILE ) then echo 'Profile: OFF' Profile: OFF endif if ( $os_type == Linux ) then if ( $?F95 ) then if ( $?GFORTRAN ) then if ( $?ICC7 ) then if ( $?ICC8 ) then echo Compiler: INTEL icc/ifc 8.0 Compiler: INTEL icc/ifc 8.0 else if ( $?ABSOFT90 ) then endif if ( $?ROOTSYS ) then echo 'Root: ' $ROOTSYS Root: /triumfcs/trshare/olchansk/root/root_v4.02.00_FC3 else if ( $?CERN_LIBDIR ) then echo 'Cern: ' $CERN_LIBDIR Cern: /twist/local/cern_absoft/2002/lib/../libicc else if ( $?MOFIA_ROOT ) then echo Mofia libraries: $MOFIA_LIBDIR Mofia libraries: /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib echo Mofia mainf90 modules: $MOFIA_MAINF90 Mofia mainf90 modules: /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 else echo Make rules: $MAKESTD Make rules: /home/e614/e614soft/triumf/make.std.icc endif unsetenv VERBOSE unsetenv PROFILE unsetenv NOCHECK cd $HERE/triumf/mofia/devel ./make_libs if ( ! -d lib-debug ) mkdir -p lib-debug if ( ! -d lib ) mkdir -p lib cd source cd dummy touch Dependencies $TRIUMF_ROOT/dependf90.csh -f90 -lib [a-z]*.F > Dependencies $TRIUMF_ROOT/dependf90.csh -f90 -lib [a-z]*.f90 >> Dependencies make clean rm -f /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a *.o *_cpp.f90 *_cpp.f *.mod Dependencies make using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o dd_dummy.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE dd_dummy.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a dd_dummy.o ar: creating /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a rm -f dd_dummy.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o dplot.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE dplot.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a dplot.o rm -f dplot.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o exec_on_exit.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE exec_on_exit.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a exec_on_exit.o rm -f exec_on_exit.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o exit_f90.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE exit_f90.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a exit_f90.o rm -f exit_f90.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o func.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE func.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a func.o rm -f func.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_begin_run.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_begin_run.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a my_begin_run.o rm -f my_begin_run.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_end_device.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_end_device.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a my_end_device.o rm -f my_end_device.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_end_file.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_end_file.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a my_end_file.o rm -f my_end_file.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_end_run.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_end_run.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a my_end_run.o rm -f my_end_run.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_init.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_init.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a my_init.o rm -f my_init.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_new_file.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_new_file.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a my_new_file.o rm -f my_new_file.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_new_run.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_new_run.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a my_new_run.o rm -f my_new_run.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_periodic.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_periodic.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a my_periodic.o rm -f my_periodic.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_zero.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_zero.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a my_zero.o rm -f my_zero.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o photo_dummy.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE photo_dummy.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a photo_dummy.o rm -f photo_dummy.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o scaler_dummy.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE scaler_dummy.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a scaler_dummy.o rm -f scaler_dummy.o using .c.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7 xkofia_dummy.c ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a xkofia_dummy.o rm -f xkofia_dummy.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o xphoto_dummy.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE xphoto_dummy.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a xphoto_dummy.o rm -f xphoto_dummy.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o begin_run.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE begin_run.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a begin_run.o rm -f begin_run.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o user_slow.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE user_slow.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a user_slow.o rm -f user_slow.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o show_namelist.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE show_namelist.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a show_namelist.o rm -f show_namelist.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o namelist_c.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE namelist_c.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a namelist_c.o rm -f namelist_c.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o definemainhists.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE definemainhists.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a definemainhists.o rm -f definemainhists.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o defineuserhists.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE defineuserhists.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a defineuserhists.o rm -f defineuserhists.o using .cpp.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 dummy_tree.cpp ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a dummy_tree.o rm -f dummy_tree.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o see_tec.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE see_tec.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a see_tec.o rm -f see_tec.o ar s /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a ar t /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a dd_dummy.o dplot.o exec_on_exit.o exit_f90.o func.o my_begin_run.o my_end_device.o my_end_file.o my_end_run.o my_init.o my_new_file.o my_new_run.o my_periodic.o my_zero.o photo_dummy.o scaler_dummy.o xkofia_dummy.o xphoto_dummy.o begin_run.o user_slow.o show_namelist.o namelist_c.o definemainhists.o defineuserhists.o dummy_tree.o see_tec.o cd .. cd mainf90 touch Dependencies $TRIUMF_ROOT/dependf90.csh -f90 -lib [a-z]*.f90 > Dependencies make clean rm -f /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a *.o *_cpp.f90 *_cpp.f *.mod Dependencies make using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o precision_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE precision_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a precision_mod.o ar: creating /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a rm -f precision_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o physicalconstants_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE physicalconstants_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a physicalconstants_mod.o rm -f physicalconstants_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o namelist_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE namelist_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a namelist_mod.o rm -f namelist_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o inewunit.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE inewunit.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a inewunit.o rm -f inewunit.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o det_geom_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE det_geom_mod.f90 det_geom_mod.f90(457) : (col. 6) remark: LOOP WAS VECTORIZED. det_geom_mod.f90(436) : (col. 15) remark: det_geom_mod_mp_read_sc_geom_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a det_geom_mod.o rm -f det_geom_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o hists_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE hists_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a hists_mod.o rm -f hists_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o strs_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE strs_mod.f90 strs_mod.f90(939) : (col. 13) remark: strs_mod_mp_dtt_gettime_ has been targeted for automatic cpu dispatch. strs_mod.f90(814) : (col. 13) remark: strs_mod_mp_read_str_file_ has been targeted for automatic cpu dispatch. strs_mod.f90(665) : (col. 9) remark: LOOP WAS VECTORIZED. strs_mod.f90(665) : (col. 9) remark: LOOP WAS VECTORIZED. strs_mod.f90(670) : (col. 12) remark: LOOP WAS VECTORIZED. strs_mod.f90(670) : (col. 12) remark: LOOP WAS VECTORIZED. strs_mod.f90(650) : (col. 13) remark: strs_mod_mp_interpolate_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a strs_mod.o rm -f strs_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o calibrations_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE calibrations_mod.f90 calibrations_mod.f90(740) : (col. 13) remark: calibrations_mod_mp_calibt0_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a calibrations_mod.o rm -f calibrations_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o chambers_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE chambers_mod.f90 chambers_mod.f90(407) : (col. 4) remark: LOOP WAS VECTORIZED. chambers_mod.f90(391) : (col. 13) remark: chambers_mod_mp_testuvz1_ has been targeted for automatic cpu dispatch. chambers_mod.f90(678) : (col. 7) remark: LOOP WAS VECTORIZED. chambers_mod.f90(652) : (col. 13) remark: chambers_mod_mp_setupscdisks_ has been targeted for automatic cpu dispatch. chambers_mod.f90(1545) : (col. 10) remark: LOOP WAS VECTORIZED. chambers_mod.f90(1503) : (col. 13) remark: chambers_mod_mp_printpcmap_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a chambers_mod.o rm -f chambers_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o tdcmap_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE tdcmap_mod.f90 tdcmap_mod.f90(140) : (col. 9) remark: LOOP WAS VECTORIZED. tdcmap_mod.f90(117) : (col. 13) remark: tdcmap_mod_mp_readfbcmaps_ has been targeted for automatic cpu dispatch. tdcmap_mod.f90(207) : (col. 7) remark: LOOP WAS VECTORIZED. tdcmap_mod.f90(144) : (col. 11) remark: tdcmap_mod_mp_tdcmap_read_ has been targeted for automatic cpu dispatch. tdcmap_mod.f90(323) : (col. 4) remark: LOOP WAS VECTORIZED. tdcmap_mod.f90(313) : (col. 13) remark: tdcmap_mod_mp_checkplane_ has been targeted for automatic cpu dispatch. tdcmap_mod.f90(364) : (col. 12) remark: LOOP WAS VECTORIZED. tdcmap_mod.f90(350) : (col. 13) remark: tdcmap_mod_mp_checkfullyinstrumentedflag_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a tdcmap_mod.o rm -f tdcmap_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o hitpos_struct_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE hitpos_struct_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a hitpos_struct_mod.o rm -f hitpos_struct_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o tdc_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE tdc_mod.f90 tdc_mod.f90(788) : (col. 19) remark: LOOP WAS VECTORIZED. tdc_mod.f90(788) : (col. 19) remark: LOOP WAS VECTORIZED. tdc_mod.f90(767) : (col. 11) remark: tdc_mod_mp_remove_whit1_ has been targeted for automatic cpu dispatch. tdc_mod.f90(839) : (col. 19) remark: LOOP WAS VECTORIZED. tdc_mod.f90(839) : (col. 19) remark: LOOP WAS VECTORIZED. tdc_mod.f90(816) : (col. 11) remark: tdc_mod_mp_remove_whit2_ has been targeted for automatic cpu dispatch. tdc_mod.f90(945) : (col. 4) remark: LOOP WAS VECTORIZED. tdc_mod.f90(925) : (col. 11) remark: tdc_mod_mp_tdc_clear_dc_pc_ has been targeted for automatic cpu dispatch. tdc_mod.f90(970) : (col. 4) remark: LOOP WAS VECTORIZED. tdc_mod.f90(950) : (col. 11) remark: tdc_mod_mp_tdc_clear_sc_ has been targeted for automatic cpu dispatch. tdc_mod.f90(996) : (col. 4) remark: LOOP WAS VECTORIZED. tdc_mod.f90(975) : (col. 11) remark: tdc_mod_mp_adc_clear_pc_ has been targeted for automatic cpu dispatch. tdc_mod.f90(1021) : (col. 4) remark: LOOP WAS VECTORIZED. tdc_mod.f90(1000) : (col. 11) remark: tdc_mod_mp_adc_clear_sc_ has been targeted for automatic cpu dispatch. tdc_mod.f90(919) : (col. 4) remark: LOOP WAS VECTORIZED. tdc_mod.f90(907) : (col. 11) remark: tdc_mod_mp_tdc_init_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a tdc_mod.o rm -f tdc_mod.o using .cpp.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 operafld.cpp ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a operafld.o rm -f operafld.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o magnet_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE magnet_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a magnet_mod.o rm -f magnet_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o trackswim_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE trackswim_mod.f90 trackswim_mod.f90(315) : (col. 9) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(315) : (col. 9) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(325) : (col. 12) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(352) : (col. 12) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(352) : (col. 12) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(356) : (col. 15) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(360) : (col. 18) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(365) : (col. 12) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(372) : (col. 7) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(333) : (col. 12) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(318) : (col. 12) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(278) : (col. 11) remark: trackswim_mod_mp_tracktosk_ has been targeted for automatic cpu dispatch. trackswim_mod.f90(141) : (col. 4) remark: LOOP WAS VECTORIZED. trackswim_mod.f90(106) : (col. 11) remark: trackswim_mod_mp_prime_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a trackswim_mod.o rm -f trackswim_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o track_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE track_mod.f90 track_mod.f90(195) : (col. 13) remark: track_mod_mp_convertpartovpq_ has been targeted for automatic cpu dispatch. track_mod.f90(316) : (col. 11) remark: track_mod_mp_convertvpqtofg_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a track_mod.o rm -f track_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o unp_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE unp_mod.f90 unp_mod.f90(198) : (col. 7) remark: LOOP WAS VECTORIZED. unp_mod.f90(217) : (col. 7) remark: LOOP WAS VECTORIZED. unp_mod.f90(302) : (col. 14) remark: LOOP WAS VECTORIZED. unp_mod.f90(303) : (col. 14) remark: LOOP WAS VECTORIZED. unp_mod.f90(334) : (col. 16) remark: LOOP WAS VECTORIZED. unp_mod.f90(318) : (col. 25) remark: LOOP WAS VECTORIZED. unp_mod.f90(331) : (col. 19) remark: LOOP WAS VECTORIZED. unp_mod.f90(139) : (col. 11) remark: unp_mod_mp_tdcunp_ has been targeted for automatic cpu dispatch. unp_mod.f90(1633) : (col. 16) remark: LOOP WAS VECTORIZED. unp_mod.f90(1638) : (col. 16) remark: LOOP WAS VECTORIZED. unp_mod.f90(1585) : (col. 13) remark: unp_mod_mp_tdc_listhits_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a unp_mod.o rm -f unp_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o unpmc_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE unpmc_mod.f90 unpmc_mod.f90(161) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(161) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(161) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(161) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(163) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(163) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(163) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(163) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(149) : (col. 11) remark: unpmc_mod_mp_unpmc_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(540) : (col. 4) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(580) : (col. 7) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(581) : (col. 7) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(587) : (col. 7) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(595) : (col. 10) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(498) : (col. 11) remark: unpmc_mod_mp_unpmct2_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(373) : (col. 7) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(374) : (col. 7) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(380) : (col. 7) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(388) : (col. 10) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(303) : (col. 11) remark: unpmc_mod_mp_unpmcev_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(473) : (col. 7) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(474) : (col. 7) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(480) : (col. 7) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(489) : (col. 10) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(397) : (col. 11) remark: unpmc_mod_mp_unpmctr_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(608) : (col. 4) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(625) : (col. 4) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(605) : (col. 13) remark: unpmc_mod_mp_unpackmusr_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(635) : (col. 13) remark: unpmc_mod_mp_unpmcbfld_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(1442) : (col. 11) remark: unpmc_mod_mp_unpmcs3_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(1308) : (col. 11) remark: unpmc_mod_mp_unpmcs2_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(1205) : (col. 11) remark: unpmc_mod_mp_unpmcsp_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a unpmc_mod.o rm -f unpmc_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o unpderiv_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE unpderiv_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a unpderiv_mod.o rm -f unpderiv_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o rawhists_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE rawhists_mod.f90 rawhists_mod.f90(17) : (col. 13) remark: rawhists_mod_mp_definerawhists_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a rawhists_mod.o rm -f rawhists_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o filters_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE filters_mod.f90 filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED. filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED. filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED. filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED. filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED. filters_mod.f90(96) : (col. 13) remark: filters_mod_mp_filters_ has been targeted for automatic cpu dispatch. filters_mod.f90(158) : (col. 4) remark: LOOP WAS VECTORIZED. filters_mod.f90(159) : (col. 19) remark: LOOP WAS VECTORIZED. filters_mod.f90(162) : (col. 4) remark: LOOP WAS VECTORIZED. filters_mod.f90(167) : (col. 4) remark: LOOP WAS VECTORIZED. filters_mod.f90(168) : (col. 18) remark: LOOP WAS VECTORIZED. filters_mod.f90(146) : (col. 13) remark: filters_mod_mp_filterscounters_ has been targeted for automatic cpu dispatch. filters_mod.f90(134) : (col. 4) remark: LOOP WAS VECTORIZED. filters_mod.f90(135) : (col. 4) remark: LOOP WAS VECTORIZED. filters_mod.f90(140) : (col. 4) remark: LOOP WAS VECTORIZED. filters_mod.f90(112) : (col. 13) remark: filters_mod_mp_filtersinit_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a filters_mod.o rm -f filters_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o pattern_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE pattern_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a pattern_mod.o rm -f pattern_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o skim_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE skim_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a skim_mod.o rm -f skim_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o cluster_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE cluster_mod.f90 cluster_mod.f90(400) : (col. 4) remark: LOOP WAS VECTORIZED. cluster_mod.f90(356) : (col. 13) remark: cluster_mod_mp_initialize_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a cluster_mod.o rm -f cluster_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o pattern_log_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE pattern_log_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a pattern_log_mod.o rm -f pattern_log_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o xtalk_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE xtalk_mod.f90 xtalk_mod.f90(139) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(140) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(135) : (col. 13) remark: xtalk_mod_mp_xtalk_ has been targeted for automatic cpu dispatch. xtalk_mod.f90(93) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(94) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(95) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(96) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(97) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(98) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(99) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(100) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(101) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(103) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(104) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(105) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(106) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(107) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(108) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(109) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(110) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(111) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(114) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(115) : (col. 4) remark: LOOP WAS VECTORIZED. xtalk_mod.f90(82) : (col. 13) remark: xtalk_mod_mp_xtalkinit_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a xtalk_mod.o rm -f xtalk_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o window_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE window_mod.f90 window_mod.f90(53) : (col. 4) remark: LOOP WAS VECTORIZED. window_mod.f90(54) : (col. 4) remark: LOOP WAS VECTORIZED. window_mod.f90(77) : (col. 12) remark: LOOP WAS VECTORIZED. window_mod.f90(77) : (col. 12) remark: LOOP WAS VECTORIZED. window_mod.f90(83) : (col. 7) remark: LOOP WAS VECTORIZED. window_mod.f90(67) : (col. 10) remark: LOOP WAS VECTORIZED. window_mod.f90(67) : (col. 10) remark: LOOP WAS VECTORIZED. window_mod.f90(67) : (col. 10) remark: LOOP WAS VECTORIZED. window_mod.f90(46) : (col. 13) remark: window_mod_mp_windowing_ has been targeted for automatic cpu dispatch. window_mod.f90(500) : (col. 35) remark: LOOP WAS VECTORIZED. window_mod.f90(449) : (col. 13) remark: window_mod_mp_assigndcs_ has been targeted for automatic cpu dispatch. window_mod.f90(541) : (col. 12) remark: LOOP WAS VECTORIZED. window_mod.f90(541) : (col. 12) remark: LOOP WAS VECTORIZED. window_mod.f90(534) : (col. 13) remark: window_mod_mp_windowclear_ has been targeted for automatic cpu dispatch. window_mod.f90(560) : (col. 4) remark: LOOP WAS VECTORIZED. window_mod.f90(561) : (col. 4) remark: LOOP WAS VECTORIZED. window_mod.f90(552) : (col. 13) remark: window_mod_mp_clearsinglewindow_ has been targeted for automatic cpu dispatch. window_mod.f90(966) : (col. 9) remark: LOOP WAS VECTORIZED. window_mod.f90(966) : (col. 9) remark: LOOP WAS VECTORIZED. window_mod.f90(1005) : (col. 9) remark: LOOP WAS VECTORIZED. window_mod.f90(1005) : (col. 9) remark: LOOP WAS VECTORIZED. window_mod.f90(950) : (col. 13) remark: window_mod_mp_mergewindows_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a window_mod.o rm -f window_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o matrix_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE matrix_mod.f90 matrix_mod.f90(87) : (col. 9) remark: LOOP WAS VECTORIZED. matrix_mod.f90(87) : (col. 9) remark: LOOP WAS VECTORIZED. matrix_mod.f90(75) : (col. 11) remark: matrix_mod_mp_r4matrixmultiply_ has been targeted for automatic cpu dispatch. matrix_mod.f90(104) : (col. 9) remark: LOOP WAS VECTORIZED. matrix_mod.f90(104) : (col. 9) remark: LOOP WAS VECTORIZED. matrix_mod.f90(92) : (col. 11) remark: matrix_mod_mp_r8matrixmultiply_ has been targeted for automatic cpu dispatch. matrix_mod.f90(133) : (col. 4) remark: LOOP WAS VECTORIZED. matrix_mod.f90(135) : (col. 4) remark: LOOP WAS VECTORIZED. matrix_mod.f90(182) : (col. 4) remark: LOOP WAS VECTORIZED. matrix_mod.f90(109) : (col. 11) remark: matrix_mod_mp_r4matrixinvert_ has been targeted for automatic cpu dispatch. matrix_mod.f90(211) : (col. 4) remark: LOOP WAS VECTORIZED. matrix_mod.f90(213) : (col. 4) remark: LOOP WAS VECTORIZED. matrix_mod.f90(260) : (col. 4) remark: LOOP WAS VECTORIZED. matrix_mod.f90(187) : (col. 11) remark: matrix_mod_mp_r8matrixinvert_ has been targeted for automatic cpu dispatch. matrix_mod.f90(347) : (col. 13) remark: LOOP WAS VECTORIZED. matrix_mod.f90(358) : (col. 16) remark: LOOP WAS VECTORIZED. matrix_mod.f90(358) : (col. 16) remark: LOOP WAS VECTORIZED. matrix_mod.f90(300) : (col. 11) remark: matrix_mod_mp_matsolv_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a matrix_mod.o rm -f matrix_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o timezero_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE timezero_mod.f90 timezero_mod.f90(70) : (col. 11) remark: timezero_mod_mp_definetimezerohists_ has been targeted for automatic cpu dispatch. timezero_mod.f90(153) : (col. 11) remark: timezero_mod_mp_timezerohists_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a timezero_mod.o rm -f timezero_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o firstguess_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE firstguess_mod.f90 firstguess_mod.f90(372) : (col. 4) remark: BLOCK WAS VECTORIZED. firstguess_mod.f90(353) : (col. 11) remark: firstguess_mod_mp_findcircle_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(479) : (col. 11) remark: firstguess_mod_mp_insertcluster_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(704) : (col. 15) remark: PARTIAL LOOP WAS VECTORIZED. firstguess_mod.f90(704) : (col. 15) remark: PARTIAL LOOP WAS VECTORIZED. firstguess_mod.f90(631) : (col. 11) remark: firstguess_mod_mp_denseomegaphinot_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(996) : (col. 12) remark: PARTIAL LOOP WAS VECTORIZED. firstguess_mod.f90(996) : (col. 12) remark: PARTIAL LOOP WAS VECTORIZED. firstguess_mod.f90(957) : (col. 11) remark: firstguess_mod_mp_sparseomegaphinot_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(740) : (col. 9) remark: PARTIAL LOOP WAS VECTORIZED. firstguess_mod.f90(740) : (col. 9) remark: PARTIAL LOOP WAS VECTORIZED. firstguess_mod.f90(751) : (col. 12) remark: LOOP WAS VECTORIZED. firstguess_mod.f90(727) : (col. 13) remark: firstguess_mod_mp_clustersizeomegaphinot_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(1013) : (col. 11) remark: firstguess_mod_mp_findhelix_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(314) : (col. 13) remark: firstguess_mod_mp_newtrack_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(261) : (col. 13) remark: firstguess_mod_mp_fillresidualplots_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(782) : (col. 13) remark: firstguess_mod_mp_varyphi2_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(864) : (col. 7) remark: LOOP WAS VECTORIZED. firstguess_mod.f90(841) : (col. 13) remark: firstguess_mod_mp_varyomega_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(1078) : (col. 13) remark: firstguess_mod_mp_fillhelixsums_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(1183) : (col. 11) remark: firstguess_mod_mp_calciter_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(1216) : (col. 13) remark: firstguess_mod_mp_removecluster_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(1361) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED. firstguess_mod.f90(1361) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED. firstguess_mod.f90(1354) : (col. 13) remark: firstguess_mod_mp_clearphisums_ has been targeted for automatic cpu dispatch. firstguess_mod.f90(1789) : (col. 13) remark: firstguess_mod_mp_fillfgvsmcplots_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a firstguess_mod.o rm -f firstguess_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o firstguessko_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE firstguessko_mod.f90 firstguessko_mod.f90(1660) : (col. 13) remark: firstguessko_mod_mp_iteratephase_ has been targeted for automatic cpu dispatch. firstguessko_mod.f90(1851) : (col. 13) remark: firstguessko_mod_mp_tryphase_ has been targeted for automatic cpu dispatch. firstguessko_mod.f90(531) : (col. 4) remark: LOOP WAS VECTORIZED. firstguessko_mod.f90(516) : (col. 13) remark: firstguessko_mod_mp_storefit_ has been targeted for automatic cpu dispatch. firstguessko_mod.f90(2032) : (col. 11) remark: firstguessko_mod_mp_reduce_ has been targeted for automatic cpu dispatch. firstguessko_mod.f90(1441) : (col. 28) remark: LOOP WAS VECTORIZED. firstguessko_mod.f90(1441) : (col. 28) remark: LOOP WAS VECTORIZED. firstguessko_mod.f90(1438) : (col. 28) remark: LOOP WAS VECTORIZED. firstguessko_mod.f90(1438) : (col. 28) remark: LOOP WAS VECTORIZED. firstguessko_mod.f90(1348) : (col. 11) remark: firstguessko_mod_mp_findcircles_ has been targeted for automatic cpu dispatch. firstguessko_mod.f90(1567) : (col. 4) remark: LOOP WAS VECTORIZED. firstguessko_mod.f90(1574) : (col. 4) remark: LOOP WAS VECTORIZED. firstguessko_mod.f90(1575) : (col. 4) remark: LOOP WAS VECTORIZED. firstguessko_mod.f90(1532) : (col. 13) remark: firstguessko_mod_mp_makecircle_ has been targeted for automatic cpu dispatch. firstguessko_mod.f90(698) : (col. 4) remark: BLOCK WAS VECTORIZED. firstguessko_mod.f90(675) : (col. 13) remark: firstguessko_mod_mp_findhits_ has been targeted for automatic cpu dispatch. firstguessko_mod.f90(1220) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED. firstguessko_mod.f90(1220) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED. firstguessko_mod.f90(1220) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED. firstguessko_mod.f90(1207) : (col. 13) remark: firstguessko_mod_mp_fudgedeltatrack_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a firstguessko_mod.o rm -f firstguessko_mod.o using .c.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7 conlev.c conlev.c(52): warning #1572: floating-point equality and inequality comparisons are unreliable if (CHISQ == 0) ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a conlev.o rm -f conlev.o using .c.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7 makesimplex.c ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a makesimplex.o rm -f makesimplex.o using .c.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7 solve_linear.c ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a solve_linear.o rm -f solve_linear.o using .c.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7 solve_LSQ.c ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a solve_LSQ.o rm -f solve_LSQ.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o windowstat_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE windowstat_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a windowstat_mod.o rm -f windowstat_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o evalwin_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE evalwin_mod.f90 evalwin_mod.f90(61) : (col. 4) remark: LOOP WAS VECTORIZED. evalwin_mod.f90(53) : (col. 11) remark: evalwin_mod_mp_sumhits4planes_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a evalwin_mod.o rm -f evalwin_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o trackrange_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE trackrange_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a trackrange_mod.o rm -f trackrange_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o windex_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE windex_mod.f90 windex_mod.f90(310) : (col. 13) remark: windex_mod_mp_alleventwindowtypes_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a windex_mod.o rm -f windex_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o classify_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE classify_mod.f90 classify_mod.f90(1960) : (col. 10) remark: LOOP WAS VECTORIZED. classify_mod.f90(1961) : (col. 10) remark: LOOP WAS VECTORIZED. classify_mod.f90(1872) : (col. 13) remark: classify_mod_mp_evalspacecharge_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a classify_mod.o rm -f classify_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o leftright_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE leftright_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a leftright_mod.o rm -f leftright_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o hitpos_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE hitpos_mod.f90 hitpos_mod.f90(119) : (col. 13) remark: hitpos_mod_mp_hittime_ has been targeted for automatic cpu dispatch. hitpos_mod.f90(647) : (col. 10) remark: hitpos_mod_mp_hitdriftbin_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a hitpos_mod.o rm -f hitpos_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o kalman_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE kalman_mod.f90 kalman_mod.f90(725) : (col. 23) remark: LOOP WAS VECTORIZED. kalman_mod.f90(725) : (col. 23) remark: LOOP WAS VECTORIZED. kalman_mod.f90(734) : (col. 48) remark: LOOP WAS VECTORIZED. kalman_mod.f90(734) : (col. 48) remark: LOOP WAS VECTORIZED. kalman_mod.f90(740) : (col. 44) remark: LOOP WAS VECTORIZED. kalman_mod.f90(755) : (col. 41) remark: LOOP WAS VECTORIZED. kalman_mod.f90(755) : (col. 41) remark: LOOP WAS VECTORIZED. kalman_mod.f90(652) : (col. 14) remark: kalman_mod_mp_kalfilter_ has been targeted for automatic cpu dispatch. kalman_mod.f90(780) : (col. 4) remark: LOOP WAS VECTORIZED. kalman_mod.f90(814) : (col. 10) remark: LOOP WAS VECTORIZED. kalman_mod.f90(820) : (col. 48) remark: LOOP WAS VECTORIZED. kalman_mod.f90(820) : (col. 48) remark: LOOP WAS VECTORIZED. kalman_mod.f90(826) : (col. 58) remark: LOOP WAS VECTORIZED. kalman_mod.f90(826) : (col. 58) remark: LOOP WAS VECTORIZED. kalman_mod.f90(832) : (col. 51) remark: LOOP WAS VECTORIZED. kalman_mod.f90(832) : (col. 51) remark: LOOP WAS VECTORIZED. kalman_mod.f90(840) : (col. 35) remark: LOOP WAS VECTORIZED. kalman_mod.f90(840) : (col. 35) remark: LOOP WAS VECTORIZED. kalman_mod.f90(761) : (col. 13) remark: kalman_mod_mp_kalsmooth_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a kalman_mod.o rm -f kalman_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o residuals_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE residuals_mod.f90 residuals_mod.f90(166) : (col. 4) remark: LOOP WAS VECTORIZED. residuals_mod.f90(176) : (col. 4) remark: LOOP WAS VECTORIZED. residuals_mod.f90(191) : (col. 44) remark: LOOP WAS VECTORIZED. residuals_mod.f90(191) : (col. 44) remark: LOOP WAS VECTORIZED. residuals_mod.f90(191) : (col. 44) remark: LOOP WAS VECTORIZED. residuals_mod.f90(199) : (col. 19) remark: LOOP WAS VECTORIZED. residuals_mod.f90(198) : (col. 7) remark: LOOP WAS VECTORIZED. residuals_mod.f90(217) : (col. 4) remark: LOOP WAS VECTORIZED. residuals_mod.f90(138) : (col. 13) remark: residuals_mod_mp_residcalc_ has been targeted for automatic cpu dispatch. residuals_mod.f90(120) : (col. 10) remark: LOOP WAS VECTORIZED. residuals_mod.f90(121) : (col. 10) remark: LOOP WAS VECTORIZED. residuals_mod.f90(123) : (col. 13) remark: LOOP WAS VECTORIZED. residuals_mod.f90(124) : (col. 13) remark: LOOP WAS VECTORIZED. residuals_mod.f90(127) : (col. 13) remark: LOOP WAS VECTORIZED. residuals_mod.f90(128) : (col. 13) remark: LOOP WAS VECTORIZED. residuals_mod.f90(102) : (col. 13) remark: residuals_mod_mp_residinit_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a residuals_mod.o rm -f residuals_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o resolution_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE resolution_mod.f90 resolution_mod.f90(139) : (col. 13) remark: LOOP WAS VECTORIZED. resolution_mod.f90(139) : (col. 13) remark: LOOP WAS VECTORIZED. resolution_mod.f90(140) : (col. 13) remark: LOOP WAS VECTORIZED. resolution_mod.f90(140) : (col. 13) remark: LOOP WAS VECTORIZED. resolution_mod.f90(85) : (col. 13) remark: resolution_mod_mp_resolutioncalculate_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a resolution_mod.o rm -f resolution_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o projections_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE projections_mod.f90 projections_mod.f90(301) : (col. 12) remark: projections_mod_mp_cellnumberdc_ has been targeted for automatic cpu dispatch. projections_mod.f90(342) : (col. 12) remark: projections_mod_mp_cellnumberpc_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a projections_mod.o rm -f projections_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o align_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE align_mod.f90 align_mod.f90(118) : (col. 54) remark: LOOP WAS VECTORIZED. align_mod.f90(64) : (col. 13) remark: align_mod_mp_align_ has been targeted for automatic cpu dispatch. align_mod.f90(284) : (col. 25) remark: LOOP WAS VECTORIZED. align_mod.f90(266) : (col. 13) remark: align_mod_mp_alignwireshifts_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a align_mod.o rm -f align_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o efficiency_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE efficiency_mod.f90 efficiency_mod.f90(249) : (col. 7) remark: LOOP WAS VECTORIZED. efficiency_mod.f90(209) : (col. 13) remark: efficiency_mod_mp_effdccalc_ has been targeted for automatic cpu dispatch. efficiency_mod.f90(563) : (col. 13) remark: efficiency_mod_mp_effpccalc_ has been targeted for automatic cpu dispatch. efficiency_mod.f90(943) : (col. 4) remark: LOOP WAS VECTORIZED. efficiency_mod.f90(959) : (col. 4) remark: LOOP WAS VECTORIZED. efficiency_mod.f90(899) : (col. 13) remark: efficiency_mod_mp_effdcprint_ has been targeted for automatic cpu dispatch. efficiency_mod.f90(1094) : (col. 4) remark: LOOP WAS VECTORIZED. efficiency_mod.f90(1110) : (col. 4) remark: LOOP WAS VECTORIZED. efficiency_mod.f90(1050) : (col. 13) remark: efficiency_mod_mp_effpcprint_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a efficiency_mod.o rm -f efficiency_mod.o using .cpp.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 matrix_inverse.cpp matrix_inverse.cpp(35): warning #1572: floating-point equality and inequality comparisons are unreliable if (big == 0.0) ^ matrix_inverse.cpp(78): warning #1572: floating-point equality and inequality comparisons are unreliable if (a[j][j] == 0.0) a[j][j]=TINY; ^ matrix_inverse.cpp(100): warning #1572: floating-point equality and inequality comparisons are unreliable else if (sum) ii=i; ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a matrix_inverse.o rm -f matrix_inverse.o using .cpp.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 fitllsq.cpp fitllsq.cpp(54): warning #1572: floating-point equality and inequality comparisons are unreliable if (GtWnorm == 0) ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a fitllsq.o rm -f fitllsq.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o helixfit_common_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE helixfit_common_mod.f90 helixfit_common_mod.f90(52) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_common_mod.f90(43) : (col. 13) remark: helixfit_common_mod_mp_sortreal8_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_common_mod.o rm -f helixfit_common_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o helixfit_hits_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE helixfit_hits_mod.f90 helixfit_hits_mod.f90(111) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_hits_mod.f90(100) : (col. 13) remark: helixfit_hits_mod_mp_findfghits_ has been targeted for automatic cpu dispatch. helixfit_hits_mod.f90(280) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_hits_mod.f90(229) : (col. 13) remark: helixfit_hits_mod_mp_addhit_ has been targeted for automatic cpu dispatch. helixfit_hits_mod.f90(171) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_hits_mod.f90(159) : (col. 13) remark: helixfit_hits_mod_mp_findwinhits_ has been targeted for automatic cpu dispatch. helixfit_hits_mod.f90(221) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_hits_mod.f90(217) : (col. 13) remark: helixfit_hits_mod_mp_clearhits_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_hits_mod.o rm -f helixfit_hits_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o helixfit_cell_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE helixfit_cell_mod.f90 helixfit_cell_mod.f90(52) : (col. 11) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(37) : (col. 11) remark: helixfit_cell_mod_mp_distancetowire_ has been targeted for automatic cpu dispatch. helixfit_cell_mod.f90(376) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(377) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(386) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(387) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(396) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(397) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(404) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(405) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(407) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(408) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(333) : (col. 13) remark: helixfit_cell_mod_mp_testgotohit_ has been targeted for automatic cpu dispatch. helixfit_cell_mod.f90(69) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_cell_mod.f90(55) : (col. 11) remark: helixfit_cell_mod_mp_getdriftdistance_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_cell_mod.o rm -f helixfit_cell_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o helixfit_fitpar_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE helixfit_fitpar_mod.f90 helixfit_fitpar_mod.f90(167) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(168) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(169) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(163) : (col. 13) remark: helixfit_fitpar_mod_mp_clearfitpar_ has been targeted for automatic cpu dispatch. helixfit_fitpar_mod.f90(319) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(326) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(326) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(309) : (col. 13) remark: helixfit_fitpar_mod_mp_scalefitpar_ has been targeted for automatic cpu dispatch. helixfit_fitpar_mod.f90(336) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(337) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(338) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(338) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(338) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(338) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(338) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(330) : (col. 13) remark: helixfit_fitpar_mod_mp_unscalefitpar_ has been targeted for automatic cpu dispatch. helixfit_fitpar_mod.f90(556) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(558) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(545) : (col. 13) remark: helixfit_fitpar_mod_mp_updatefitpar_ has been targeted for automatic cpu dispatch. helixfit_fitpar_mod.f90(640) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(640) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(640) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(625) : (col. 13) remark: helixfit_fitpar_mod_mp_copyfitpar_ has been targeted for automatic cpu dispatch. helixfit_fitpar_mod.f90(379) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(412) : (col. 13) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(356) : (col. 11) remark: helixfit_fitpar_mod_mp_trygetfitparvpq_ has been targeted for automatic cpu dispatch. helixfit_fitpar_mod.f90(210) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(211) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(212) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(218) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(219) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(298) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(299) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(289) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(290) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(280) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(281) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(263) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(264) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitpar_mod.f90(240) : (col. 7) remark: BLOCK WAS VECTORIZED. helixfit_fitpar_mod.f90(244) : (col. 7) remark: BLOCK WAS VECTORIZED. helixfit_fitpar_mod.f90(186) : (col. 11) remark: helixfit_fitpar_mod_mp_setfitpar_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_fitpar_mod.o rm -f helixfit_fitpar_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o helixfit_track_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE helixfit_track_mod.f90 helixfit_track_mod.f90(149) : (col. 13) remark: helixfit_track_mod_mp_makechisqr_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(1128) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(1072) : (col. 13) remark: helixfit_track_mod_mp_sortplanehits_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(731) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(734) : (col. 26) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(647) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(650) : (col. 26) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(543) : (col. 13) remark: helixfit_track_mod_mp_setplanewindows2_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(306) : (col. 13) remark: helixfit_track_mod_mp_gothroughfoil_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(834) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(843) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(845) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(879) : (col. 15) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(882) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(883) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(894) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(895) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(906) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(907) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(909) : (col. 12) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(913) : (col. 16) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(913) : (col. 16) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(803) : (col. 11) remark: helixfit_track_mod_mp_setpositions_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(996) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(964) : (col. 13) remark: helixfit_track_mod_mp_dokink_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(1661) : (col. 13) remark: helixfit_track_mod_mp_removeoutliers_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(1748) : (col. 11) remark: helixfit_track_mod_mp_removeoutliers3_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(1785) : (col. 13) remark: helixfit_track_mod_mp_setresiduals_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(1919) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(1917) : (col. 13) remark: helixfit_track_mod_mp_clearres_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(2038) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2044) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2045) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2046) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2047) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2048) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2049) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2050) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2051) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2052) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2053) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2054) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2055) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2056) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2057) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2058) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2059) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2060) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2061) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2062) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2063) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2064) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2065) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2066) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2067) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2068) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2069) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2070) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2071) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2072) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2073) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2074) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2075) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2076) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2077) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2078) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2079) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2080) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2081) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2082) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2083) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2084) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2085) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2028) : (col. 13) remark: helixfit_track_mod_mp_copyres_ has been targeted for automatic cpu dispatch. helixfit_track_mod.f90(2098) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_track_mod.f90(2088) : (col. 11) remark: helixfit_track_mod_mp_countres_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_track_mod.o rm -f helixfit_track_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o helixfit_tref_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE helixfit_tref_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_tref_mod.o rm -f helixfit_tref_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o helixfit_fitllsq_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE helixfit_fitllsq_mod.f90 helixfit_fitllsq_mod.f90(76) : (col. 56) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(46) : (col. 13) remark: helixfit_fitllsq_mod_mp_setupsimplex_ has been targeted for automatic cpu dispatch. helixfit_fitllsq_mod.f90(197) : (col. 13) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(84) : (col. 11) remark: helixfit_fitllsq_mod_mp_helixfit2gaussnewton_ has been targeted for automatic cpu dispatch. helixfit_fitllsq_mod.f90(822) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(833) : (col. 12) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(841) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(844) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(855) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(856) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(792) : (col. 11) remark: helixfit_fitllsq_mod_mp_setupgradient_ has been targeted for automatic cpu dispatch. helixfit_fitllsq_mod.f90(766) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(767) : (col. 18) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(716) : (col. 11) remark: helixfit_fitllsq_mod_mp_addgradient_ has been targeted for automatic cpu dispatch. helixfit_fitllsq_mod.f90(349) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(391) : (col. 16) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(391) : (col. 16) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(391) : (col. 16) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(401) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(402) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(403) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(407) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(417) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(436) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(459) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(500) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(462) : (col. 16) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(286) : (col. 11) remark: helixfit_fitllsq_mod_mp_iterate_llsq_ has been targeted for automatic cpu dispatch. helixfit_fitllsq_mod.f90(911) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(911) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(916) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(916) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(922) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(922) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(956) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(957) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(959) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(964) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(873) : (col. 11) remark: helixfit_fitllsq_mod_mp_fitgradient_ has been targeted for automatic cpu dispatch. helixfit_fitllsq_mod.f90(982) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(984) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(986) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(988) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(990) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(992) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(976) : (col. 13) remark: helixfit_fitllsq_mod_mp_printgradient_ has been targeted for automatic cpu dispatch. helixfit_fitllsq_mod.f90(691) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(696) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(697) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_fitllsq_mod.f90(675) : (col. 11) remark: helixfit_fitllsq_mod_mp_llsqstep_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_fitllsq_mod.o rm -f helixfit_fitllsq_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o helixfit_kinks_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE helixfit_kinks_mod.f90 helixfit_kinks_mod.f90(20) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_kinks_mod.f90(21) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_kinks_mod.f90(22) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_kinks_mod.f90(24) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_kinks_mod.f90(25) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_kinks_mod.f90(18) : (col. 13) remark: helixfit_kinks_mod_mp_clearkinks_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_kinks_mod.o rm -f helixfit_kinks_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o helixfit_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE helixfit_mod.f90 helixfit_mod.f90(257) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(258) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(362) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(228) : (col. 11) remark: helixfit_mod_mp_helixfitfldoff_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(1082) : (col. 18) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1083) : (col. 18) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(922) : (col. 13) remark: helixfit_mod_mp_helixfithzvpqtmf_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(739) : (col. 21) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(740) : (col. 21) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(741) : (col. 21) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(742) : (col. 21) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(743) : (col. 21) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(744) : (col. 21) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(716) : (col. 13) remark: helixfit_mod_mp_smearvpqt_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(1163) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1204) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1334) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1128) : (col. 11) remark: helixfit_mod_mp_helixfit1_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2407) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2409) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2417) : (col. 15) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2389) : (col. 13) remark: helixfit_mod_mp_probechisqre_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2443) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2445) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2453) : (col. 15) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2425) : (col. 13) remark: helixfit_mod_mp_probechisqrf_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2308) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2310) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2318) : (col. 15) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2286) : (col. 13) remark: helixfit_mod_mp_probechebyshev_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2359) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2361) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2369) : (col. 15) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2337) : (col. 13) remark: helixfit_mod_mp_probelikelihood_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2480) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2480) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2483) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2483) : (col. 9) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2461) : (col. 13) remark: helixfit_mod_mp_probechisqra_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2539) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2489) : (col. 13) remark: helixfit_mod_mp_filltreealign_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2637) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2757) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2626) : (col. 13) remark: helixfit_mod_mp_fillhistresiduals_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(457) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(458) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(512) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(523) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(425) : (col. 13) remark: helixfit_mod_mp_helixfitfg_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(1821) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1824) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1840) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1841) : (col. 21) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1875) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1729) : (col. 11) remark: helixfit_mod_mp_helixfit2coordinatedescent_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(1980) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2008) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2016) : (col. 10) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2042) : (col. 15) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2049) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2070) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2071) : (col. 18) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2104) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(1885) : (col. 11) remark: helixfit_mod_mp_helixfit2steepestdescent_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2248) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2279) : (col. 7) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2226) : (col. 13) remark: helixfit_mod_mp_probechisqrd_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2944) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2930) : (col. 13) remark: helixfit_mod_mp_fillhistparf_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(2971) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2955) : (col. 13) remark: helixfit_mod_mp_fillhistpar0_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(3001) : (col. 14) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(2993) : (col. 11) remark: helixfit_mod_mp_rnd_gauss_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(3878) : (col. 13) remark: helixfit_mod_mp_printcov_ has been targeted for automatic cpu dispatch. helixfit_mod.f90(3812) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(3813) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(3814) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(3816) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(3817) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(3818) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(3819) : (col. 4) remark: LOOP WAS VECTORIZED. helixfit_mod.f90(3807) : (col. 13) remark: helixfit_mod_mp_initcov_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_mod.o rm -f helixfit_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o begin_run.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE begin_run.f90 begin_run.f90(127) : (col. 10) remark: LOOP WAS VECTORIZED. begin_run.f90(83) : (col. 13) remark: LOOP WAS VECTORIZED. begin_run.f90(1) : (col. 11) remark: begin_run_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a begin_run.o rm -f begin_run.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o windowcalc_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE windowcalc_mod.f90 windowcalc_mod.f90(482) : (col. 7) remark: LOOP WAS VECTORIZED. windowcalc_mod.f90(283) : (col. 13) remark: windowcalc_mod_mp_calcwinstartstop_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a windowcalc_mod.o rm -f windowcalc_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o assigntowindow_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE assigntowindow_mod.f90 assigntowindow_mod.f90(118) : (col. 7) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(119) : (col. 7) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(94) : (col. 13) remark: assigntowindow_mod_mp_windowclearbj_ has been targeted for automatic cpu dispatch. assigntowindow_mod.f90(1114) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1114) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1124) : (col. 4) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1125) : (col. 4) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1110) : (col. 13) remark: assigntowindow_mod_mp_setupemptylastwindow_ has been targeted for automatic cpu dispatch. assigntowindow_mod.f90(1186) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1186) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1186) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1186) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1143) : (col. 13) remark: assigntowindow_mod_mp_assigntowindows_ has been targeted for automatic cpu dispatch. assigntowindow_mod.f90(1030) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1030) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1038) : (col. 4) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1039) : (col. 4) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1025) : (col. 13) remark: assigntowindow_mod_mp_setupemptyoddwindow_ has been targeted for automatic cpu dispatch. assigntowindow_mod.f90(1079) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1079) : (col. 9) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1084) : (col. 4) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1085) : (col. 4) remark: LOOP WAS VECTORIZED. assigntowindow_mod.f90(1066) : (col. 13) remark: assigntowindow_mod_mp_setupevenwindow_ has been targeted for automatic cpu dispatch. assigntowindow_mod.f90(1356) : (col. 13) remark: assigntowindow_mod_mp_extractbeametowindow_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a assigntowindow_mod.o rm -f assigntowindow_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o windowbj_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE windowbj_mod.f90 windowbj_mod.f90(56) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(57) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(143) : (col. 7) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(49) : (col. 13) remark: windowbj_mod_mp_windowingbj_ has been targeted for automatic cpu dispatch. windowbj_mod.f90(240) : (col. 13) remark: windowbj_mod_mp_calcpctimebinstat_ has been targeted for automatic cpu dispatch. windowbj_mod.f90(282) : (col. 13) remark: windowbj_mod_mp_calcdctimebinstat_ has been targeted for automatic cpu dispatch. windowbj_mod.f90(1988) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2006) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2024) : (col. 4) remark: BLOCK WAS VECTORIZED. windowbj_mod.f90(2030) : (col. 4) remark: BLOCK WAS VECTORIZED. windowbj_mod.f90(2046) : (col. 4) remark: BLOCK WAS VECTORIZED. windowbj_mod.f90(2060) : (col. 4) remark: BLOCK WAS VECTORIZED. windowbj_mod.f90(2079) : (col. 4) remark: BLOCK WAS VECTORIZED. windowbj_mod.f90(2083) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2100) : (col. 4) remark: BLOCK WAS VECTORIZED. windowbj_mod.f90(2104) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2121) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2122) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2123) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2124) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2138) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2139) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2140) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2141) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2155) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2156) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2157) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2158) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2161) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(2164) : (col. 4) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(1980) : (col. 13) remark: windowbj_mod_mp_zerowinarray_ has been targeted for automatic cpu dispatch. windowbj_mod.f90(1027) : (col. 13) remark: windowbj_mod_mp_lookforlargeradiusnoise_ has been targeted for automatic cpu dispatch. windowbj_mod.f90(1324) : (col. 10) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(1327) : (col. 10) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(1207) : (col. 13) remark: windowbj_mod_mp_calcwinpcstat_ has been targeted for automatic cpu dispatch. windowbj_mod.f90(1427) : (col. 10) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(1430) : (col. 10) remark: LOOP WAS VECTORIZED. windowbj_mod.f90(1349) : (col. 13) remark: windowbj_mod_mp_calcwindcstat_ has been targeted for automatic cpu dispatch. windowbj_mod.f90(1685) : (col. 13) remark: windowbj_mod_mp_fillwinupdnradius_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a windowbj_mod.o rm -f windowbj_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o classifybj_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE classifybj_mod.f90 classifybj_mod.f90(1098) : (col. 4) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(1099) : (col. 4) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(1100) : (col. 4) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(1101) : (col. 4) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(1118) : (col. 4) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(1119) : (col. 4) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(1120) : (col. 4) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(1121) : (col. 4) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(2156) : (col. 4) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(2337) : (col. 16) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(2711) : (col. 13) remark: LOOP WAS VECTORIZED. classifybj_mod.f90(1039) : (col. 13) remark: classifybj_mod_mp_evaleventmc_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a classifybj_mod.o rm -f classifybj_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o calibsteer_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE calibsteer_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a calibsteer_mod.o rm -f calibsteer_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o mc_delta_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE mc_delta_mod.f90 mc_delta_mod.f90(116) : (col. 13) remark: mc_delta_mod_mp_mcdeltas_ has been targeted for automatic cpu dispatch. mc_delta_mod.f90(138) : (col. 13) remark: mc_delta_mod_mp_countmcdeltas_ has been targeted for automatic cpu dispatch. mc_delta_mod.f90(592) : (col. 9) remark: LOOP WAS VECTORIZED. mc_delta_mod.f90(573) : (col. 13) remark: mc_delta_mod_mp_correlatedeltas_ has been targeted for automatic cpu dispatch. mc_delta_mod.f90(713) : (col. 7) remark: LOOP WAS VECTORIZED. mc_delta_mod.f90(686) : (col. 23) remark: mc_delta_mod_mp_findbestmatches_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a mc_delta_mod.o rm -f mc_delta_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o linear_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE linear_mod.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a linear_mod.o rm -f linear_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o tracking_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE tracking_mod.f90 tracking_mod.f90(1291) : (col. 4) remark: BLOCK WAS VECTORIZED. tracking_mod.f90(1286) : (col. 13) remark: tracking_mod_mp_zerooffsets_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a tracking_mod.o rm -f tracking_mod.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o namelist_c.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE namelist_c.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a namelist_c.o rm -f namelist_c.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o exit_f90.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE exit_f90.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a exit_f90.o rm -f exit_f90.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o show_namelist.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE show_namelist.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a show_namelist.o rm -f show_namelist.o using .c.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7 iutime.c ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a iutime.o rm -f iutime.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o qhists_mod.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE qhists_mod.f90 qhists_mod.f90(70) : (col. 13) remark: qhists_mod_mp_definebulgehists_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a qhists_mod.o rm -f qhists_mod.o using .cpp.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 usrsignal.cpp ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a usrsignal.o rm -f usrsignal.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o definemainhists.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE definemainhists.f90 definemainhists.f90(1) : (col. 11) remark: definemainhists_ has been targeted for automatic cpu dispatch. definemainhists.f90(2435) : (col. 2) remark: BLOCK WAS VECTORIZED. definemainhists.f90(2394) : (col. 11) remark: directoryhists_ has been targeted for automatic cpu dispatch. definemainhists.f90(79) : (col. 11) remark: definextalkhists_ has been targeted for automatic cpu dispatch. definemainhists.f90(1484) : (col. 11) remark: definetrackhists_ has been targeted for automatic cpu dispatch. definemainhists.f90(37) : (col. 12) remark: definepostfilterhists_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a definemainhists.o rm -f definemainhists.o ar s /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a ar t /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a precision_mod.o physicalconstants_mod.o namelist_mod.o inewunit.o det_geom_mod.o hists_mod.o strs_mod.o calibrations_mod.o chambers_mod.o tdcmap_mod.o hitpos_struct_mod.o tdc_mod.o operafld.o magnet_mod.o trackswim_mod.o track_mod.o unp_mod.o unpmc_mod.o unpderiv_mod.o rawhists_mod.o filters_mod.o pattern_mod.o skim_mod.o cluster_mod.o pattern_log_mod.o xtalk_mod.o window_mod.o matrix_mod.o timezero_mod.o firstguess_mod.o firstguessko_mod.o conlev.o makesimplex.o solve_linear.o solve_LSQ.o windowstat_mod.o evalwin_mod.o trackrange_mod.o windex_mod.o classify_mod.o leftright_mod.o hitpos_mod.o kalman_mod.o residuals_mod.o resolution_mod.o projections_mod.o align_mod.o efficiency_mod.o matrix_inverse.o fitllsq.o helixfit_common_mod.o helixfit_hits_mod.o helixfit_cell_mod.o helixfit_fitpar_mod.o helixfit_track_mod.o helixfit_tref_mod.o helixfit_fitllsq_mod.o helixfit_kinks_mod.o helixfit_mod.o begin_run.o windowcalc_mod.o assigntowindow_mod.o windowbj_mod.o classifybj_mod.o calibsteer_mod.o mc_delta_mod.o linear_mod.o tracking_mod.o namelist_c.o exit_f90.o show_namelist.o iutime.o qhists_mod.o usrsignal.o definemainhists.o cd .. cd main touch Dependencies $TRIUMF_ROOT/dependf90.csh -f90 -lib [a-z]*.F > Dependencies make clean rm -f /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a *.o *_cpp.f90 *_cpp.f *.mod Dependencies make using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o mofia.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE mofia.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a mofia.o ar: creating /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a rm -f mofia.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o analc.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE analc.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a analc.o rm -f analc.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o analyze.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE analyze.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a analyze.o rm -f analyze.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o assign_mtout.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE assign_mtout.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a assign_mtout.o rm -f assign_mtout.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o badrun.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE badrun.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a badrun.o rm -f badrun.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o batch_log.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE batch_log.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a batch_log.o rm -f batch_log.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o comfile.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE comfile.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a comfile.o rm -f comfile.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o define_hists.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE define_hists.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a define_hists.o rm -f define_hists.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o dump_c.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE dump_c.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a dump_c.o rm -f dump_c.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o event_fail.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE event_fail.F event_fail.F(12) : (col. 6) remark: LOOP WAS VECTORIZED. event_fail.F(18) : (col. 6) remark: LOOP WAS VECTORIZED. event_fail.F(2) : (col. 17) remark: zero_event_fail_total_ has been targeted for automatic cpu dispatch. event_fail.F(2) : (col. 17) remark: zero_event_fail_count_ has been targeted for automatic cpu dispatch. event_fail.F(2) : (col. 17) remark: event_fail_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a event_fail.o rm -f event_fail.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o exec_on_exit.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE exec_on_exit.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a exec_on_exit.o rm -f exec_on_exit.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o exit_c.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE exit_c.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a exit_c.o rm -f exit_c.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o fail.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE fail.F fail.F(60) : (col. 6) remark: LOOP WAS VECTORIZED. fail.F(73) : (col. 6) remark: LOOP WAS VECTORIZED. fail.F(88) : (col. 8) remark: LOOP WAS VECTORIZED. fail.F(132) : (col. 6) remark: LOOP WAS VECTORIZED. fail.F(2) : (col. 17) remark: reset_ss_ has been targeted for automatic cpu dispatch. fail.F(2) : (col. 17) remark: fail_update_ has been targeted for automatic cpu dispatch. fail.F(2) : (col. 17) remark: fail_status_ has been targeted for automatic cpu dispatch. fail.F(2) : (col. 17) remark: zero_fail_total_ has been targeted for automatic cpu dispatch. fail.F(2) : (col. 17) remark: zero_fail_count_ has been targeted for automatic cpu dispatch. fail.F(2) : (col. 17) remark: zero_fail_code_ has been targeted for automatic cpu dispatch. fail.F(2) : (col. 17) remark: fail_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a fail.o rm -f fail.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o fetch_bank.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE fetch_bank.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a fetch_bank.o rm -f fetch_bank.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o getlr.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE getlr.F getlr.F(1) : (col. 17) remark: getlr_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a getlr.o rm -f getlr.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o interpret.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE interpret.F interpret.F(459) : (col. 17) remark: argfloattoint_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a interpret.o rm -f interpret.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o kdata.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE kdata.F fortcom: Info: kdata.F, line 16: Symbol in BLOCK DATA program unit is not in a COMMON block. [NINDEXV] INTEGER * 4 nslot, nchannel, tdcmap_size, nindexv -------------------------------------------------^ fortcom: Info: kdata.F, line 7: Symbol in BLOCK DATA program unit is not in a COMMON block. [BROWSE_ADC] LOGICAL*4 hard, edgr, show_coord, browse_adc, drawfoils ----------------------------------------^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a kdata.o rm -f kdata.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o kerror.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE kerror.F kerror.F(275) : (col. 6) remark: LOOP WAS VECTORIZED. kerror.F(1) : (col. 17) remark: zero_error_ has been targeted for automatic cpu dispatch. kerror.F(1) : (col. 17) remark: list_error_ has been targeted for automatic cpu dispatch. kerror.F(1) : (col. 17) remark: kerror2_ has been targeted for automatic cpu dispatch. kerror.F(1) : (col. 17) remark: kerror_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a kerror.o rm -f kerror.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o kmskim_data.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE kmskim_data.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a kmskim_data.o rm -f kmskim_data.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o kmulti_skim.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE kmulti_skim.F kmulti_skim.F(2) : (col. 17) remark: kmskim_show_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_close_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_deof_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_eof_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_write_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_bar_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_out_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_begin_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_open_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_assign_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmskim_init_ has been targeted for automatic cpu dispatch. kmulti_skim.F(2) : (col. 17) remark: kmulti_skim_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a kmulti_skim.o rm -f kmulti_skim.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o kshow.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE kshow.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a kshow.o rm -f kshow.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o kshowss.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE kshowss.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a kshowss.o rm -f kshowss.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o kskim.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE kskim.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a kskim.o rm -f kskim.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o list_c.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE list_c.F list_c.F(65) : (col. 6) remark: LOOP WAS VECTORIZED. list_c.F(1) : (col. 17) remark: list_c_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a list_c.o rm -f list_c.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o mtin_c.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE mtin_c.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a mtin_c.o rm -f mtin_c.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o openhbook.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE openhbook.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a openhbook.o rm -f openhbook.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o read_cdf.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE read_cdf.F read_cdf.F(82) : (col. 8) remark: LOOP WAS VECTORIZED. read_cdf.F(2) : (col. 17) remark: read_cdf_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a read_cdf.o rm -f read_cdf.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o rewindc.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE rewindc.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a rewindc.o rm -f rewindc.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o rite.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE rite.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a rite.o rm -f rite.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o runc.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE runc.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a runc.o rm -f runc.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o savec.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE savec.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a savec.o rm -f savec.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o set_c.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE set_c.F set_c.F(118) : (col. 8) remark: LOOP WAS VECTORIZED. set_c.F(122) : (col. 10) remark: LOOP WAS VECTORIZED. set_c.F(92) : (col. 8) remark: LOOP WAS VECTORIZED. set_c.F(96) : (col. 10) remark: LOOP WAS VECTORIZED. set_c.F(79) : (col. 8) remark: LOOP WAS VECTORIZED. set_c.F(1) : (col. 17) remark: set_c_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a set_c.o rm -f set_c.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o show_cdf.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE show_cdf.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a show_cdf.o rm -f show_cdf.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o show_fail.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE show_fail.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a show_fail.o rm -f show_fail.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o show_flags.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE show_flags.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a show_flags.o rm -f show_flags.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o skipc.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE skipc.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a skipc.o rm -f skipc.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o skim_routines.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE skim_routines.F skim_routines.F(2) : (col. 17) remark: skim_finish_ has been targeted for automatic cpu dispatch. skim_routines.F(2) : (col. 17) remark: skim_close_ has been targeted for automatic cpu dispatch. skim_routines.F(2) : (col. 17) remark: skim_open_ has been targeted for automatic cpu dispatch. skim_routines.F(2) : (col. 17) remark: skim_write_ has been targeted for automatic cpu dispatch. skim_routines.F(2) : (col. 17) remark: skim_init_ has been targeted for automatic cpu dispatch. skim_routines.F(2) : (col. 17) remark: skim_routines_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a skim_routines.o rm -f skim_routines.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o ss_zero.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE ss_zero.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a ss_zero.o rm -f ss_zero.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o sub_systems.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE sub_systems.F sub_systems.F(25) : (col. 6) remark: BLOCK WAS VECTORIZED. sub_systems.F(2) : (col. 17) remark: sub_systems_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a sub_systems.o rm -f sub_systems.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o tinit.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE tinit.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a tinit.o rm -f tinit.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o zero_mofia.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE zero_mofia.F zero_mofia.F(20) : (col. 6) remark: LOOP WAS VECTORIZED. zero_mofia.F(2) : (col. 17) remark: zero_mofia_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a zero_mofia.o rm -f zero_mofia.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o my_slow.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE my_slow.F my_slow.F(581) : (col. 17) remark: slow_pactrl_fill_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a my_slow.o rm -f my_slow.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o unified_slow.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE unified_slow.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a unified_slow.o rm -f unified_slow.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o readcomfile.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE readcomfile.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a readcomfile.o rm -f readcomfile.o using .F.a rules /opt/intel_fc_80/bin/ifort -FI -132 -c -o gettok.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE gettok.F ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a gettok.o rm -f gettok.o using .c.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7 sys_readline.c sys_readline.c(59): warning #266: function declared implicitly add_history( line ); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a sys_readline.o rm -f sys_readline.o ar s /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a ar t /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a mofia.o analc.o analyze.o assign_mtout.o badrun.o batch_log.o comfile.o define_hists.o dump_c.o event_fail.o exec_on_exit.o exit_c.o fail.o fetch_bank.o getlr.o interpret.o kdata.o kerror.o kmskim_data.o kmulti_skim.o kshow.o kshowss.o kskim.o list_c.o mtin_c.o openhbook.o read_cdf.o rewindc.o rite.o runc.o savec.o set_c.o show_cdf.o show_fail.o show_flags.o skipc.o skim_routines.o ss_zero.o sub_systems.o tinit.o zero_mofia.o my_slow.o unified_slow.o readcomfile.o gettok.o sys_readline.o cd .. cd photo touch Dependencies $TRIUMF_ROOT/dependf90.csh -f90 -lib [a-z]*.F > Dependencies /home/e614/e614soft/triumf/dependf90.csh: No match. touch c_dependencies make clean rm -f /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a *.o *_cpp.f90 *_cpp.f *.mod Dependencies rm -f /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a rm -f mydict.C mydict.h make Generating Dictionary touch mydict.h rm mydict.* LD_LIBRARY_PATH=/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/lib /triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/bin/rootcint mydict.C -c MDisplay.h DcHit.h Wire.h HitMC.h HitTime.h HitCluster.h Track.h \ PropCham.h ScintDisk.h DriftCham.h Fruit.h VirtualDisplay.h UserDialog.h MDisplayFlags.h LinkDef.h Error in : UserDialog inherits from TObject but does not have its own ClassDef /bin/rm -f c_dependencies /opt/intel_cc_80/bin/icc -cxxlib-gcc -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -M *.C > c_dependencies using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 DcHit.C DcHit.h(67): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DcHit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a DcHit.o ar: creating /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a rm -f DcHit.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 PropCham.C Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ PropCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "PropCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ PropCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "PropCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a PropCham.o rm -f PropCham.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 Wire.C Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a Wire.o rm -f Wire.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 DriftCham.C Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DriftCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "DriftCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ DriftCham.C(111): warning #1572: floating-point equality and inequality comparisons are unreliable if (x0 == 0.0) { ^ DriftCham.C(194): warning #1572: floating-point equality and inequality comparisons are unreliable x0 = x1 + ((0==(x1-x2))?0:((0<(x1-x2))?2:-2)); ^ DriftCham.C(195): warning #1572: floating-point equality and inequality comparisons are unreliable y0 = y1 + ((0==(y1-y2))?0:((0<(y1-y2))?2:-2)); ^ DriftCham.C(196): warning #1572: floating-point equality and inequality comparisons are unreliable z0 = z1 + ((0==(z1-z2))?0:((0<(z1-z2))?2:-2)); ^ DriftCham.C(199): warning #1572: floating-point equality and inequality comparisons are unreliable x0 = x2 + ((0==(x2-x1))?0:((0<(x2-x1))?2:-2)); ^ DriftCham.C(200): warning #1572: floating-point equality and inequality comparisons are unreliable y0 = y2 + ((0==(y2-y1))?0:((0<(y2-y1))?2:-2)); ^ DriftCham.C(201): warning #1572: floating-point equality and inequality comparisons are unreliable z0 = z2 + ((0==(z2-z1))?0:((0<(z2-z1))?2:-2)); ^ DriftCham.C(211): warning #1572: floating-point equality and inequality comparisons are unreliable x0 = x1 + ((0==(x1-x2))?0:((0<(x1-x2))?2:-2)); ^ DriftCham.C(212): warning #1572: floating-point equality and inequality comparisons are unreliable y0 = y1 + ((0==(y1-y2))?0:((0<(y1-y2))?2:-2)); ^ DriftCham.C(213): warning #1572: floating-point equality and inequality comparisons are unreliable z0 = z1 + ((0==(z1-z2))?0:((0<(z1-z2))?2:-2)); ^ DriftCham.C(216): warning #1572: floating-point equality and inequality comparisons are unreliable x0 = x2 + ((0==(x2-x1))?0:((0<(x2-x1))?2:-2)); ^ DriftCham.C(217): warning #1572: floating-point equality and inequality comparisons are unreliable y0 = y2 + ((0==(y2-y1))?0:((0<(y2-y1))?2:-2)); ^ DriftCham.C(218): warning #1572: floating-point equality and inequality comparisons are unreliable z0 = z2 + ((0==(z2-z1))?0:((0<(z2-z1))?2:-2)); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a DriftCham.o rm -f DriftCham.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 ScintDisk.C ScintDisk.h(42): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "ScintDisk::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a ScintDisk.o rm -f ScintDisk.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 FortranInterface.C /triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include/TMath.h(599): warning #1572: floating-point equality and inequality comparisons are unreliable { if (x != 0) return atan2(y, x); ^ /triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include/TMath.h(600): warning #1572: floating-point equality and inequality comparisons are unreliable if (y == 0) return 0; ^ Track.h(51): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Track::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DriftCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "DriftCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ PropCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "PropCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ PropCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "PropCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ ScintDisk.h(42): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "ScintDisk::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DcHit.h(67): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DcHit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitCluster.h(43): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitCluster::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitMC.h(45): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitMC::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitTime.h(44): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitTime::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a FortranInterface.o rm -f FortranInterface.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 mydict.C /triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include/TMath.h(599): warning #1572: floating-point equality and inequality comparisons are unreliable { if (x != 0) return atan2(y, x); ^ /triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include/TMath.h(600): warning #1572: floating-point equality and inequality comparisons are unreliable if (y == 0) return 0; ^ Track.h(51): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Track::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DriftCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "DriftCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ PropCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "PropCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ PropCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "PropCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ ScintDisk.h(42): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "ScintDisk::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DcHit.h(67): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DcHit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitCluster.h(43): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitCluster::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitMC.h(45): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitMC::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitTime.h(44): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitTime::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ Fruit.h(35): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Fruit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a mydict.o rm -f mydict.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 Fruit.C Track.h(51): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Track::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DriftCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "DriftCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ PropCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "PropCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ PropCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "PropCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ ScintDisk.h(42): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "ScintDisk::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DcHit.h(67): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DcHit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitCluster.h(43): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitCluster::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitMC.h(45): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitMC::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitTime.h(44): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitTime::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ Fruit.h(35): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Fruit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a Fruit.o rm -f Fruit.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 Track.C Track.h(51): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Track::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DriftCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "DriftCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ PropCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "PropCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ PropCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "PropCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ ScintDisk.h(42): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "ScintDisk::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DcHit.h(67): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DcHit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitCluster.h(43): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitCluster::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitMC.h(45): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitMC::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitTime.h(44): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitTime::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a Track.o rm -f Track.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 MDisplay.C Track.h(51): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Track::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DriftCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "DriftCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ PropCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "PropCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ PropCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "PropCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ ScintDisk.h(42): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "ScintDisk::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DcHit.h(67): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DcHit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitCluster.h(43): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitCluster::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitMC.h(45): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitMC::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitTime.h(44): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitTime::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ Fruit.h(35): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Fruit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ MDisplay.C(1217): warning #1572: floating-point equality and inequality comparisons are unreliable if (gDownX != gUpX) ^ MDisplay.C(1227): warning #1572: floating-point equality and inequality comparisons are unreliable if (gDownZ != gUpZ) ^ MDisplay.C(1238): warning #1572: floating-point equality and inequality comparisons are unreliable if (gDownZ != gUpZ) ^ MDisplay.C(1765): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmax == 0) { ^ MDisplay.C(1773): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmin == 0) { ^ MDisplay.C(1799): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmax == 0) { ^ MDisplay.C(1807): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmin == 0) { ^ MDisplay.C(1833): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmax == 0) { ^ MDisplay.C(1841): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmin == 0) { ^ MDisplay.C(1867): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmax == 0) { ^ MDisplay.C(1875): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmin == 0) { ^ MDisplay.C(1901): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmax == 0) { ^ MDisplay.C(1909): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmin == 0) { ^ MDisplay.C(1923): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmax == 0) { ^ MDisplay.C(1931): warning #1572: floating-point equality and inequality comparisons are unreliable if (m_Zmin == 0) { ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a MDisplay.o rm -f MDisplay.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 VirtualDisplay.C ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a VirtualDisplay.o rm -f VirtualDisplay.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o DisplayInterface.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE DisplayInterface.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a DisplayInterface.o rm -f DisplayInterface.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 HitCluster.C HitCluster.h(43): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitCluster::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a HitCluster.o rm -f HitCluster.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 HitMC.C HitMC.h(45): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitMC::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a HitMC.o rm -f HitMC.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 HitTime.C HitTime.h(44): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitTime::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a HitTime.o rm -f HitTime.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 TMyRint.C /triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include/TMath.h(599): warning #1572: floating-point equality and inequality comparisons are unreliable { if (x != 0) return atan2(y, x); ^ /triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include/TMath.h(600): warning #1572: floating-point equality and inequality comparisons are unreliable if (y == 0) return 0; ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a TMyRint.o rm -f TMyRint.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o photo.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE photo.f90 photo.f90(1181) : (col. 10) remark: LOOP WAS VECTORIZED. photo.f90(1181) : (col. 10) remark: LOOP WAS VECTORIZED. photo.f90(1165) : (col. 11) remark: showpair_ has been targeted for automatic cpu dispatch. photo.f90(347) : (col. 11) remark: plottrackfgr_ has been targeted for automatic cpu dispatch. photo.f90(1054) : (col. 8) remark: LOOP WAS VECTORIZED. photo.f90(1061) : (col. 8) remark: LOOP WAS VECTORIZED. photo.f90(1046) : (col. 11) remark: printwindowhits_ has been targeted for automatic cpu dispatch. photo.f90(507) : (col. 11) remark: plottrackmcsp_ has been targeted for automatic cpu dispatch. photo.f90(836) : (col. 11) remark: plothetracks_ has been targeted for automatic cpu dispatch. photo.f90(909) : (col. 11) remark: plothetrackkinks_ has been targeted for automatic cpu dispatch. photo.f90(1160) : (col. 2) remark: LOOP WAS VECTORIZED. photo.f90(1161) : (col. 2) remark: LOOP WAS VECTORIZED. photo.f90(1148) : (col. 11) remark: showclustercoord_ has been targeted for automatic cpu dispatch. ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a photo.o rm -f photo.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 UserDialog.C Track.h(51): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Track::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DriftCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DriftCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "DriftCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ PropCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "PropCham::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ PropCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "PropCham::Draw" -- virtual function override intended? void Draw(Option_t* option, int displayFlags); ^ ScintDisk.h(42): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "ScintDisk::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ DcHit.h(67): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DcHit::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitCluster.h(43): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitCluster::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitMC.h(45): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitMC::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ HitTime.h(44): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitTime::GetObjectInfo" -- virtual function override intended? virtual char *GetObjectInfo(Int_t px, Int_t py); ^ ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a UserDialog.o rm -f UserDialog.o using .C.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v4.02.00_FC3/include -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 MDisplayFlags.C ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a MDisplayFlags.o rm -f MDisplayFlags.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o phinterpret.o -O2 -unroll -ip -scalar_rep -prefetch -tpp7 -tune pn4 -axKW -arch pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE phinterpret.f90 ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a phinterpret.o rm -f phinterpret.o ar s /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a ar t /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a DcHit.o PropCham.o Wire.o DriftCham.o ScintDisk.o FortranInterface.o mydict.o Fruit.o Track.o MDisplay.o VirtualDisplay.o DisplayInterface.o HitCluster.o HitMC.o HitTime.o TMyRint.o photo.o UserDialog.o MDisplayFlags.o phinterpret.o cd ..