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 Jul 13 03:07:41 PDT 2007





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 ICC91
unset ICC91w
unset ICC10
unset ICC10w
unset ABSOFT80
unset ABSOFT90
unset GFORTRAN


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] [icc91] [icc91w] [icc10] [icc10w] [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
unsetenv STATIC

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 icc91` ) then
if ( `echo $mlib_args | grep -c icc9w` ) then
if ( `echo $mlib_args | grep -c icc91w` ) then
if ( `echo $mlib_args | grep -c icc10` ) then
if ( `echo $mlib_args | grep -c icc10w` ) 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 track_resolution_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_resolution_mod.f90
track_resolution_mod.f90(36) : (col. 13) remark: track_resolution_mod_mp_read_resolution_ has been targeted for automatic cpu dispatch.
track_resolution_mod.f90(121) : (col. 13) remark: track_resolution_mod_mp_testcellresolution_ has been targeted for automatic cpu dispatch.
track_resolution_mod.f90(180) : (col. 13) remark: track_resolution_mod_mp_getresolution_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a track_resolution_mod.o
rm -f track_resolution_mod.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(701) : (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(543) : (col. 4) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(583) : (col. 7) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(584) : (col. 7) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(590) : (col. 7) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(598) : (col. 10) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(501) : (col. 11) remark: unpmc_mod_mp_unpmct2_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(376) : (col. 7) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(377) : (col. 7) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(383) : (col. 7) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(391) : (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(476) : (col. 7) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(477) : (col. 7) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(483) : (col. 7) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(492) : (col. 10) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(400) : (col. 11) remark: unpmc_mod_mp_unpmctr_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(611) : (col. 4) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(628) : (col. 4) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(608) : (col. 13) remark: unpmc_mod_mp_unpackmusr_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(638) : (col. 13) remark: unpmc_mod_mp_unpmcbfld_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1484) : (col. 11) remark: unpmc_mod_mp_unpmcs3_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1350) : (col. 11) remark: unpmc_mod_mp_unpmcs2_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1247) : (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
rawhists_mod.f90(20) : (col. 13) remark: rawhists_mod_mp_definerawhists_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a rawhists_mod.o
rm -f rawhists_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o filters_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 filters_mod.f90
filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105) : (col. 9) remark: LOOP WAS VECTORIZED.
filters_mod.f90(96) : (col. 13) remark: filters_mod_mp_filters_ has been targeted for automatic cpu dispatch.
filters_mod.f90(148) : (col. 4) remark: LOOP WAS VECTORIZED.
filters_mod.f90(149) : (col. 19) remark: LOOP WAS VECTORIZED.
filters_mod.f90(152) : (col. 4) remark: LOOP WAS VECTORIZED.
filters_mod.f90(157) : (col. 4) remark: LOOP WAS VECTORIZED.
filters_mod.f90(158) : (col. 18) remark: LOOP WAS VECTORIZED.
filters_mod.f90(136) : (col. 13) remark: filters_mod_mp_filterscounters_ has been targeted for automatic cpu dispatch.
filters_mod.f90(124) : (col. 4) remark: LOOP WAS VECTORIZED.
filters_mod.f90(125) : (col. 4) remark: LOOP WAS VECTORIZED.
filters_mod.f90(130) : (col. 4) remark: LOOP WAS VECTORIZED.
filters_mod.f90(112) : (col. 13) remark: filters_mod_mp_filtersinit_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a filters_mod.o
rm -f filters_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o pattern_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 pattern_mod.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a pattern_mod.o
rm -f pattern_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o skim_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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_mod.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a skim_mod.o
rm -f skim_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o cluster_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 cluster_mod.f90
cluster_mod.f90(402) : (col. 4) remark: LOOP WAS VECTORIZED.
cluster_mod.f90(358) : (col. 13) remark: cluster_mod_mp_initialize_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a cluster_mod.o
rm -f cluster_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o pattern_log_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 pattern_log_mod.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a pattern_log_mod.o
rm -f pattern_log_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o xtalk_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 xtalk_mod.f90
xtalk_mod.f90(139) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(140) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(135) : (col. 13) remark: xtalk_mod_mp_xtalk_ has been targeted for automatic cpu dispatch.
xtalk_mod.f90(93) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(94) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(95) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(96) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(97) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(98) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(99) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(100) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(101) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(103) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(104) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(105) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(106) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(107) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(108) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(109) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(110) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(111) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(114) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(115) : (col. 4) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(82) : (col. 13) remark: xtalk_mod_mp_xtalkinit_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a xtalk_mod.o
rm -f xtalk_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o window_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 window_mod.f90
window_mod.f90(53) : (col. 4) remark: LOOP WAS VECTORIZED.
window_mod.f90(54) : (col. 4) remark: LOOP WAS VECTORIZED.
window_mod.f90(77) : (col. 12) remark: LOOP WAS VECTORIZED.
window_mod.f90(77) : (col. 12) remark: LOOP WAS VECTORIZED.
window_mod.f90(83) : (col. 7) remark: LOOP WAS VECTORIZED.
window_mod.f90(67) : (col. 10) remark: LOOP WAS VECTORIZED.
window_mod.f90(67) : (col. 10) remark: LOOP WAS VECTORIZED.
window_mod.f90(67) : (col. 10) remark: LOOP WAS VECTORIZED.
window_mod.f90(46) : (col. 13) remark: window_mod_mp_windowing_ has been targeted for automatic cpu dispatch.
window_mod.f90(500) : (col. 35) remark: LOOP WAS VECTORIZED.
window_mod.f90(449) : (col. 13) remark: window_mod_mp_assigndcs_ has been targeted for automatic cpu dispatch.
window_mod.f90(541) : (col. 12) remark: LOOP WAS VECTORIZED.
window_mod.f90(541) : (col. 12) remark: LOOP WAS VECTORIZED.
window_mod.f90(534) : (col. 13) remark: window_mod_mp_windowclear_ has been targeted for automatic cpu dispatch.
window_mod.f90(560) : (col. 4) remark: LOOP WAS VECTORIZED.
window_mod.f90(561) : (col. 4) remark: LOOP WAS VECTORIZED.
window_mod.f90(552) : (col. 13) remark: window_mod_mp_clearsinglewindow_ has been targeted for automatic cpu dispatch.
window_mod.f90(969) : (col. 9) remark: LOOP WAS VECTORIZED.
window_mod.f90(969) : (col. 9) remark: LOOP WAS VECTORIZED.
window_mod.f90(1008) : (col. 9) remark: LOOP WAS VECTORIZED.
window_mod.f90(1008) : (col. 9) remark: LOOP WAS VECTORIZED.
window_mod.f90(953) : (col. 13) remark: window_mod_mp_mergewindows_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a window_mod.o
rm -f window_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o matrix_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 matrix_mod.f90
matrix_mod.f90(87) : (col. 9) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(87) : (col. 9) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(75) : (col. 11) remark: matrix_mod_mp_r4matrixmultiply_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(104) : (col. 9) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(104) : (col. 9) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(92) : (col. 11) remark: matrix_mod_mp_r8matrixmultiply_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(133) : (col. 4) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(135) : (col. 4) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(182) : (col. 4) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(109) : (col. 11) remark: matrix_mod_mp_r4matrixinvert_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(211) : (col. 4) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(213) : (col. 4) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(260) : (col. 4) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(187) : (col. 11) remark: matrix_mod_mp_r8matrixinvert_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(347) : (col. 13) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(358) : (col. 16) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(358) : (col. 16) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(300) : (col. 11) remark: matrix_mod_mp_matsolv_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a matrix_mod.o
rm -f matrix_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o timezero_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 timezero_mod.f90
timezero_mod.f90(81) : (col. 11) remark: timezero_mod_mp_definetimezerohists_ has been targeted for automatic cpu dispatch.
timezero_mod.f90(200) : (col. 11) remark: timezero_mod_mp_timezerohists_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a timezero_mod.o
rm -f timezero_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o firstguess_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 firstguess_mod.f90
firstguess_mod.f90(373) : (col. 4) remark: BLOCK WAS VECTORIZED.
firstguess_mod.f90(354) : (col. 11) remark: firstguess_mod_mp_findcircle_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(480) : (col. 11) remark: firstguess_mod_mp_insertcluster_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(705) : (col. 15) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(705) : (col. 15) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(632) : (col. 11) remark: firstguess_mod_mp_denseomegaphinot_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(997) : (col. 12) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(997) : (col. 12) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(958) : (col. 11) remark: firstguess_mod_mp_sparseomegaphinot_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(741) : (col. 9) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(741) : (col. 9) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(752) : (col. 12) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(728) : (col. 13) remark: firstguess_mod_mp_clustersizeomegaphinot_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1014) : (col. 11) remark: firstguess_mod_mp_findhelix_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(315) : (col. 13) remark: firstguess_mod_mp_newtrack_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(262) : (col. 13) remark: firstguess_mod_mp_fillresidualplots_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(783) : (col. 13) remark: firstguess_mod_mp_varyphi2_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(865) : (col. 7) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(842) : (col. 13) remark: firstguess_mod_mp_varyomega_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1079) : (col. 13) remark: firstguess_mod_mp_fillhelixsums_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1184) : (col. 11) remark: firstguess_mod_mp_calciter_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1217) : (col. 13) remark: firstguess_mod_mp_removecluster_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1362) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1362) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1355) : (col. 13) remark: firstguess_mod_mp_clearphisums_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1790) : (col. 13) remark: firstguess_mod_mp_fillfgvsmcplots_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a firstguess_mod.o
rm -f firstguess_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o firstguessko_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 firstguessko_mod.f90
firstguessko_mod.f90(1764) : (col. 13) remark: firstguessko_mod_mp_iteratephase_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1987) : (col. 13) remark: firstguessko_mod_mp_tryphase_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(533) : (col. 4) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(518) : (col. 13) remark: firstguessko_mod_mp_storefit_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(2175) : (col. 11) remark: firstguessko_mod_mp_reduce_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1545) : (col. 28) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1545) : (col. 28) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1542) : (col. 28) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1542) : (col. 28) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1452) : (col. 11) remark: firstguessko_mod_mp_findcircles_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1671) : (col. 4) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1678) : (col. 4) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1679) : (col. 4) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1636) : (col. 13) remark: firstguessko_mod_mp_makecircle_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(700) : (col. 4) remark: BLOCK WAS VECTORIZED.
firstguessko_mod.f90(677) : (col. 13) remark: firstguessko_mod_mp_findhits_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1230) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1230) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1230) : (col. 4) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1217) : (col. 13) remark: firstguessko_mod_mp_fudgedeltatrack_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a firstguessko_mod.o
rm -f firstguessko_mod.o
 
using .c.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c  -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7  conlev.c
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a conlev.o
rm -f conlev.o
 
using .c.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c  -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7  makesimplex.c
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a makesimplex.o
rm -f makesimplex.o
 
using .c.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c  -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7  solve_linear.c
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a solve_linear.o
rm -f solve_linear.o
 
using .c.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c  -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7  solve_LSQ.c
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a solve_LSQ.o
rm -f solve_LSQ.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o windowstat_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 windowstat_mod.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a windowstat_mod.o
rm -f windowstat_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o evalwin_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 evalwin_mod.f90
evalwin_mod.f90(61) : (col. 4) remark: LOOP WAS VECTORIZED.
evalwin_mod.f90(53) : (col. 11) remark: evalwin_mod_mp_sumhits4planes_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a evalwin_mod.o
rm -f evalwin_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o trackrange_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 trackrange_mod.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a trackrange_mod.o
rm -f trackrange_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o windex_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 windex_mod.f90
windex_mod.f90(300) : (col. 13) remark: windex_mod_mp_alleventwindowtypes_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a windex_mod.o
rm -f windex_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o classify_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 classify_mod.f90
classify_mod.f90(1730) : (col. 25) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1736) : (col. 28) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1592) : (col. 13) remark: classify_mod_mp_evaltwohits_ has been targeted for automatic cpu dispatch.
classify_mod.f90(1957) : (col. 10) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1960) : (col. 10) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1961) : (col. 10) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2121) : (col. 19) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2025) : (col. 19) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1872) : (col. 13) remark: classify_mod_mp_evalspacecharge_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a classify_mod.o
rm -f classify_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o leftright_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 leftright_mod.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a leftright_mod.o
rm -f leftright_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o hitpos_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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_mod.f90
hitpos_mod.f90(119) : (col. 13) remark: hitpos_mod_mp_hittime_ has been targeted for automatic cpu dispatch.
hitpos_mod.f90(647) : (col. 10) remark: hitpos_mod_mp_hitdriftbin_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a hitpos_mod.o
rm -f hitpos_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o kalman_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 kalman_mod.f90
kalman_mod.f90(726) : (col. 23) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(726) : (col. 23) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(735) : (col. 48) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(735) : (col. 48) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(741) : (col. 44) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(756) : (col. 41) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(756) : (col. 41) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(653) : (col. 14) remark: kalman_mod_mp_kalfilter_ has been targeted for automatic cpu dispatch.
kalman_mod.f90(781) : (col. 4) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(815) : (col. 10) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(821) : (col. 48) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(821) : (col. 48) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(827) : (col. 58) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(827) : (col. 58) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(833) : (col. 51) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(833) : (col. 51) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(841) : (col. 35) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(841) : (col. 35) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(762) : (col. 13) remark: kalman_mod_mp_kalsmooth_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a kalman_mod.o
rm -f kalman_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o residuals_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 residuals_mod.f90
residuals_mod.f90(166) : (col. 4) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(176) : (col. 4) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(191) : (col. 44) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(191) : (col. 44) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(191) : (col. 44) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(199) : (col. 19) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(198) : (col. 7) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(217) : (col. 4) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(138) : (col. 13) remark: residuals_mod_mp_residcalc_ has been targeted for automatic cpu dispatch.
residuals_mod.f90(120) : (col. 10) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(121) : (col. 10) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(123) : (col. 13) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(124) : (col. 13) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(127) : (col. 13) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(128) : (col. 13) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(102) : (col. 13) remark: residuals_mod_mp_residinit_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a residuals_mod.o
rm -f residuals_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o resolution_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 resolution_mod.f90
resolution_mod.f90(139) : (col. 13) remark: LOOP WAS VECTORIZED.
resolution_mod.f90(139) : (col. 13) remark: LOOP WAS VECTORIZED.
resolution_mod.f90(140) : (col. 13) remark: LOOP WAS VECTORIZED.
resolution_mod.f90(140) : (col. 13) remark: LOOP WAS VECTORIZED.
resolution_mod.f90(85) : (col. 13) remark: resolution_mod_mp_resolutioncalculate_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a resolution_mod.o
rm -f resolution_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o projections_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 projections_mod.f90
projections_mod.f90(303) : (col. 12) remark: projections_mod_mp_cellnumberdc_ has been targeted for automatic cpu dispatch.
projections_mod.f90(346) : (col. 12) remark: projections_mod_mp_cellnumberpc_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a projections_mod.o
rm -f projections_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o align_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 align_mod.f90
align_mod.f90(132) : (col. 54) remark: LOOP WAS VECTORIZED.
align_mod.f90(65) : (col. 13) remark: align_mod_mp_align_ has been targeted for automatic cpu dispatch.
align_mod.f90(300) : (col. 25) remark: LOOP WAS VECTORIZED.
align_mod.f90(282) : (col. 13) remark: align_mod_mp_alignwireshifts_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a align_mod.o
rm -f align_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o efficiency_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 efficiency_mod.f90
efficiency_mod.f90(254) : (col. 7) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(214) : (col. 13) remark: efficiency_mod_mp_effdccalc_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(556) : (col. 13) remark: efficiency_mod_mp_effpccalc_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(940) : (col. 4) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(956) : (col. 4) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(896) : (col. 13) remark: efficiency_mod_mp_effdcprint_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(1091) : (col. 4) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1107) : (col. 4) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1047) : (col. 13) remark: efficiency_mod_mp_effpcprint_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a efficiency_mod.o
rm -f efficiency_mod.o
 
using .cpp.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7  -pthread -I/triumfcs/trshare/olchansk/root/root_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 matrix_inverse.cpp
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a matrix_inverse.o
rm -f matrix_inverse.o
 
using .cpp.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7  -pthread -I/triumfcs/trshare/olchansk/root/root_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 fitllsq.cpp
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a fitllsq.o
rm -f fitllsq.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o helixfit_common_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 helixfit_common_mod.f90
helixfit_common_mod.f90(52) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_common_mod.f90(43) : (col. 13) remark: helixfit_common_mod_mp_sortreal8_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_common_mod.o
rm -f helixfit_common_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o helixfit_hits_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 helixfit_hits_mod.f90
helixfit_hits_mod.f90(129) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(118) : (col. 13) remark: helixfit_hits_mod_mp_findfghits_ has been targeted for automatic cpu dispatch.
helixfit_hits_mod.f90(298) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(247) : (col. 13) remark: helixfit_hits_mod_mp_addhit_ has been targeted for automatic cpu dispatch.
helixfit_hits_mod.f90(190) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(177) : (col. 13) remark: helixfit_hits_mod_mp_findwinhits_ has been targeted for automatic cpu dispatch.
helixfit_hits_mod.f90(241) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(237) : (col. 13) remark: helixfit_hits_mod_mp_clearhits_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_hits_mod.o
rm -f helixfit_hits_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o helixfit_cell_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 helixfit_cell_mod.f90
helixfit_cell_mod.f90(28) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(29) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(30) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(27) : (col. 13) remark: helixfit_cell_mod_mp_resetcelltables_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(65) : (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(50) : (col. 11) remark: helixfit_cell_mod_mp_distancetowire_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(363) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(364) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(385) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(386) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(395) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(396) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(403) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(404) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(406) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(407) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(417) : (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(427) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(316) : (col. 13) remark: helixfit_cell_mod_mp_testgotohit_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(205) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(203) : (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(203) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(201) : (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(201) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(213) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(211) : (col. 17) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(211) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(209) : (col. 17) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(209) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(223) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(220) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(275) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(270) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(108) : (col. 11) remark: helixfit_cell_mod_mp_gotohit_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(822) : (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(822) : (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(823) : (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(823) : (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(824) : (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(824) : (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(827) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(828) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(829) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(867) : (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(867) : (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(797) : (col. 13) remark: helixfit_cell_mod_mp_getcellmindistqi3_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(1111) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1112) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1115) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1143) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1077) : (col. 13) remark: helixfit_cell_mod_mp_getcellmintime_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(969) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(970) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(971) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(972) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1007) : (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(998) : (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(932) : (col. 13) remark: helixfit_cell_mod_mp_getcellmintimegoldensection_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(82) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(68) : (col. 11) remark: helixfit_cell_mod_mp_getdriftdistance_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(473) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(482) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(484) : (col. 51) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(433) : (col. 11) remark: helixfit_cell_mod_mp_gethitdrift_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(1054) : (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1058) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1024) : (col. 13) remark: helixfit_cell_mod_mp_getcellmintimegrid_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(2502) : (col. 11) remark: helixfit_cell_mod_mp_prec_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_cell_mod.o
rm -f helixfit_cell_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o helixfit_fitpar_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 helixfit_fitpar_mod.f90
helixfit_fitpar_mod.f90(168) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(169) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(170) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(164) : (col. 13) remark: helixfit_fitpar_mod_mp_clearfitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(323) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(330) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(330) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(313) : (col. 13) remark: helixfit_fitpar_mod_mp_scalefitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(340) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(341) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(342) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(342) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(342) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(342) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(342) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(334) : (col. 13) remark: helixfit_fitpar_mod_mp_unscalefitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(560) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(562) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(549) : (col. 13) remark: helixfit_fitpar_mod_mp_updatefitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(644) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(644) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(644) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(629) : (col. 13) remark: helixfit_fitpar_mod_mp_copyfitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(383) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(416) : (col. 13) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(360) : (col. 11) remark: helixfit_fitpar_mod_mp_trygetfitparvpq_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(213) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(214) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(215) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(222) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(223) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(302) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(303) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(293) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(294) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(284) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(285) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(267) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(268) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(244) : (col. 7) remark: BLOCK WAS VECTORIZED.
helixfit_fitpar_mod.f90(248) : (col. 7) remark: BLOCK WAS VECTORIZED.
helixfit_fitpar_mod.f90(188) : (col. 11) remark: helixfit_fitpar_mod_mp_setfitpar_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_fitpar_mod.o
rm -f helixfit_fitpar_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o helixfit_track_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 helixfit_track_mod.f90
helixfit_track_mod.f90(149) : (col. 13) remark: helixfit_track_mod_mp_makechisqr_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1164) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1111) : (col. 13) remark: helixfit_track_mod_mp_sortplanehits_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(732) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(735) : (col. 26) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(648) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(651) : (col. 26) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(544) : (col. 13) remark: helixfit_track_mod_mp_setplanewindows2_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(306) : (col. 13) remark: helixfit_track_mod_mp_gothroughfoil_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(835) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(844) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(846) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(887) : (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(890) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(891) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(902) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(903) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(914) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(915) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(917) : (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(921) : (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(921) : (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(804) : (col. 11) remark: helixfit_track_mod_mp_setpositions_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1005) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1047) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1047) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(971) : (col. 13) remark: helixfit_track_mod_mp_dokink_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1719) : (col. 13) remark: helixfit_track_mod_mp_removeoutliers_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1806) : (col. 11) remark: helixfit_track_mod_mp_removeoutliers3_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1843) : (col. 13) remark: helixfit_track_mod_mp_setresiduals_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1977) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1975) : (col. 13) remark: helixfit_track_mod_mp_clearres_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(2096) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2102) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2103) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2104) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2105) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2106) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2107) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2108) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2109) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2110) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2111) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2112) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2113) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2114) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2115) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2116) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2117) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2118) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2119) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2120) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2121) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2122) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2123) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2124) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2125) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2126) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2127) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2128) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2129) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2130) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2131) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2132) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2133) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2134) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2135) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2136) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2137) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2138) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2139) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2140) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2141) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2142) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2143) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2086) : (col. 13) remark: helixfit_track_mod_mp_copyres_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(2156) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2146) : (col. 11) remark: helixfit_track_mod_mp_countres_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_track_mod.o
rm -f helixfit_track_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o helixfit_tref_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 helixfit_tref_mod.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_tref_mod.o
rm -f helixfit_tref_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o helixfit_fitllsq_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 helixfit_fitllsq_mod.f90
helixfit_fitllsq_mod.f90(76) : (col. 56) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(46) : (col. 13) remark: helixfit_fitllsq_mod_mp_setupsimplex_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(196) : (col. 13) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(84) : (col. 11) remark: helixfit_fitllsq_mod_mp_helixfit2gaussnewton_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(821) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(832) : (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(840) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(843) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(854) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(855) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(791) : (col. 11) remark: helixfit_fitllsq_mod_mp_setupgradient_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(765) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(766) : (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(715) : (col. 11) remark: helixfit_fitllsq_mod_mp_addgradient_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(348) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(390) : (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(390) : (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(390) : (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(400) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(401) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(402) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(406) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(416) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(435) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(458) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(499) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(461) : (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(285) : (col. 11) remark: helixfit_fitllsq_mod_mp_iterate_llsq_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(910) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(910) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(915) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(915) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(921) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(921) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(955) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(956) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(958) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(963) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(872) : (col. 11) remark: helixfit_fitllsq_mod_mp_fitgradient_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(981) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(983) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(985) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(987) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(989) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(991) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(975) : (col. 13) remark: helixfit_fitllsq_mod_mp_printgradient_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(690) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(695) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(696) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(674) : (col. 11) remark: helixfit_fitllsq_mod_mp_llsqstep_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_fitllsq_mod.o
rm -f helixfit_fitllsq_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o helixfit_kinks_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 helixfit_kinks_mod.f90
helixfit_kinks_mod.f90(20) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(21) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(22) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(24) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(25) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(18) : (col. 13) remark: helixfit_kinks_mod_mp_clearkinks_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_kinks_mod.o
rm -f helixfit_kinks_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o helixfit_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 helixfit_mod.f90
helixfit_mod.f90(266) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(267) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(371) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(236) : (col. 11) remark: helixfit_mod_mp_helixfitfldoff_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(1100) : (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1101) : (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(936) : (col. 13) remark: helixfit_mod_mp_helixfithzvpqmtmf_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(751) : (col. 21) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(752) : (col. 21) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(753) : (col. 21) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(754) : (col. 21) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(755) : (col. 21) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(756) : (col. 21) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(728) : (col. 13) remark: helixfit_mod_mp_smearvpqt_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(1182) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1223) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1353) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1147) : (col. 11) remark: helixfit_mod_mp_helixfit1_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2429) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2431) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2439) : (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2411) : (col. 13) remark: helixfit_mod_mp_probechisqre_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2465) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2467) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2475) : (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2447) : (col. 13) remark: helixfit_mod_mp_probechisqrf_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2330) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2332) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2340) : (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2308) : (col. 13) remark: helixfit_mod_mp_probechebyshev_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2381) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2383) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2391) : (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2359) : (col. 13) remark: helixfit_mod_mp_probelikelihood_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2502) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2502) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2505) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2505) : (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2483) : (col. 13) remark: helixfit_mod_mp_probechisqra_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2730) : (col. 4) remark: BLOCK WAS VECTORIZED.
helixfit_mod.f90(2759) : (col. 4) remark: BLOCK WAS VECTORIZED.
helixfit_mod.f90(2705) : (col. 13) remark: helixfit_mod_mp_filltreeresiduals_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2675) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2625) : (col. 13) remark: helixfit_mod_mp_filltreealign_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2905) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3032) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2894) : (col. 13) remark: helixfit_mod_mp_fillhistresiduals_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(469) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(470) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(524) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(535) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(436) : (col. 13) remark: helixfit_mod_mp_helixfitfg_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(1840) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1843) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1859) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1860) : (col. 21) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1894) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1748) : (col. 11) remark: helixfit_mod_mp_helixfit2coordinatedescent_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(1999) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2027) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2035) : (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2061) : (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2068) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2089) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2090) : (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2123) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1904) : (col. 11) remark: helixfit_mod_mp_helixfit2steepestdescent_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2270) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2301) : (col. 7) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2248) : (col. 13) remark: helixfit_mod_mp_probechisqrd_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3220) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3206) : (col. 13) remark: helixfit_mod_mp_fillhistparf_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3249) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3233) : (col. 13) remark: helixfit_mod_mp_fillhistpar0_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3279) : (col. 14) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3271) : (col. 11) remark: helixfit_mod_mp_rnd_gauss_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(4172) : (col. 13) remark: helixfit_mod_mp_printcov_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(4106) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4107) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4108) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4110) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4111) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4112) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4113) : (col. 4) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4101) : (col. 13) remark: helixfit_mod_mp_initcov_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a helixfit_mod.o
rm -f helixfit_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o begin_run.o -O2 -unroll -ip -scalar_rep -prefetch -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.f90
begin_run.f90(132) : (col. 10) remark: LOOP WAS VECTORIZED.
begin_run.f90(88) : (col. 13) remark: LOOP WAS VECTORIZED.
begin_run.f90(1) : (col. 11) remark: begin_run_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a begin_run.o
rm -f begin_run.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o windowcalc_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 windowcalc_mod.f90
windowcalc_mod.f90(482) : (col. 7) remark: LOOP WAS VECTORIZED.
windowcalc_mod.f90(283) : (col. 13) remark: windowcalc_mod_mp_calcwinstartstop_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a windowcalc_mod.o
rm -f windowcalc_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o assigntowindow_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 assigntowindow_mod.f90
assigntowindow_mod.f90(118) : (col. 7) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(119) : (col. 7) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(94) : (col. 13) remark: assigntowindow_mod_mp_windowclearbj_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1033) : (col. 9) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1033) : (col. 9) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1041) : (col. 4) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1042) : (col. 4) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1028) : (col. 13) remark: assigntowindow_mod_mp_setupemptyoddwindow_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1082) : (col. 9) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1082) : (col. 9) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1087) : (col. 4) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1088) : (col. 4) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1069) : (col. 13) remark: assigntowindow_mod_mp_setupevenwindow_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1117) : (col. 9) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1117) : (col. 9) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1127) : (col. 4) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1128) : (col. 4) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1113) : (col. 13) remark: assigntowindow_mod_mp_setupemptylastwindow_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1361) : (col. 13) remark: assigntowindow_mod_mp_extractbeametowindow_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a assigntowindow_mod.o
rm -f assigntowindow_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o windowbj_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 windowbj_mod.f90
windowbj_mod.f90(57) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(58) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(147) : (col. 7) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(50) : (col. 13) remark: windowbj_mod_mp_windowingbj_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(244) : (col. 13) remark: windowbj_mod_mp_calcpctimebinstat_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(286) : (col. 13) remark: windowbj_mod_mp_calcdctimebinstat_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1994) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2012) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2022) : (col. 4) remark: BLOCK WAS VECTORIZED.
windowbj_mod.f90(2038) : (col. 4) remark: BLOCK WAS VECTORIZED.
windowbj_mod.f90(2054) : (col. 4) remark: BLOCK WAS VECTORIZED.
windowbj_mod.f90(2070) : (col. 4) remark: BLOCK WAS VECTORIZED.
windowbj_mod.f90(2089) : (col. 4) remark: BLOCK WAS VECTORIZED.
windowbj_mod.f90(2093) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2110) : (col. 4) remark: BLOCK WAS VECTORIZED.
windowbj_mod.f90(2114) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2131) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2132) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2133) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2134) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2135) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2150) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2151) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2152) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2153) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2154) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2168) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2169) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2170) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2171) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2172) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2176) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2179) : (col. 4) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1986) : (col. 13) remark: windowbj_mod_mp_zerowinarray_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1031) : (col. 13) remark: windowbj_mod_mp_lookforlargeradiusnoise_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1328) : (col. 10) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1331) : (col. 10) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1211) : (col. 13) remark: windowbj_mod_mp_calcwinpcstat_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1431) : (col. 10) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1434) : (col. 10) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1353) : (col. 13) remark: windowbj_mod_mp_calcwindcstat_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1692) : (col. 13) remark: windowbj_mod_mp_fillwinupdnradius_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a windowbj_mod.o
rm -f windowbj_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o classifybj_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 classifybj_mod.f90
classifybj_mod.f90(1098) : (col. 4) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1099) : (col. 4) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1100) : (col. 4) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1101) : (col. 4) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1118) : (col. 4) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1119) : (col. 4) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1120) : (col. 4) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1121) : (col. 4) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(2156) : (col. 4) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(2337) : (col. 16) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(2711) : (col. 13) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1039) : (col. 13) remark: classifybj_mod_mp_evaleventmc_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a classifybj_mod.o
rm -f classifybj_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o calibsteer_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 calibsteer_mod.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a calibsteer_mod.o
rm -f calibsteer_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o mc_delta_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 mc_delta_mod.f90
mc_delta_mod.f90(116) : (col. 13) remark: mc_delta_mod_mp_mcdeltas_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(138) : (col. 13) remark: mc_delta_mod_mp_countmcdeltas_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(592) : (col. 9) remark: LOOP WAS VECTORIZED.
mc_delta_mod.f90(573) : (col. 13) remark: mc_delta_mod_mp_correlatedeltas_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(713) : (col. 7) remark: LOOP WAS VECTORIZED.
mc_delta_mod.f90(686) : (col. 23) remark: mc_delta_mod_mp_findbestmatches_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a mc_delta_mod.o
rm -f mc_delta_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o linear_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 linear_mod.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a linear_mod.o
rm -f linear_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o tracking_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 tracking_mod.f90
tracking_mod.f90(1472) : (col. 1) remark: BLOCK WAS VECTORIZED.
tracking_mod.f90(1467) : (col. 11) remark: tracking_mod_mp_zerooffsets_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a tracking_mod.o
rm -f tracking_mod.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o namelist_c.o -O2 -unroll -ip -scalar_rep -prefetch -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.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a namelist_c.o
rm -f namelist_c.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o exit_f90.o -O2 -unroll -ip -scalar_rep -prefetch -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.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a exit_f90.o
rm -f exit_f90.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o show_namelist.o -O2 -unroll -ip -scalar_rep -prefetch -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.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a show_namelist.o
rm -f show_namelist.o
 
using .c.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c  -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -O2 -tpp7  iutime.c
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a iutime.o
rm -f iutime.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o qhists_mod.o -O2 -unroll -ip -scalar_rep -prefetch -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 qhists_mod.f90
qhists_mod.f90(70) : (col. 13) remark: qhists_mod_mp_definebulgehists_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a qhists_mod.o
rm -f qhists_mod.o
 
using .cpp.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7  -pthread -I/triumfcs/trshare/olchansk/root/root_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 usrsignal.cpp
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a usrsignal.o
rm -f usrsignal.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o definemainhists.o -O2 -unroll -ip -scalar_rep -prefetch -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.f90
definemainhists.f90(1) : (col. 11) remark: definemainhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(2494) : (col. 2) remark: BLOCK WAS VECTORIZED.
definemainhists.f90(2453) : (col. 11) remark: directoryhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(79) : (col. 11) remark: definextalkhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(1500) : (col. 11) remark: definetrackhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(37) : (col. 12) remark: definepostfilterhists_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a definemainhists.o
rm -f definemainhists.o
ar s /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a
ar t /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a
precision_mod.o
physicalconstants_mod.o
namelist_mod.o
inewunit.o
det_geom_mod.o
hists_mod.o
drift_table.o
track_resolution_mod.o
strs_mod.o
calibrations_mod.o
chambers_mod.o
tdcmap_mod.o
hitpos_struct_mod.o
tdc_mod.o
operafld.o
magnet_mod.o
trackswim_mod.o
track_mod.o
unp_mod.o
unpmc_mod.o
unpderiv_mod.o
rawhists_mod.o
filters_mod.o
pattern_mod.o
skim_mod.o
cluster_mod.o
pattern_log_mod.o
xtalk_mod.o
window_mod.o
matrix_mod.o
timezero_mod.o
firstguess_mod.o
firstguessko_mod.o
conlev.o
makesimplex.o
solve_linear.o
solve_LSQ.o
windowstat_mod.o
evalwin_mod.o
trackrange_mod.o
windex_mod.o
classify_mod.o
leftright_mod.o
hitpos_mod.o
kalman_mod.o
residuals_mod.o
resolution_mod.o
projections_mod.o
align_mod.o
efficiency_mod.o
matrix_inverse.o
fitllsq.o
helixfit_common_mod.o
helixfit_hits_mod.o
helixfit_cell_mod.o
helixfit_fitpar_mod.o
helixfit_track_mod.o
helixfit_tref_mod.o
helixfit_fitllsq_mod.o
helixfit_kinks_mod.o
helixfit_mod.o
begin_run.o
windowcalc_mod.o
assigntowindow_mod.o
windowbj_mod.o
classifybj_mod.o
calibsteer_mod.o
mc_delta_mod.o
linear_mod.o
tracking_mod.o
namelist_c.o
exit_f90.o
show_namelist.o
iutime.o
qhists_mod.o
usrsignal.o
definemainhists.o
cd ..

cd main
touch Dependencies
$TRIUMF_ROOT/dependf90.csh -f90 -lib [a-z]*.F > Dependencies
make clean
rm -f  /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a  *.o *_cpp.f90 *_cpp.f *.mod Dependencies
make
 
using .F.a rules
/opt/intel_fc_80/bin/ifort -FI -132 -c  -o mofia.o -O2 -unroll -ip -scalar_rep -prefetch -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 6805568, 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>: 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
photo.f90(1182) : (col. 10) remark: LOOP WAS VECTORIZED.
photo.f90(1182) : (col. 10) remark: LOOP WAS VECTORIZED.
photo.f90(1166) : (col. 11) remark: showpair_ has been targeted for automatic cpu dispatch.
photo.f90(348) : (col. 11) remark: plottrackfgr_ has been targeted for automatic cpu dispatch.
photo.f90(1055) : (col. 8) remark: LOOP WAS VECTORIZED.
photo.f90(1062) : (col. 8) remark: LOOP WAS VECTORIZED.
photo.f90(1047) : (col. 11) remark: printwindowhits_ has been targeted for automatic cpu dispatch.
photo.f90(508) : (col. 11) remark: plottrackmcsp_ has been targeted for automatic cpu dispatch.
photo.f90(837) : (col. 11) remark: plothetracks_ has been targeted for automatic cpu dispatch.
photo.f90(910) : (col. 11) remark: plothetrackkinks_ has been targeted for automatic cpu dispatch.
photo.f90(1161) : (col. 2) remark: LOOP WAS VECTORIZED.
photo.f90(1162) : (col. 2) remark: LOOP WAS VECTORIZED.
photo.f90(1149) : (col. 11) remark: showclustercoord_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a photo.o
rm -f photo.o
 
using .C.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7  -pthread -I/triumfcs/trshare/olchansk/root/root_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 UserDialog.C
Track.h(51): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Track::GetObjectInfo" -- virtual function override intended?
     virtual char     *GetObjectInfo(Int_t px, Int_t py);
                       ^

Wire.h(55): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "Wire::GetObjectInfo" -- virtual function override intended?
     virtual char     *GetObjectInfo(Int_t px, Int_t py);
                       ^

DriftCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DriftCham::GetObjectInfo" -- virtual function override intended?
     virtual char     *GetObjectInfo(Int_t px, Int_t py);
                       ^

DriftCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "DriftCham::Draw" -- virtual function override intended?
     void		     Draw(Option_t* option, int displayFlags);
         		     ^

PropCham.h(59): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "PropCham::GetObjectInfo" -- virtual function override intended?
     virtual char      *GetObjectInfo(Int_t px, Int_t py);
                        ^

PropCham.h(63): warning #1125: function "TObject::Draw(Option_t={const char} *)" is hidden by "PropCham::Draw" -- virtual function override intended?
     void		     Draw(Option_t* option, int displayFlags);
         		     ^

ScintDisk.h(42): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "ScintDisk::GetObjectInfo" -- virtual function override intended?
     virtual char     *GetObjectInfo(Int_t px, Int_t py);
                       ^

DcHit.h(67): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "DcHit::GetObjectInfo" -- virtual function override intended?
     virtual char     *GetObjectInfo(Int_t px, Int_t py);
                       ^

HitCluster.h(43): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitCluster::GetObjectInfo" -- virtual function override intended?
     virtual char     *GetObjectInfo(Int_t px, Int_t py);
                       ^

HitMC.h(45): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitMC::GetObjectInfo" -- virtual function override intended?
     virtual char     *GetObjectInfo(Int_t px, Int_t py);
                       ^

HitTime.h(44): warning #1125: function "TObject::GetObjectInfo(Int_t={int}, Int_t={int}) const" is hidden by "HitTime::GetObjectInfo" -- virtual function override intended?
     virtual char     *GetObjectInfo(Int_t px, Int_t py);
                       ^

ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a UserDialog.o
rm -f UserDialog.o
 
using .C.a rules
/opt/intel_cc_80/bin/icc -cxxlib-gcc -c -O2 -tpp7  -pthread -I/triumfcs/trshare/olchansk/root/root_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 MDisplayFlags.C
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a MDisplayFlags.o
rm -f MDisplayFlags.o
 
using .f90.a rules
/opt/intel_fc_80/bin/ifort -FR -c  -o phinterpret.o -O2 -unroll -ip -scalar_rep -prefetch -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 phinterpret.f90
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a phinterpret.o
rm -f phinterpret.o
ar s /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a
ar t /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a
DcHit.o
PropCham.o
Wire.o
DriftCham.o
ScintDisk.o
FortranInterface.o
mydict.o
Fruit.o
Track.o
MDisplay.o
VirtualDisplay.o
DisplayInterface.o
HitCluster.o
HitMC.o
HitTime.o
TMyRint.o
photo.o
UserDialog.o
MDisplayFlags.o
phinterpret.o
cd ..