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_v5.10.00_SL40 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 ( ! $?GEANT4_COMMANDS ) then setenv GEANT4_COMMANDS ${TRIUMF_ROOT}/geant4 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 Fri Oct 13 03:07:38 PDT 2006 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 ( ! $?GEANT4_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 unset G77 unset ICC8 unset ICC81 unset ICC81w unset ICC9 unset ICC9w unset ABSOFT80 unset ABSOFT90 unset GFORTRAN unset STATIC set os_type = `uname -a | awk '{print $1}'` set VERBOSE if ( ! $?TRIUMF_SCRIPTS ) then setenv SYNTAX "syntax: mlib [-h] [query] [quiet] [profile] [debug] [nocheck] [g77] [gfortran] [absoft80] [absoft90] [icc8] [icc81] [icc81w] [icc9] [icc9w] [gfortran] [static]" if ( $#mlib_args < 1 ) then foreach arg ( $mlib_args ) if ( $arg == -h ) then if ( $arg == query ) goto query endif end unsetenv MAKESTD unsetenv CERN_LIBDIR unsetenv CFLAGS unsetenv DFLAGS unsetenv CERN_INCLUDE unsetenv F90FLAGS unsetenv I90FLAGS unsetenv LD_COMP unsetenv VERBOSE unsetenv NOCHECK unsetenv MLIB_DEBUG unsetenv PROFILE if ( `echo $mlib_args | grep -c quiet` ) then if ( `echo $mlib_args | grep -c debug` ) then if ( `echo $mlib_args | grep -c nocheck` ) then if ( `echo $mlib_args | grep -c static` ) then if ( `echo $mlib_args | grep -c profile` ) then if ( `echo $mlib_args | grep -c g77` ) then if ( `echo $mlib_args | grep -c icc8` ) then set ICC8 endif if ( `echo $mlib_args | grep -c icc81` ) then if ( `echo $mlib_args | grep -c icc81w` ) then if ( `echo $mlib_args | grep -c icc9` ) then if ( `echo $mlib_args | grep -c icc9w` ) then if ( `echo $mlib_args | grep -c absoft80` ) then if ( `echo $mlib_args | grep -c absoft90` ) then if ( `echo $mlib_args | grep -c gfortran` ) then if ( $?MOFIA_ROOT ) then setenv CERN_INCLUDE $CERN_LIBRARY/../include setenv IFLAGS "-I. -I$MOFIA_INCLUDE -I$YBOS_LIBRARY -I$CFM_SOURCE -I$BRU_LIBRARY -I$CERN_INCLUDE -I$CERN_INCLUDE/geant321" endif if ( $os_type == Linux ) then if ( $?ROOTSYS ) then setenv ROOTCFLAGS `$ROOTSYS/bin/root-config --cflags` else if ( $?G77 ) then if ( $?ICC8 ) then setenv ICCROOT /opt/intel_cc_80 setenv IFCROOT /opt/intel_fc_80 setenv NLSPATH /twist/local/ifcore_msg.cat setenv IDBROOT /opt/intel_idb_73 if ( $?ICC81 ) then 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:/opt/intel/licenses:$HOME/intel/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 setenv LIB_SUFFIX "_icc8" setenv CXXFLAGS "-tpp7 $ROOTCFLAGS" setenv CFLAGS "-tpp7 " setenv F90FLAGS "-tpp7 -tune pn4 -fp -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage" if ( $?ICC81w ) then setenv F90FLAGS "-axKW ${F90FLAGS}" 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" 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" 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 -L/usr/lib -lstdc++ -lnsl -lreadline -lncurses -lpthread" 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 -lThread -lTree -lGX11 -lX3d -lXpm -lX11" setenv STATICFLAGS " " else if ( $?MLIB_DEBUG ) then setenv CFLAGS "-O2 ${CFLAGS}" setenv CXXFLAGS "-O2 ${CXXFLAGS}" setenv F90FLAGS "-O2 -unroll -ip -scalar_rep -prefetch ${F90FLAGS}" setenv FFLAGS "-O2 -unroll -ip -scalar_rep -prefetch" setenv F77FLAGS "-O2 -unroll -ip -scalar_rep -prefetch ${F77FLAGS}" endif if ( $?PROFILE ) then else if ( $?ICC9 ) then 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 ' ' echo "--- mlib setups --------------------------------" --- mlib setups -------------------------------- echo 'OS type: ' $os_type OS type: Linux if ( $?MLIB_DEBUG ) then echo 'Debug: OFF' Debug: OFF endif if ( $?STATIC ) then echo 'Build: SHARED' Build: SHARED endif if ( $os_type == Linux ) then if ( $?G77 ) then if ( $?ICC8 && ! ( $?ICC81 ) && ! ( $?ICC81w ) ) then echo 'Compiler: INTEL icc/ifc 8.0' Compiler: INTEL icc/ifc 8.0 else if ( $?ICC81 && ! ( $?ICC81w ) ) then endif if ( $?ROOTSYS ) then echo 'Root: ' $ROOTSYS Root: /triumfcs/trshare/olchansk/root/root_v5.10.00_SL40 else if ( $?CERN_LIBDIR ) then echo 'Cern: ' $CERN_LIBDIR Cern: /twist/local/cern_absoft/2002/lib/../libicc else if ( $?MAKESTD ) then echo 'Make rules: ' $MAKESTD Make rules: /home/e614/e614soft/triumf/make.std.icc else echo ' ' endif 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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_v5.10.00_SL40/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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 .cpp.a rules /opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7 -pthread -I/triumfcs/trshare/olchansk/root/root_v5.10.00_SL40/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 drift_table.cpp ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a drift_table.o rm -f drift_table.o using .f90.a rules /opt/intel_fc_80/bin/ifort -FR -c -o strs_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -tpp7 -tune 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(626) : (col. 9) remark: LOOP WAS VECTORIZED. strs_mod.f90(626) : (col. 9) remark: LOOP WAS VECTORIZED. strs_mod.f90(631) : (col. 12) remark: LOOP WAS VECTORIZED. strs_mod.f90(631) : (col. 12) remark: LOOP WAS VECTORIZED. strs_mod.f90(611) : (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 -axKW -tpp7 -tune 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(700) : (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 -axKW -tpp7 -tune 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(405) : (col. 4) remark: LOOP WAS VECTORIZED. chambers_mod.f90(389) : (col. 13) remark: chambers_mod_mp_testuvz1_ has been targeted for automatic cpu dispatch. chambers_mod.f90(679) : (col. 7) remark: LOOP WAS VECTORIZED. chambers_mod.f90(650) : (col. 13) remark: chambers_mod_mp_setupscdisks_ has been targeted for automatic cpu dispatch. chambers_mod.f90(1549) : (col. 10) remark: LOOP WAS VECTORIZED. chambers_mod.f90(1507) : (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 -axKW -tpp7 -tune 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(324) : (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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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_v5.10.00_SL40/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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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(196) : (col. 13) remark: track_mod_mp_convertpartovpq_ has been targeted for automatic cpu dispatch. track_mod.f90(317) : (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 -axKW -tpp7 -tune 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(240) : (col. 7) remark: LOOP WAS VECTORIZED. unp_mod.f90(259) : (col. 7) remark: LOOP WAS VECTORIZED. unp_mod.f90(346) : (col. 14) remark: LOOP WAS VECTORIZED. unp_mod.f90(347) : (col. 14) remark: LOOP WAS VECTORIZED. unp_mod.f90(378) : (col. 16) remark: LOOP WAS VECTORIZED. unp_mod.f90(362) : (col. 25) remark: LOOP WAS VECTORIZED. unp_mod.f90(375) : (col. 19) remark: LOOP WAS VECTORIZED. unp_mod.f90(151) : (col. 11) remark: unp_mod_mp_tdcunp_ has been targeted for automatic cpu dispatch. unp_mod.f90(2004) : (col. 16) remark: LOOP WAS VECTORIZED. unp_mod.f90(2009) : (col. 16) remark: LOOP WAS VECTORIZED. unp_mod.f90(1956) : (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 -axKW -tpp7 -tune 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(162) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(162) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(162) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(162) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(164) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(164) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(164) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(164) : (col. 13) remark: LOOP WAS VECTORIZED. unpmc_mod.f90(150) : (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(1481) : (col. 11) remark: unpmc_mod_mp_unpmcs3_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(1347) : (col. 11) remark: unpmc_mod_mp_unpmcs2_ has been targeted for automatic cpu dispatch. unpmc_mod.f90(1244) : (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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 fortcom: Error: rawhists_mod.f90, line 295: This name does not have a type, and must have an explicit type. [IDH_RAWDC43] CALL hbook2(IDH_rawdc43+iplane,"DC errors Plane"//ipstring ,& ----------------------^ compilation aborted for rawhists_mod.f90 (code 1) make: *** [/home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a(rawhists_mod.o)] Error 1 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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 -axKW -tpp7 -tune 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: inconsistent key change or duplicate key, unit 6807616, file (nil). 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_v5.10.00_SL40/lib /triumfcs/trshare/olchansk/root/root_v5.10.00_SL40/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_v5.10.00_SL40/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_v5.10.00_SL40/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_v5.10.00_SL40/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_v5.10.00_SL40/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_v5.10.00_SL40/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); ^ 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_v5.10.00_SL40/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_v5.10.00_SL40/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 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_v5.10.00_SL40/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 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_v5.10.00_SL40/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_v5.10.00_SL40/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_v5.10.00_SL40/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); ^ 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_v5.10.00_SL40/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 -axKW -tpp7 -tune 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_v5.10.00_SL40/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_v5.10.00_SL40/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_v5.10.00_SL40/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_v5.10.00_SL40/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 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 -axKW -tpp7 -tune 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 fortcom: Error: photo.f90, line 23: Error in opening the Library module file. [PATTERN_MOD] USE pattern_mod ------^ fortcom: Error: photo.f90, line 24: Error in opening the Library module file. [SKIM_MOD] USE skim_mod, only: fillskim ------^ fortcom: Error: photo.f90, line 77: This name does not have a type, and must have an explicit type. [MUWIN] print *,"Classification: MuWin=",MuWin," DecayWin=",DecayWin," TriggerWin=",TriggerWin," EventType=",EventType -----------------------------------^ fortcom: Error: photo.f90, line 77: This name does not have a type, and must have an explicit type. [DECAYWIN] print *,"Classification: MuWin=",MuWin," DecayWin=",DecayWin," TriggerWin=",TriggerWin," EventType=",EventType ------------------------------------------------------^ fortcom: Error: photo.f90, line 77: This name does not have a type, and must have an explicit type. [TRIGGERWIN] print *,"Classification: MuWin=",MuWin," DecayWin=",DecayWin," TriggerWin=",TriggerWin," EventType=",EventType ------------------------------------------------------------------------------^ fortcom: Error: photo.f90, line 77: This name does not have a type, and must have an explicit type. [EVENTTYPE] print *,"Classification: MuWin=",MuWin," DecayWin=",DecayWin," TriggerWin=",TriggerWin," EventType=",EventType -------------------------------------------------------------------------------------------------------^ fortcom: Error: photo.f90, line 137: Conflicting attributes or multiple declaration of name. [FILLSKIM] CALL FILLSKIM(1) ----------^ fortcom: Error: photo.f90, line 24: Name in only-list does not exist. [FILLSKIM] USE skim_mod, only: fillskim ----------------------^ fortcom: Error: photo.f90, line 144: Error in opening the Library module file. [PATTERN_MOD] USE Pattern_mod ------^ fortcom: Error: photo.f90, line 146: Error in opening the Library module file. [HITPOS_MOD] USE hitpos_mod ------^ fortcom: Error: photo.f90, line 148: Error in opening the Library module file. [LEFTRIGHT_MOD] USE leftright_mod ------^ fortcom: Error: photo.f90, line 156: This name does not have a type, and must have an explicit type. [NWINDOWS] DO iWindow = 1, nWindows -------------------^ fortcom: Error: photo.f90, line 158: This name does not have a type, and must have an explicit type. [NHITSWIND] DO ihit = 1, nHitsWind ------------------^ fortcom: Error: photo.f90, line 159: This name does not have a type, and must have an explicit type. [DCHITPOS] HitPosP => DCHitPos(ihit) -------------------^ fortcom: Error: photo.f90, line 159: When the target is an expression it must deliver a pointer result. [DCHITPOS] HitPosP => DCHitPos(ihit) -------------------^ fortcom: Error: photo.f90, line 169: Error in opening the Library module file. [HITPOS_MOD] USE Hitpos_mod ------^ fortcom: Error: photo.f90, line 170: Error in opening the Library module file. [KALMAN_MOD] USE Kalman_mod ------^ fortcom: Error: photo.f90, line 179: This name does not have a type, and must have an explicit type. [TRACKPARAM] if (dot_product(trackparam,trackparam).eq.0) return ------------------^ fortcom: Error: photo.f90, line 179: The data types of the argument(s) are invalid. [DOT_PRODUCT] if (dot_product(trackparam,trackparam).eq.0) return ------------------^ fortcom: Error: photo.f90, line 179: One-dimensional array-valued arguments are required in this context. [DOT_PRODUCT] if (dot_product(trackparam,trackparam).eq.0) return ------------------^ fortcom: Error: photo.f90, line 179: The data types of the argument(s) are invalid. [DOT_PRODUCT] if (dot_product(trackparam,trackparam).eq.0) return -----------------------------^ fortcom: Error: photo.f90, line 179: One-dimensional array-valued arguments are required in this context. [DOT_PRODUCT] if (dot_product(trackparam,trackparam).eq.0) return -----------------------------^ fortcom: Error: photo.f90, line 184: When the target is an expression it must deliver a pointer result. [TRACKPARAM] UzeroP => TrackParam(1) ------------^ fortcom: Error: photo.f90, line 185: When the target is an expression it must deliver a pointer result. [TRACKPARAM] VzeroP => TrackParam(2) ------------^ fortcom: Error: photo.f90, line 186: When the target is an expression it must deliver a pointer result. [TRACKPARAM] SuzP => TrackParam(3) ----------^ fortcom: Error: photo.f90, line 187: When the target is an expression it must deliver a pointer result. [TRACKPARAM] SvzP => TrackParam(4) ----------^ fortcom: Error: photo.f90, line 188: When the target is an expression it must deliver a pointer result. [TRACKPARAM] ZzeroP => TrackParam(5) ------------^ fortcom: Error: photo.f90, line 201: Error in opening the Library module file. [PATTERN_MOD] USE Pattern_mod ------^ fortcom: Error: photo.f90, line 206: This name does not have a type, and must have an explicit type. [NWINDOWS] DO iWindow = 1, nWindows ------------------^ fortcom: Error: photo.f90, line 209: This name does not have a type, and must have an explicit type. [WINDOW] nHits = Window(iWindow)%PC_nPHits(iPlane) ----------------^ fortcom: Severe: Too many errors, exiting compilation aborted for photo.f90 (code 1) make: *** [/home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a(photo.o)] Error 1 cd ..