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 ( `uname -a | grep x86_64 | cut -f 13 -d " "` == "x86_64" ) then
set PROC64BIT=1
else




if ( ! $?ROOTSYS ) then
set os=`cat /etc/redhat-release`
switch ( "$os" )
setenv ROOTSYS /triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32
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:/twist/local/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
Wed Nov 26 03:07:42 PST 2008





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 ( `uname -a | grep x86_64 | cut -f 13 -d " "` == "x86_64" ) then
set PROC64BIT=1
else




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:/twist/local/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 icc10
































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] [icc101] [icc101w] [gfortran] [static]"

if ( $#mlib_args < 1 ) then

foreach arg ( $mlib_args )
if ( $arg == -h ) then
if ( $arg == query ) goto query
endif
end
unset G77
unset ICC8
unset ICC81
unset ICC81w
unset ICC9
unset ICC9w
unset ICC91
unset ICC91w
unset ICC10
unset ICC10w
unset ICC101
unset ICC101w
unset ABSOFT80
unset ABSOFT90
unset GFORTRAN


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
unset 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
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
set ICC10
endif
if ( `echo $mlib_args | grep -c icc10w` ) then
if ( `echo $mlib_args | grep -c icc101` ) then
if ( `echo $mlib_args | grep -c icc101w` ) 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
if ( $?ICC9 ) then
if ( $?ICC91 ) then
if ( $?ICC10 ) then

setenv ICCROOT /opt/intel/cc/10.0.023
setenv IFCROOT /opt/intel/fc/10.0.023
setenv NLSPATH /twist/local/ifcore_msg.cat
setenv IDBROOT /opt/intel/idb/10.0.023

source ${ICCROOT}/bin/iccvars.csh


if ! ( $?PATH ) then

setenv PATH /opt/intel/cc/10.0.023/bin:${PATH}
endif

if ! ( $?LD_LIBRARY_PATH ) then

setenv LD_LIBRARY_PATH /opt/intel/cc/10.0.023/lib:${LD_LIBRARY_PATH}
endif


if ! ( $?DYLD_LIBRARY_PATH ) then
setenv DYLD_LIBRARY_PATH /opt/intel/cc/10.0.023/lib
else

if ! ( $?MANPATH ) then
setenv MANPATH /opt/intel/cc/10.0.023/man:`manpath`
else

if ! ( $?INTEL_LICENSE_FILE ) then
setenv INTEL_LICENSE_FILE "/opt/intel/cc/10.0.023/licenses:/opt/intel/licenses:${HOME}/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses"
else

source ${IFCROOT}/bin/ifortvars.csh


if ! ( $?PATH ) then

setenv PATH /opt/intel/fc/10.0.023/bin:${PATH}
endif

if ! ( $?LD_LIBRARY_PATH ) then

setenv LD_LIBRARY_PATH /opt/intel/fc/10.0.023/lib:${LD_LIBRARY_PATH}
endif


if ! ( $?DYLD_LIBRARY_PATH ) then

setenv DYLD_LIBRARY_PATH /opt/intel/fc/10.0.023/lib:${DYLD_LIBRARY_PATH}
endif

if ! ( $?MANPATH ) then

setenv MANPATH /opt/intel/fc/10.0.023/man:${MANPATH}
endif

if ! ( $?INTEL_LICENSE_FILE ) then

setenv INTEL_LICENSE_FILE "/opt/intel/fc/10.0.023/licenses:/opt/intel/licenses:${HOME}/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses:${INTEL_LICENSE_FILE}"
endif


source ${IDBROOT}/bin/idbvars.csh


if ! ( $?PATH ) then

setenv PATH /opt/intel/idb/10.0.023/bin:$PATH
endif

if ! ( $?MANPATH ) then

setenv MANPATH /opt/intel/idb/10.0.023/man:$MANPATH
endif




setenv CXX "$ICCROOT/bin/icc -cxxlib"
setenv CC "$ICCROOT/bin/icc -cxxlib"
setenv F77 "$IFCROOT/bin/ifort -FI -132"
setenv F90 "$IFCROOT/bin/ifort -FR"
setenv LIB_SUFFIX "_icc8"

setenv F90FLAGS "-fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage"

if ( $?ICC10w ) then

setenv F90FLAGS "-axKW -mtune=pentium3 ${F90FLAGS}"
setenv CXXFLAGS "-mtune=pentium3  $ROOTCFLAGS"
setenv CFLAGS "-mtune=pentium3 "
endif

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 LIB_SPECIAL "-static-intel  $IFCROOT/lib/libifport.a $IFCROOT/lib/libifcore.a $ICCROOT/lib/libsvml.a -L/usr/lib -lstdc++ -lnsl -lreadline -lncurses -lpthread"

setenv CERN_LIBDIR $CERN_LIBRARY_ABSOFT/../libicc

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"
if ( `echo $ROOTSYS |grep -c v5.16.00_SL44_` ) then
setenv ROOTGLIBS "$ROOTGLIBS -lRIO -lNet"
endif
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

if ( $?MOFIA_ROOT ) then
setenv MOFIA_LIBDIR $MOFIA_ROOT/lib
endif
else if ( $?ICC101 ) 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
if ( $?ICC81 && ! ( $?ICC81w ) ) then
if ( $?ICC81w ) then
if ( $?ICC9w ) then
if ( $?ICC90 ) then
if ( $?ICC91w ) then
if ( $?ICC91 ) then
if ( $?ICC10w ) then
if ( $?ICC10 ) then
echo "Compiler:    $IFCROOT"
Compiler:    /opt/intel/fc/10.0.023
else if ( $?ICC101w ) then
endif

if ( $?ROOTSYS ) then
echo 'Root:       ' $ROOTSYS
Root:        /triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32
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/10.0.023/bin/ifort -FI -132 -c  -o dd_dummy.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o dplot.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o exec_on_exit.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o exit_f90.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o func.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o my_begin_run.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o my_end_device.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o my_end_file.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o my_end_run.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o my_init.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o my_new_file.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o my_new_run.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o my_periodic.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o my_zero.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o photo_dummy.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o scaler_dummy.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/icc -cxxlib -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 -mtune=pentium3  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/10.0.023/bin/ifort -FI -132 -c  -o xphoto_dummy.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o begin_run.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o user_slow.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o show_namelist.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o namelist_c.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o definemainhists.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o defineuserhists.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/ifort -FR -c  -o see_tec.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FR -c  -o precision_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FR -c  -o physicalconstants_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FR -c  -o namelist_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
namelist_mod.f90(972): (col. 14) remark: namelist_mod_mp_real_namelist_c_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o inewunit.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
inewunit.f90(1): (col. 10) remark: inewunit_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o det_geom_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(726): (col. 16) remark: det_geom_mod_mp_read_tg2_geom_ has been targeted for automatic cpu dispatch.
det_geom_mod.f90(678): (col. 16) remark: det_geom_mod_mp_read_tg_geom_ has been targeted for automatic cpu dispatch.
det_geom_mod.f90(829): (col. 16) remark: det_geom_mod_mp_read_det_geom_ has been targeted for automatic cpu dispatch.
det_geom_mod.f90(358): (col. 16) remark: det_geom_mod_mp_read_tc_geom_ has been targeted for automatic cpu dispatch.
det_geom_mod.f90(595): (col. 14) remark: det_geom_mod_mp_read_sci3_geom_ has been targeted for automatic cpu dispatch.
det_geom_mod.f90(516): (col. 16) remark: det_geom_mod_mp_read_sci2_geom_ has been targeted for automatic cpu dispatch.
det_geom_mod.f90(457): (col. 7) remark: LOOP WAS VECTORIZED.
det_geom_mod.f90(436): (col. 16) remark: det_geom_mod_mp_read_sc_geom_ has been targeted for automatic cpu dispatch.
det_geom_mod.f90(772): (col. 16) remark: det_geom_mod_mp_read_tg3_geom_ has been targeted for automatic cpu dispatch.
det_geom_mod.f90(283): (col. 16) remark: det_geom_mod_mp_read_pc_geom_ has been targeted for automatic cpu dispatch.
det_geom_mod.f90(206): (col. 16) remark: det_geom_mod_mp_read_dc_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/10.0.023/bin/ifort -FR -c  -o hists_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/ifort -FR -c  -o track_resolution_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(180): (col. 14) remark: track_resolution_mod_mp_getresolution_ has been targeted for automatic cpu dispatch.
track_resolution_mod.f90(157): (col. 12) remark: track_resolution_mod_mp_getcellresolution_ has been targeted for automatic cpu dispatch.
track_resolution_mod.f90(121): (col. 14) remark: track_resolution_mod_mp_testcellresolution_ has been targeted for automatic cpu dispatch.
track_resolution_mod.f90(36): (col. 14) remark: track_resolution_mod_mp_read_resolution_ 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/10.0.023/bin/ifort -FR -c  -o strs_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(682): (col. 14) remark: strs_mod_mp_splint_ has been targeted for automatic cpu dispatch.
strs_mod.f90(646): (col. 14) remark: strs_mod_mp_linearint_ has been targeted for automatic cpu dispatch.
strs_mod.f90(725): (col. 14) remark: strs_mod_mp_spline_ has been targeted for automatic cpu dispatch.
strs_mod.f90(626): (col. 10) remark: LOOP WAS VECTORIZED.
strs_mod.f90(626): (col. 10) remark: LOOP WAS VECTORIZED.
strs_mod.f90(611): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o calibrations_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1220): (col. 14) remark: calibrations_mod_mp_calibres_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(1160): (col. 14) remark: calibrations_mod_mp_calibeff_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(622): (col. 14) remark: calibrations_mod_mp_calibwirecorrrot_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(562): (col. 14) remark: calibrations_mod_mp_calibwirecorrz_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(505): (col. 14) remark: calibrations_mod_mp_calibwirecorruv_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(370): (col. 14) remark: calibrations_mod_mp_calibplanecorrz_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(120): (col. 14) remark: calibrations_mod_mp_calibread_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(284): (col. 5) remark: LOOP WAS VECTORIZED.
calibrations_mod.f90(222): (col. 14) remark: calibrations_mod_mp_calibplanecorruv_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(358): (col. 5) remark: LOOP WAS VECTORIZED.
calibrations_mod.f90(296): (col. 14) remark: calibrations_mod_mp_calibpcplanecorruv_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(495): (col. 5) remark: LOOP WAS VECTORIZED.
calibrations_mod.f90(435): (col. 14) remark: calibrations_mod_mp_calibplanecorrrot_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(679): (col. 14) remark: calibrations_mod_mp_calibstr_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(787): (col. 14) remark: calibrations_mod_mp_calibt0_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(1059): (col. 14) remark: calibrations_mod_mp_calibadc_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(160): (col. 14) remark: calibrations_mod_mp_calibbfldset_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(1278): (col. 14) remark: calibrations_mod_mp_calibtcstr_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(1374): (col. 14) remark: calibrations_mod_mp_calibtctwk_ has been targeted for automatic cpu dispatch.
calibrations_mod.f90(1434): (col. 14) remark: calibrations_mod_mp_tcstrcorrection_ 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/10.0.023/bin/ifort -FR -c  -o chambers_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1814): (col. 12) remark: chambers_mod_mp_testgeomhists_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(1761): (col. 12) remark: BLOCK WAS VECTORIZED.
chambers_mod.f90(1641): (col. 12) remark: chambers_mod_mp_setuppccells_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(973): (col. 14) remark: chambers_mod_mp_printdcplanes_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(1053): (col. 14) remark: chambers_mod_mp_printdcwires_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(1179): (col. 14) remark: chambers_mod_mp_printpcplanes_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(1269): (col. 14) remark: chambers_mod_mp_printpcwires_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(1403): (col. 14) remark: chambers_mod_mp_printpccells_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(1507): (col. 14) remark: chambers_mod_mp_printpcmap_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(1571): (col. 14) remark: chambers_mod_mp_printscdisks_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(907): (col. 14) remark: chambers_mod_mp_setuptcpw_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(836): (col. 14) remark: chambers_mod_mp_setuptcwires_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(796): (col. 14) remark: chambers_mod_mp_setuptcplanes_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(502): (col. 14) remark: chambers_mod_mp_setupplanewires_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(181): (col. 14) remark: chambers_mod_mp_setupchambers_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(405): (col. 5) remark: LOOP WAS VECTORIZED.
chambers_mod.f90(389): (col. 14) remark: chambers_mod_mp_testuvz1_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(229): (col. 14) remark: chambers_mod_mp_setupdcplanes_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(551): (col. 14) remark: chambers_mod_mp_setupplanefoils_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(633): (col. 14) remark: chambers_mod_mp_setupdcwires_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(287): (col. 14) remark: chambers_mod_mp_setuppcplanes_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(641): (col. 14) remark: chambers_mod_mp_setuppcwires_ has been targeted for automatic cpu dispatch.
chambers_mod.f90(679): (col. 8) remark: LOOP WAS VECTORIZED.
chambers_mod.f90(650): (col. 14) remark: chambers_mod_mp_setupscdisks_ 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/10.0.023/bin/ifort -FR -c  -o tdcmap_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(324): (col. 5) remark: LOOP WAS VECTORIZED.
tdcmap_mod.f90(313): (col. 14) remark: tdcmap_mod_mp_checkplane_ has been targeted for automatic cpu dispatch.
tdcmap_mod.f90(364): (col. 13) remark: LOOP WAS VECTORIZED.
tdcmap_mod.f90(350): (col. 14) remark: tdcmap_mod_mp_checkfullyinstrumentedflag_ has been targeted for automatic cpu dispatch.
tdcmap_mod.f90(140): (col. 10) remark: LOOP WAS VECTORIZED.
tdcmap_mod.f90(117): (col. 14) remark: tdcmap_mod_mp_readfbcmaps_ has been targeted for automatic cpu dispatch.
tdcmap_mod.f90(207): (col. 8) remark: LOOP WAS VECTORIZED.
tdcmap_mod.f90(144): (col. 12) remark: tdcmap_mod_mp_tdcmap_read_ 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/10.0.023/bin/ifort -FR -c  -o hitpos_struct_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FR -c  -o tdc_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1021): (col. 5) remark: LOOP WAS VECTORIZED.
tdc_mod.f90(1000): (col. 12) remark: tdc_mod_mp_adc_clear_sc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(996): (col. 5) remark: LOOP WAS VECTORIZED.
tdc_mod.f90(975): (col. 12) remark: tdc_mod_mp_adc_clear_pc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(970): (col. 5) remark: LOOP WAS VECTORIZED.
tdc_mod.f90(950): (col. 12) remark: tdc_mod_mp_tdc_clear_sc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(945): (col. 5) remark: LOOP WAS VECTORIZED.
tdc_mod.f90(925): (col. 12) remark: tdc_mod_mp_tdc_clear_dc_pc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(865): (col. 12) remark: tdc_mod_mp_next_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(839): (col. 20) remark: LOOP WAS VECTORIZED.
tdc_mod.f90(839): (col. 20) remark: LOOP WAS VECTORIZED.
tdc_mod.f90(816): (col. 12) remark: tdc_mod_mp_remove_whit2_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(788): (col. 20) remark: LOOP WAS VECTORIZED.
tdc_mod.f90(788): (col. 20) remark: LOOP WAS VECTORIZED.
tdc_mod.f90(767): (col. 12) remark: tdc_mod_mp_remove_whit1_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(717): (col. 12) remark: tdc_mod_mp_remove_whit0_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(640): (col. 12) remark: tdc_mod_mp_insert_sorted_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(580): (col. 12) remark: tdc_mod_mp_insert_whit1_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(557): (col. 12) remark: tdc_mod_mp_insert_whit_adc_sc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(544): (col. 12) remark: tdc_mod_mp_insert_whit_adc_pc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(531): (col. 12) remark: tdc_mod_mp_insert_whit_sc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(512): (col. 12) remark: tdc_mod_mp_insert_whit_dc_pc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(475): (col. 14) remark: tdc_mod_mp_sortwires1_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(456): (col. 14) remark: tdc_mod_mp_sortwires_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(376): (col. 12) remark: tdc_mod_mp_adcfill_sc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(296): (col. 12) remark: tdc_mod_mp_adcfill_pc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(227): (col. 12) remark: tdc_mod_mp_tdcfill_sc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(142): (col. 12) remark: tdc_mod_mp_tdcfill_dc_pc_ has been targeted for automatic cpu dispatch.
tdc_mod.f90(907): (col. 12) 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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/ifort -FR -c  -o magnet_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
magnet_mod.f90(70): (col. 12) remark: magnet_mod_mp_magnetgetb3_ has been targeted for automatic cpu dispatch.
magnet_mod.f90(118): (col. 14) remark: magnet_mod_mp_magnetsetopera_ has been targeted for automatic cpu dispatch.
magnet_mod.f90(106): (col. 14) remark: magnet_mod_mp_magnetsetuniform_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o trackswim_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(403): (col. 12) remark: trackswim_mod_mp_tracktozks_ has been targeted for automatic cpu dispatch.
trackswim_mod.f90(315): (col. 10) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(315): (col. 10) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(315): (col. 10) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(318): (col. 13) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(325): (col. 13) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(333): (col. 13) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(352): (col. 13) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(352): (col. 13) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(352): (col. 13) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(356): (col. 16) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(360): (col. 19) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(365): (col. 13) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(372): (col. 8) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(303): (col. 8) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(278): (col. 12) remark: trackswim_mod_mp_tracktosk_ has been targeted for automatic cpu dispatch.
trackswim_mod.f90(128): (col. 10) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(129): (col. 10) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(140): (col. 5) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(141): (col. 5) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(143): (col. 10) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(144): (col. 10) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(106): (col. 12) remark: trackswim_mod_mp_prime_ has been targeted for automatic cpu dispatch.
trackswim_mod.f90(100): (col. 5) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(91): (col. 14) remark: trackswim_mod_mp_v3unit_ has been targeted for automatic cpu dispatch.
trackswim_mod.f90(188): (col. 14) remark: trackswim_mod_mp_stepv_ has been targeted for automatic cpu dispatch.
trackswim_mod.f90(234): (col. 5) remark: LOOP WAS VECTORIZED.
trackswim_mod.f90(223): (col. 14) remark: trackswim_mod_mp_stepp_ has been targeted for automatic cpu dispatch.
trackswim_mod.f90(505): (col. 12) remark: trackswim_mod_mp_tracktozk_ has been targeted for automatic cpu dispatch.
trackswim_mod.f90(487): (col. 12) remark: trackswim_mod_mp_tracktoz_ has been targeted for automatic cpu dispatch.
trackswim_mod.f90(470): (col. 12) remark: trackswim_mod_mp_tracktozs_ has been targeted for automatic cpu dispatch.
trackswim_mod.f90(238): (col. 12) remark: trackswim_mod_mp_trackgetcr_ 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/10.0.023/bin/ifort -FR -c  -o track_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(316): (col. 12) remark: track_mod_mp_convertvpqtofg_ has been targeted for automatic cpu dispatch.
track_mod.f90(195): (col. 14) remark: track_mod_mp_convertpartovpq_ 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/10.0.023/bin/ifort -FR -c  -o unp_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1958): (col. 14) remark: unp_mod_mp_tdc_listhits_ has been targeted for automatic cpu dispatch.
unp_mod.f90(1838): (col. 14) remark: unp_mod_mp_unptdcp_ has been targeted for automatic cpu dispatch.
unp_mod.f90(240): (col. 8) remark: LOOP WAS VECTORIZED.
unp_mod.f90(259): (col. 8) remark: LOOP WAS VECTORIZED.
unp_mod.f90(334): (col. 11) remark: LOOP WAS VECTORIZED.
unp_mod.f90(335): (col. 14) remark: LOOP WAS VECTORIZED.
unp_mod.f90(337): (col. 14) remark: LOOP WAS VECTORIZED.
unp_mod.f90(363): (col. 26) remark: LOOP WAS VECTORIZED.
unp_mod.f90(376): (col. 20) remark: LOOP WAS VECTORIZED.
unp_mod.f90(379): (col. 17) remark: LOOP WAS VECTORIZED.
unp_mod.f90(151): (col. 12) remark: unp_mod_mp_tdcunp_ has been targeted for automatic cpu dispatch.
unp_mod.f90(1932): (col. 14) remark: unp_mod_mp_dumpfbcmap_ 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/10.0.023/bin/ifort -FR -c  -o unpmc_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1733): (col. 14) remark: unpmc_mod_mp_printmctrack_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1712): (col. 14) remark: unpmc_mod_mp_printmctracks_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1635): (col. 14) remark: unpmc_mod_mp_sorthitpos_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1206): (col. 14) remark: unpmc_mod_mp_unpgeantsp_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1563): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(1564): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(1565): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(1484): (col. 12) remark: unpmc_mod_mp_unpmcs3_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1423): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(1424): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(1425): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(1350): (col. 12) remark: unpmc_mod_mp_unpmcs2_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1247): (col. 12) remark: unpmc_mod_mp_unpmcsp_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(676): (col. 14) remark: unpmc_mod_mp_unpmccalf_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(1149): (col. 14) remark: unpmc_mod_mp_checkcalfilename_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(638): (col. 14) remark: unpmc_mod_mp_unpmcbfld_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(611): (col. 5) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(628): (col. 5) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(608): (col. 14) remark: unpmc_mod_mp_unpackmusr_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(476): (col. 8) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(477): (col. 8) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(483): (col. 8) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(491): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(492): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(400): (col. 12) remark: unpmc_mod_mp_unpmctr_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(376): (col. 8) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(377): (col. 8) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(383): (col. 8) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(390): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(391): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(303): (col. 12) remark: unpmc_mod_mp_unpmcev_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(191): (col. 14) remark: unpmc_mod_mp_fillmcp_cos_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(162): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(162): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(162): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(162): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(162): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(164): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(164): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(164): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(164): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(164): (col. 14) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(150): (col. 12) remark: unpmc_mod_mp_unpmc_ has been targeted for automatic cpu dispatch.
unpmc_mod.f90(543): (col. 5) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(583): (col. 8) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(584): (col. 8) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(590): (col. 8) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(597): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(598): (col. 11) remark: LOOP WAS VECTORIZED.
unpmc_mod.f90(501): (col. 12) remark: unpmc_mod_mp_unpmct2_ 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/10.0.023/bin/ifort -FR -c  -o unpderiv_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
unpderiv_mod.f90(85): (col. 14) remark: unpderiv_mod_mp_unpmcd3_ has been targeted for automatic cpu dispatch.
unpderiv_mod.f90(42): (col. 14) remark: unpderiv_mod_mp_unpackderiv_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o rawhists_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(711): (col. 14) remark: rawhists_mod_mp_fillratiohists_ has been targeted for automatic cpu dispatch.
rawhists_mod.f90(314): (col. 14) remark: rawhists_mod_mp_fillrawhists_ has been targeted for automatic cpu dispatch.
rawhists_mod.f90(20): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o filters_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(616): (col. 14) remark: filters_mod_mp_fillpostfilterhists_ has been targeted for automatic cpu dispatch.
filters_mod.f90(148): (col. 5) remark: LOOP WAS VECTORIZED.
filters_mod.f90(149): (col. 20) remark: LOOP WAS VECTORIZED.
filters_mod.f90(152): (col. 5) remark: LOOP WAS VECTORIZED.
filters_mod.f90(153): (col. 20) remark: LOOP WAS VECTORIZED.
filters_mod.f90(157): (col. 5) remark: LOOP WAS VECTORIZED.
filters_mod.f90(158): (col. 19) remark: LOOP WAS VECTORIZED.
filters_mod.f90(136): (col. 14) remark: filters_mod_mp_filterscounters_ has been targeted for automatic cpu dispatch.
filters_mod.f90(104): (col. 10) remark: LOOP WAS VECTORIZED.
filters_mod.f90(104): (col. 10) remark: LOOP WAS VECTORIZED.
filters_mod.f90(104): (col. 10) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105): (col. 10) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105): (col. 10) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105): (col. 10) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105): (col. 10) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105): (col. 10) remark: LOOP WAS VECTORIZED.
filters_mod.f90(105): (col. 10) remark: LOOP WAS VECTORIZED.
filters_mod.f90(96): (col. 14) remark: filters_mod_mp_filters_ has been targeted for automatic cpu dispatch.
filters_mod.f90(164): (col. 14) remark: filters_mod_mp_filtersapply_ has been targeted for automatic cpu dispatch.
filters_mod.f90(124): (col. 5) remark: LOOP WAS VECTORIZED.
filters_mod.f90(125): (col. 5) remark: LOOP WAS VECTORIZED.
filters_mod.f90(130): (col. 5) remark: LOOP WAS VECTORIZED.
filters_mod.f90(112): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o pattern_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FR -c  -o skim_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
skim_mod.f90(125): (col. 14) remark: skim_mod_mp_fillskim_ has been targeted for automatic cpu dispatch.
skim_mod.f90(105): (col. 14) remark: skim_mod_mp_fillskimn_ has been targeted for automatic cpu dispatch.
skim_mod.f90(85): (col. 14) remark: skim_mod_mp_resetskim_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o cluster_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(600): (col. 8) remark: LOOP WAS VECTORIZED.
cluster_mod.f90(721): (col. 11) remark: LOOP WAS VECTORIZED.
cluster_mod.f90(960): (col. 8) remark: LOOP WAS VECTORIZED.
cluster_mod.f90(1081): (col. 11) remark: LOOP WAS VECTORIZED.
cluster_mod.f90(578): (col. 14) remark: cluster_mod_mp_calcavgareasize_ has been targeted for automatic cpu dispatch.
cluster_mod.f90(477): (col. 14) remark: cluster_mod_mp_clearclustergeneric_ has been targeted for automatic cpu dispatch.
cluster_mod.f90(462): (col. 14) remark: cluster_mod_mp_clearcluster_ has been targeted for automatic cpu dispatch.
cluster_mod.f90(296): (col. 14) remark: cluster_mod_mp_insertclwire_ has been targeted for automatic cpu dispatch.
cluster_mod.f90(337): (col. 14) remark: cluster_mod_mp_newcluster_ has been targeted for automatic cpu dispatch.
cluster_mod.f90(262): (col. 8) remark: LOOP WAS VECTORIZED.
cluster_mod.f90(274): (col. 8) remark: LOOP WAS VECTORIZED.
cluster_mod.f90(246): (col. 14) remark: cluster_mod_mp_combineuvcluster_ has been targeted for automatic cpu dispatch.
cluster_mod.f90(93): (col. 14) remark: cluster_mod_mp_clusteringgeneric_ has been targeted for automatic cpu dispatch.
cluster_mod.f90(359): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o pattern_log_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
pattern_log_mod.f90(119): (col. 14) remark: pattern_log_mod_mp_logfgresult_ has been targeted for automatic cpu dispatch.
pattern_log_mod.f90(71): (col. 14) remark: pattern_log_mod_mp_logcl_ has been targeted for automatic cpu dispatch.
pattern_log_mod.f90(24): (col. 14) remark: pattern_log_mod_mp_logwindcs_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o xtalk_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(140): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(135): (col. 14) remark: xtalk_mod_mp_xtalk_ has been targeted for automatic cpu dispatch.
xtalk_mod.f90(851): (col. 14) remark: xtalk_mod_mp_crosstalkfillhists_ has been targeted for automatic cpu dispatch.
xtalk_mod.f90(801): (col. 14) remark: xtalk_mod_mp_xtalkpchists_ has been targeted for automatic cpu dispatch.
xtalk_mod.f90(93): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(94): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(95): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(96): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(97): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(98): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(99): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(100): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(101): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(103): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(104): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(105): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(106): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(107): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(108): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(109): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(110): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(111): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(114): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(115): (col. 5) remark: LOOP WAS VECTORIZED.
xtalk_mod.f90(82): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o matrix_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(327): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
matrix_mod.f90(347): (col. 14) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(358): (col. 17) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(300): (col. 12) remark: matrix_mod_mp_matsolv_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(432): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
matrix_mod.f90(386): (col. 24) remark: matrix_mod_mp_triangulate_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(211): (col. 5) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(213): (col. 5) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(247): (col. 8) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(187): (col. 12) remark: matrix_mod_mp_r8matrixinvert_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(133): (col. 5) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(135): (col. 5) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(169): (col. 8) remark: LOOP WAS VECTORIZED.
matrix_mod.f90(109): (col. 12) remark: matrix_mod_mp_r4matrixinvert_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(92): (col. 12) remark: matrix_mod_mp_r8matrixmultiply_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(75): (col. 12) remark: matrix_mod_mp_r4matrixmultiply_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(55): (col. 12) remark: matrix_mod_mp_r8matrixtranspose_ has been targeted for automatic cpu dispatch.
matrix_mod.f90(35): (col. 12) remark: matrix_mod_mp_r4matrixtranspose_ 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/10.0.023/bin/ifort -FR -c  -o timezero_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(200): (col. 12) remark: timezero_mod_mp_timezerohists_ has been targeted for automatic cpu dispatch.
timezero_mod.f90(81): (col. 12) remark: timezero_mod_mp_definetimezerohists_ 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/10.0.023/bin/ifort -FR -c  -o firstguess_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1777): (col. 14) remark: firstguess_mod_mp_fillfgvsmcplots_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1744): (col. 12) remark: firstguess_mod_mp_insertfgresult_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1694): (col. 14) remark: firstguess_mod_mp_trackrange_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1611): (col. 15) remark: firstguess_mod_mp_calcaveclsize_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1442): (col. 14) remark: firstguess_mod_mp_fillfgresult_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1283): (col. 14) remark: firstguess_mod_mp_copytrack_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1377): (col. 12) remark: firstguess_mod_mp_uniquetrack_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1359): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1359): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1359): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1352): (col. 14) remark: firstguess_mod_mp_clearphisums_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1346): (col. 5) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(1328): (col. 14) remark: firstguess_mod_mp_clearsingletrack_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1320): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1321): (col. 13) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(1314): (col. 14) remark: firstguess_mod_mp_clearfgtracks_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1229): (col. 13) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(1214): (col. 14) remark: firstguess_mod_mp_removecluster_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1181): (col. 12) remark: firstguess_mod_mp_calciter_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1076): (col. 14) remark: firstguess_mod_mp_fillhelixsums_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(877): (col. 12) remark: firstguess_mod_mp_calcomega_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(862): (col. 8) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(839): (col. 14) remark: firstguess_mod_mp_varyomega_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(820): (col. 8) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(780): (col. 14) remark: firstguess_mod_mp_varyphi2_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(478): (col. 12) remark: firstguess_mod_mp_insertcluster_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(261): (col. 14) remark: firstguess_mod_mp_fillresidualplots_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(196): (col. 10) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(175): (col. 12) remark: firstguess_mod_mp_firstguessjim_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(372): (col. 5) remark: BLOCK WAS VECTORIZED.
firstguess_mod.f90(353): (col. 12) remark: firstguess_mod_mp_findcircle_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(703): (col. 16) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(703): (col. 16) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(703): (col. 16) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(630): (col. 12) remark: firstguess_mod_mp_denseomegaphinot_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(994): (col. 13) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(994): (col. 13) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(994): (col. 13) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(955): (col. 12) remark: firstguess_mod_mp_sparseomegaphinot_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(739): (col. 10) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(739): (col. 10) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(739): (col. 10) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(748): (col. 13) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(750): (col. 13) remark: LOOP WAS VECTORIZED.
firstguess_mod.f90(726): (col. 14) remark: firstguess_mod_mp_clustersizeomegaphinot_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(1047): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
firstguess_mod.f90(1011): (col. 12) remark: firstguess_mod_mp_findhelix_ has been targeted for automatic cpu dispatch.
firstguess_mod.f90(314): (col. 14) remark: firstguess_mod_mp_newtrack_ 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/10.0.023/bin/ifort -FR -c  -o firstguessko_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(2209): (col. 12) remark: firstguessko_mod_mp_reduce_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(2193): (col. 12) remark: firstguessko_mod_mp_anglediff_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(465): (col. 14) remark: firstguessko_mod_mp_newzphifit_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1726): (col. 14) remark: firstguessko_mod_mp_computecirclenorm_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1698): (col. 5) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1705): (col. 5) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1706): (col. 5) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1663): (col. 14) remark: firstguessko_mod_mp_makecircle_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1369): (col. 8) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1357): (col. 14) remark: firstguessko_mod_mp_computetant_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1338): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1338): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1324): (col. 14) remark: firstguessko_mod_mp_computeaveragemultiplicity_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1257): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1257): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1257): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1244): (col. 14) remark: firstguessko_mod_mp_fudgedeltatrack_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(483): (col. 14) remark: firstguessko_mod_mp_newfit_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(957): (col. 14) remark: firstguessko_mod_mp_printhits_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(939): (col. 14) remark: firstguessko_mod_mp_copyhit_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(846): (col. 14) remark: firstguessko_mod_mp_storehit_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(376): (col. 14) remark: firstguessko_mod_mp_firstguesskomuon_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1111): (col. 10) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1134): (col. 10) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1134): (col. 10) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1200): (col. 16) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1062): (col. 14) remark: firstguessko_mod_mp_iterateuv_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1791): (col. 14) remark: firstguessko_mod_mp_iteratephase_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(2021): (col. 14) remark: firstguessko_mod_mp_tryphase_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(524): (col. 14) remark: firstguessko_mod_mp_storefit_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(495): (col. 14) remark: firstguessko_mod_mp_printzphifit_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1285): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1285): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1269): (col. 14) remark: firstguessko_mod_mp_computeedges_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1569): (col. 29) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1569): (col. 29) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1572): (col. 29) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1572): (col. 29) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1479): (col. 12) remark: firstguessko_mod_mp_findcircles_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(1416): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
firstguessko_mod.f90(1433): (col. 8) remark: LOOP WAS VECTORIZED.
firstguessko_mod.f90(1385): (col. 12) remark: firstguessko_mod_mp_findmuoncircles_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(706): (col. 5) remark: BLOCK WAS VECTORIZED.
firstguessko_mod.f90(683): (col. 14) remark: firstguessko_mod_mp_findhits_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(894): (col. 14) remark: firstguessko_mod_mp_mergesort_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(193): (col. 14) remark: firstguessko_mod_mp_dogeneric_ has been targeted for automatic cpu dispatch.
firstguessko_mod.f90(996): (col. 14) remark: firstguessko_mod_mp_iteratesubtracks_ 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/10.0.023/bin/icc -cxxlib -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 -mtune=pentium3  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/10.0.023/bin/icc -cxxlib -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 -mtune=pentium3  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/10.0.023/bin/icc -cxxlib -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 -mtune=pentium3  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/10.0.023/bin/icc -cxxlib -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 -mtune=pentium3  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/10.0.023/bin/ifort -FR -c  -o windowstat_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FR -c  -o evalwin_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(4788): (col. 14) remark: evalwin_mod_mp_entw_ncbm_nobs_mmtd_nnd_emptyevent5_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(4726): (col. 14) remark: evalwin_mod_mp_entw_ncbm_nobs_mmtd_nnd_emptyevent4_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(4665): (col. 14) remark: evalwin_mod_mp_entw_ncbm_nobs_mmtd_nnd_emptyevent3_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(4599): (col. 14) remark: evalwin_mod_mp_entw_ncbm_nobs_mmtd_nnd_emptyevent2_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(61): (col. 5) remark: LOOP WAS VECTORIZED.
evalwin_mod.f90(53): (col. 12) remark: evalwin_mod_mp_sumhits4planes_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(2138): (col. 14) remark: evalwin_mod_mp_etw_mm_onbothsides_calc_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(2040): (col. 14) remark: evalwin_mod_mp_etw_mopoo_notfastdkdownorbeampositron_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(1814): (col. 14) remark: evalwin_mod_mp_etw_mopoo_notfastdkdownorbeampositron_calc_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(119): (col. 14) remark: evalwin_mod_mp_look4unmatchedecay_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(206): (col. 14) remark: evalwin_mod_mp_evalwindowtype_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(1520): (col. 14) remark: evalwin_mod_mp_evaltriggerwin_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(1638): (col. 14) remark: evalwin_mod_mp_etw_mopoo_fastdkdownorbeampositron_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(2220): (col. 14) remark: evalwin_mod_mp_etw_mm_onbothsides_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(2927): (col. 14) remark: evalwin_mod_mp_entw_couldbeamuon_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(2761): (col. 14) remark: evalwin_mod_mp_entw_couldbeamuon_calc_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(3151): (col. 14) remark: evalwin_mod_mp_entw_ncbm_obs_nllbe_nonmuwidth_calc_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(3405): (col. 14) remark: evalwin_mod_mp_entw_ncbm_obs_nllbe_nmw_lookslikedelta1_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(3480): (col. 14) remark: evalwin_mod_mp_entw_ncbm_obs_nllbe_nmw_lookslikedelta2_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(3555): (col. 14) remark: evalwin_mod_mp_entw_ncbm_obs_nllbe_nmw_notlookslikedelta_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(3796): (col. 14) remark: evalwin_mod_mp_entw_ncbm_obs_nllbe_nmw_nlld_normaldk5_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(3966): (col. 14) remark: evalwin_mod_mp_entw_ncbm_obs_nllbe_nmw_nlld_normaldk6_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(4185): (col. 14) remark: evalwin_mod_mp_entw_ncbm_nobs_moremuthandk_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(4503): (col. 22) remark: LOOP WAS VECTORIZED.
evalwin_mod.f90(4521): (col. 22) remark: LOOP WAS VECTORIZED.
evalwin_mod.f90(4461): (col. 14) remark: evalwin_mod_mp_entw_ncbm_nobs_mmtd_notnormaldk_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(4851): (col. 14) remark: evalwin_mod_mp_entw_ncbm_nobs_mmtd_nnd_emptyevent6_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(5029): (col. 14) remark: evalwin_mod_mp_entw_ncbm_nobs_mmtd_nnd_emptyevent7_ has been targeted for automatic cpu dispatch.
evalwin_mod.f90(5248): (col. 14) remark: evalwin_mod_mp_entw_ncbm_nobs_notmoremuthandk_ 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/10.0.023/bin/ifort -FR -c  -o trackrange_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
trackrange_mod.f90(111): (col. 14) remark: trackrange_mod_mp_trackrange_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o windex_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1470): (col. 14) remark: windex_mod_mp_fillwindowbjhistos_ has been targeted for automatic cpu dispatch.
windex_mod.f90(301): (col. 14) remark: windex_mod_mp_alleventwindowtypes_ has been targeted for automatic cpu dispatch.
windex_mod.f90(397): (col. 14) remark: windex_mod_mp_aewt_moremuthanemanypidpc_ has been targeted for automatic cpu dispatch.
windex_mod.f90(1230): (col. 14) remark: windex_mod_mp_aewt_moreethanmu_ has been targeted for automatic cpu dispatch.
windex_mod.f90(263): (col. 14) remark: windex_mod_mp_doclusteringwin_ has been targeted for automatic cpu dispatch.
windex_mod.f90(213): (col. 14) remark: windex_mod_mp_doclustering_ has been targeted for automatic cpu dispatch.
windex_mod.f90(127): (col. 14) remark: windex_mod_mp_getscinthits_ has been targeted for automatic cpu dispatch.
windex_mod.f90(84): (col. 14) remark: windex_mod_mp_gettriggerinfo_ 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/10.0.023/bin/ifort -FR -c  -o classify_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(2442): (col. 16) remark: classify_mod_mp_selecttriggerparticle_ has been targeted for automatic cpu dispatch.
classify_mod.f90(2372): (col. 16) remark: classify_mod_mp_fillmceventtypehist_ has been targeted for automatic cpu dispatch.
classify_mod.f90(2205): (col. 14) remark: classify_mod_mp_postfitclassify_ has been targeted for automatic cpu dispatch.
classify_mod.f90(1672): (col. 26) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1678): (col. 26) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1744): (col. 26) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1745): (col. 26) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1750): (col. 29) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1751): (col. 29) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1607): (col. 14) remark: classify_mod_mp_evaltwohits_ has been targeted for automatic cpu dispatch.
classify_mod.f90(1971): (col. 11) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1972): (col. 11) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1975): (col. 11) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1976): (col. 11) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2010): (col. 17) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2032): (col. 20) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2039): (col. 20) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2040): (col. 20) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2105): (col. 17) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2128): (col. 20) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2135): (col. 20) remark: LOOP WAS VECTORIZED.
classify_mod.f90(2136): (col. 20) remark: LOOP WAS VECTORIZED.
classify_mod.f90(1887): (col. 14) remark: classify_mod_mp_evalspacecharge_ has been targeted for automatic cpu dispatch.
classify_mod.f90(1514): (col. 14) remark: PARTIAL LOOP WAS VECTORIZED.
classify_mod.f90(1529): (col. 14) remark: PARTIAL LOOP WAS VECTORIZED.
classify_mod.f90(1456): (col. 14) remark: classify_mod_mp_identifypositrons_ has been targeted for automatic cpu dispatch.
classify_mod.f90(1302): (col. 14) remark: classify_mod_mp_evalevent_ has been targeted for automatic cpu dispatch.
classify_mod.f90(1091): (col. 14) remark: classify_mod_mp_sumhitplanes_ has been targeted for automatic cpu dispatch.
classify_mod.f90(296): (col. 14) remark: classify_mod_mp_calctdcwidavg_ has been targeted for automatic cpu dispatch.
classify_mod.f90(126): (col. 12) remark: classify_mod_mp_classifying_ has been targeted for automatic cpu dispatch.
classify_mod.f90(510): (col. 14) remark: classify_mod_mp_evalwindows_ has been targeted for automatic cpu dispatch.
classify_mod.f90(352): (col. 14) remark: classify_mod_mp_filldctdcwidthhistos_ has been targeted for automatic cpu dispatch.
classify_mod.f90(2317): (col. 14) remark: classify_mod_mp_fillfitfailhistmc_ 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/10.0.023/bin/ifort -FR -c  -o leftright_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
leftright_mod.f90(312): (col. 14) remark: leftright_mod_mp_leftrightperm_ has been targeted for automatic cpu dispatch.
leftright_mod.f90(64): (col. 14) remark: leftright_mod_mp_leftrightgeom_ has been targeted for automatic cpu dispatch.
leftright_mod.f90(285): (col. 14) remark: leftright_mod_mp_leftrightinit_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o hitpos_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(664): (col. 13) remark: hitpos_mod_mp_sorthitsz_ has been targeted for automatic cpu dispatch.
hitpos_mod.f90(647): (col. 11) remark: hitpos_mod_mp_hitdriftbin_ has been targeted for automatic cpu dispatch.
hitpos_mod.f90(119): (col. 14) remark: hitpos_mod_mp_hittime_ has been targeted for automatic cpu dispatch.
hitpos_mod.f90(71): (col. 14) remark: hitpos_mod_mp_hitcluster_ 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/10.0.023/bin/ifort -FR -c  -o kalman_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1057): (col. 14) remark: kalman_mod_mp_kalhists_ has been targeted for automatic cpu dispatch.
kalman_mod.f90(140): (col. 14) remark: kalman_mod_mp_kalfit_ has been targeted for automatic cpu dispatch.
kalman_mod.f90(529): (col. 14) remark: kalman_mod_mp_kalfittime_ has been targeted for automatic cpu dispatch.
kalman_mod.f90(726): (col. 24) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(726): (col. 24) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(726): (col. 8) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(735): (col. 49) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(735): (col. 49) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(741): (col. 45) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(756): (col. 42) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(756): (col. 42) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(653): (col. 15) remark: kalman_mod_mp_kalfilter_ has been targeted for automatic cpu dispatch.
kalman_mod.f90(801): (col. 11) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(808): (col. 11) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(815): (col. 11) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(821): (col. 49) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(821): (col. 49) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(824): (col. 31) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(827): (col. 59) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(827): (col. 59) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(827): (col. 59) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(833): (col. 52) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(833): (col. 52) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(836): (col. 8) remark: LOOP WAS VECTORIZED.
kalman_mod.f90(762): (col. 14) remark: kalman_mod_mp_kalsmooth_ has been targeted for automatic cpu dispatch.
kalman_mod.f90(450): (col. 14) remark: kalman_mod_mp_kalfitcluster_ has been targeted for automatic cpu dispatch.
kalman_mod.f90(434): (col. 8) remark: BLOCK WAS VECTORIZED.
kalman_mod.f90(440): (col. 8) remark: BLOCK WAS VECTORIZED.
kalman_mod.f90(416): (col. 13) remark: kalman_mod_mp_kalinit_ 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/10.0.023/bin/ifort -FR -c  -o residuals_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 5) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(172): (col. 8) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(173): (col. 8) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(176): (col. 5) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(189): (col. 8) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(191): (col. 45) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(191): (col. 45) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(191): (col. 45) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(191): (col. 45) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(199): (col. 20) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(217): (col. 5) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(138): (col. 14) remark: residuals_mod_mp_residcalc_ has been targeted for automatic cpu dispatch.
residuals_mod.f90(120): (col. 11) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(121): (col. 11) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(123): (col. 14) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(124): (col. 14) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(127): (col. 14) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(128): (col. 14) remark: LOOP WAS VECTORIZED.
residuals_mod.f90(102): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o resolution_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(283): (col. 12) remark: resolution_mod_mp_resolutionfromfwhm_ has been targeted for automatic cpu dispatch.
resolution_mod.f90(139): (col. 14) remark: LOOP WAS VECTORIZED.
resolution_mod.f90(140): (col. 14) remark: LOOP WAS VECTORIZED.
resolution_mod.f90(85): (col. 14) remark: resolution_mod_mp_resolutioncalculate_ has been targeted for automatic cpu dispatch.
resolution_mod.f90(218): (col. 14) remark: resolution_mod_mp_resolutionprint_ 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/10.0.023/bin/ifort -FR -c  -o projections_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(347): (col. 13) remark: projections_mod_mp_cellnumberpc_ has been targeted for automatic cpu dispatch.
projections_mod.f90(304): (col. 13) remark: projections_mod_mp_cellnumberdc_ has been targeted for automatic cpu dispatch.
projections_mod.f90(77): (col. 16) remark: LOOP WAS VECTORIZED.
projections_mod.f90(77): (col. 16) remark: LOOP WAS VECTORIZED.
projections_mod.f90(78): (col. 16) remark: LOOP WAS VECTORIZED.
projections_mod.f90(78): (col. 16) remark: LOOP WAS VECTORIZED.
projections_mod.f90(81): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(81): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(82): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(82): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(84): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(84): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(85): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(85): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(101): (col. 16) remark: LOOP WAS VECTORIZED.
projections_mod.f90(101): (col. 16) remark: LOOP WAS VECTORIZED.
projections_mod.f90(102): (col. 16) remark: LOOP WAS VECTORIZED.
projections_mod.f90(102): (col. 16) remark: LOOP WAS VECTORIZED.
projections_mod.f90(105): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(105): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(106): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(106): (col. 17) remark: LOOP WAS VECTORIZED.
projections_mod.f90(42): (col. 12) remark: projections_mod_mp_projectionshists_ has been targeted for automatic cpu dispatch.
projections_mod.f90(273): (col. 8) remark: LOOP WAS VECTORIZED.
projections_mod.f90(274): (col. 8) remark: LOOP WAS VECTORIZED.
projections_mod.f90(234): (col. 12) remark: projections_mod_mp_uvpos_ 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/10.0.023/bin/ifort -FR -c  -o align_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(806): (col. 14) remark: align_mod_mp_alignfield_ has been targeted for automatic cpu dispatch.
align_mod.f90(583): (col. 15) remark: align_mod_mp_alignpc_ has been targeted for automatic cpu dispatch.
align_mod.f90(390): (col. 14) remark: align_mod_mp_alignplanerotations_ has been targeted for automatic cpu dispatch.
align_mod.f90(756): (col. 14) remark: align_mod_mp_alignplanerotationsprint_ has been targeted for automatic cpu dispatch.
align_mod.f90(299): (col. 26) remark: LOOP WAS VECTORIZED.
align_mod.f90(281): (col. 14) remark: align_mod_mp_alignwireshifts_ has been targeted for automatic cpu dispatch.
align_mod.f90(710): (col. 14) remark: align_mod_mp_alignwireshiftsprint_ has been targeted for automatic cpu dispatch.
align_mod.f90(222): (col. 14) remark: align_mod_mp_alignplaneshifts_ has been targeted for automatic cpu dispatch.
align_mod.f90(666): (col. 14) remark: align_mod_mp_alignplaneshiftsprint_ has been targeted for automatic cpu dispatch.
align_mod.f90(131): (col. 55) remark: LOOP WAS VECTORIZED.
align_mod.f90(64): (col. 14) remark: align_mod_mp_align_ 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/10.0.023/bin/ifort -FR -c  -o efficiency_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1252): (col. 20) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1252): (col. 32) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1252): (col. 32) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1253): (col. 13) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1269): (col. 63) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1269): (col. 82) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1212): (col. 14) remark: efficiency_mod_mp_f09_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(1614): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
efficiency_mod.f90(1614): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
efficiency_mod.f90(1618): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
efficiency_mod.f90(1618): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
efficiency_mod.f90(1594): (col. 14) remark: efficiency_mod_mp_eff_pair_matching_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(1408): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1409): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1420): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1421): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1338): (col. 14) remark: efficiency_mod_mp_match_2_tracks_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(1281): (col. 14) remark: efficiency_mod_mp_diag_track_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(1084): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1085): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1094): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1095): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1100): (col. 5) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1104): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1106): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1108): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1114): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1116): (col. 5) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(1056): (col. 14) remark: efficiency_mod_mp_effpcprint_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(933): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(934): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(943): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(944): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(949): (col. 5) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(953): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(955): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(957): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(963): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(965): (col. 5) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(905): (col. 14) remark: efficiency_mod_mp_effdcprint_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(116): (col. 14) remark: efficiency_mod_mp_effpc_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(565): (col. 14) remark: efficiency_mod_mp_effpccalc_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(93): (col. 14) remark: efficiency_mod_mp_effdc_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(263): (col. 8) remark: LOOP WAS VECTORIZED.
efficiency_mod.f90(223): (col. 14) remark: efficiency_mod_mp_effdccalc_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(139): (col. 14) remark: efficiency_mod_mp_effdcinit_ has been targeted for automatic cpu dispatch.
efficiency_mod.f90(180): (col. 14) remark: efficiency_mod_mp_effpcinit_ 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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/ifort -FR -c  -o helixfit_common_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 5) remark: LOOP WAS VECTORIZED.
helixfit_common_mod.f90(43): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o helixfit_hits_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(331): (col. 14) remark: helixfit_hits_mod_mp_printhits_ has been targeted for automatic cpu dispatch.
helixfit_hits_mod.f90(241): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(237): (col. 14) remark: helixfit_hits_mod_mp_clearhits_ has been targeted for automatic cpu dispatch.
helixfit_hits_mod.f90(70): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(48): (col. 14) remark: helixfit_hits_mod_mp_sethitsgeometry_ has been targeted for automatic cpu dispatch.
helixfit_hits_mod.f90(190): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(202): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(177): (col. 14) remark: helixfit_hits_mod_mp_findwinhits_ has been targeted for automatic cpu dispatch.
helixfit_hits_mod.f90(298): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(300): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(247): (col. 14) remark: helixfit_hits_mod_mp_addhit_ has been targeted for automatic cpu dispatch.
helixfit_hits_mod.f90(129): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(130): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_hits_mod.f90(118): (col. 14) remark: helixfit_hits_mod_mp_findfghits_ 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/10.0.023/bin/ifort -FR -c  -o helixfit_cell_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(2502): (col. 12) remark: helixfit_cell_mod_mp_prec_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(2344): (col. 12) remark: helixfit_cell_mod_mp_uvpos_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(2094): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2095): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2096): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2100): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2101): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2102): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2108): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2109): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2112): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2112): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2114): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2114): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2118): (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2118): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2120): (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2120): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(2065): (col. 14) remark: helixfit_cell_mod_mp_getcellmintimelinear_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(969): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(970): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(971): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(972): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(998): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1007): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(932): (col. 14) remark: helixfit_cell_mod_mp_getcellmintimegoldensection_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(1054): (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1058): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1024): (col. 14) remark: helixfit_cell_mod_mp_getcellmintimegrid_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(758): (col. 14) remark: helixfit_cell_mod_mp_getcellcoord_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(724): (col. 14) remark: helixfit_cell_mod_mp_testtable6_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(650): (col. 14) remark: helixfit_cell_mod_mp_testtabledtt_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(611): (col. 14) remark: helixfit_cell_mod_mp_testgetcellmintimecorrection_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(578): (col. 14) remark: helixfit_cell_mod_mp_testgetcellmintime_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(537): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(538): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(539): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(543): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(544): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(545): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(551): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(552): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(555): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(555): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(557): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(557): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(561): (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(561): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(563): (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(563): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(508): (col. 14) remark: helixfit_cell_mod_mp_testgetcellmintimeone_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(1111): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1112): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1115): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1143): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(1077): (col. 14) remark: helixfit_cell_mod_mp_getcellmintime_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(455): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(470): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(473): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(482): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(484): (col. 52) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(433): (col. 12) remark: helixfit_cell_mod_mp_gethitdrift_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(33): (col. 14) remark: helixfit_cell_mod_mp_closesttowire_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(363): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(364): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(385): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(386): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(395): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(396): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(403): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(404): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(406): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(407): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(417): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(427): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(316): (col. 14) remark: helixfit_cell_mod_mp_testgotohit_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(169): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(170): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(171): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(201): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(201): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(203): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(203): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(205): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(209): (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(209): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(211): (col. 18) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(211): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(213): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(220): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(223): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(270): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(275): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(298): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(304): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(108): (col. 12) remark: helixfit_cell_mod_mp_gotohit_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(822): (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(822): (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(823): (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(823): (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(824): (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(824): (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(827): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(828): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(829): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(867): (col. 13) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(867): (col. 13) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(797): (col. 14) remark: helixfit_cell_mod_mp_getcellmindistqi3_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(80): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(82): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(68): (col. 12) remark: helixfit_cell_mod_mp_getdriftdistance_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(63): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(65): (col. 12) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(50): (col. 12) remark: helixfit_cell_mod_mp_distancetowire_ has been targeted for automatic cpu dispatch.
helixfit_cell_mod.f90(28): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(29): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(30): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_cell_mod.f90(27): (col. 14) remark: helixfit_cell_mod_mp_resetcelltables_ 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/10.0.023/bin/ifort -FR -c  -o helixfit_fitpar_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(383): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(407): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(360): (col. 12) remark: helixfit_fitpar_mod_mp_trygetfitparvpq_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(168): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(169): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(170): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(164): (col. 14) remark: helixfit_fitpar_mod_mp_clearfitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(644): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(644): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(644): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(629): (col. 14) remark: helixfit_fitpar_mod_mp_copyfitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(213): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(214): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(215): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(222): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(223): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(302): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(303): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(293): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(294): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(284): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(285): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(267): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(268): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(244): (col. 8) remark: BLOCK WAS VECTORIZED.
helixfit_fitpar_mod.f90(248): (col. 8) remark: BLOCK WAS VECTORIZED.
helixfit_fitpar_mod.f90(188): (col. 12) remark: helixfit_fitpar_mod_mp_setfitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(560): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(562): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(549): (col. 14) remark: helixfit_fitpar_mod_mp_updatefitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(323): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(326): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(327): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(330): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(313): (col. 14) remark: helixfit_fitpar_mod_mp_scalefitpar_ has been targeted for automatic cpu dispatch.
helixfit_fitpar_mod.f90(340): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(341): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(342): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(342): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(342): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(342): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_fitpar_mod.f90(334): (col. 14) remark: helixfit_fitpar_mod_mp_unscalefitpar_ 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/10.0.023/bin/ifort -FR -c  -o helixfit_track_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(2246): (col. 14) remark: helixfit_track_mod_mp_assignresiduals_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(2237): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2227): (col. 12) remark: helixfit_track_mod_mp_countres_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(2177): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2183): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2184): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2185): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2186): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2187): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2188): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2189): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2190): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2191): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2192): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2193): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2194): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2195): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2196): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2197): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2198): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2199): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2200): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2201): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2202): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2203): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2204): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2205): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2206): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2207): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2208): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2209): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2210): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2211): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2212): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2213): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2214): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2215): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2216): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2217): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2218): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2219): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2220): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2221): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2222): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2223): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2224): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2167): (col. 14) remark: helixfit_track_mod_mp_copyres_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(2058): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2056): (col. 14) remark: helixfit_track_mod_mp_clearres_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1964): (col. 12) remark: helixfit_track_mod_mp_findhitmc_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1983): (col. 14) remark: helixfit_track_mod_mp_setdriftsmc_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1958): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1944): (col. 14) remark: helixfit_track_mod_mp_maketofcorrection_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1800): (col. 14) remark: helixfit_track_mod_mp_removeoutliers_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1758): (col. 14) remark: helixfit_track_mod_mp_setresidualstime_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1421): (col. 14) remark: helixfit_track_mod_mp_setresidualswc_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1924): (col. 14) remark: helixfit_track_mod_mp_setresiduals_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1599): (col. 25) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1599): (col. 25) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1599): (col. 25) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1614): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1581): (col. 14) remark: helixfit_track_mod_mp_setresidualsdrift_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(149): (col. 14) remark: helixfit_track_mod_mp_makechisqr_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(2120): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(2064): (col. 14) remark: helixfit_track_mod_mp_printres_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1887): (col. 12) remark: helixfit_track_mod_mp_removeoutliers3_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1519): (col. 14) remark: helixfit_track_mod_mp_setambig_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1384): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1347): (col. 14) remark: helixfit_track_mod_mp_findcluster_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1153): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1100): (col. 14) remark: helixfit_track_mod_mp_sortplanehits_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1093): (col. 30) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1056): (col. 14) remark: helixfit_track_mod_mp_setmcdata_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(306): (col. 14) remark: helixfit_track_mod_mp_gothroughfoil_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(824): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(833): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(835): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(845): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(876): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(879): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(880): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(891): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(892): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(903): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(904): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(906): (col. 13) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(954): (col. 13) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(793): (col. 12) remark: helixfit_track_mod_mp_setpositions_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1264): (col. 14) remark: helixfit_track_mod_mp_addkinkresidual_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(276): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(246): (col. 12) remark: helixfit_track_mod_mp_setplanepositions_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(1193): (col. 14) remark: helixfit_track_mod_mp_addresidual_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(580): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(581): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(623): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(637): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(640): (col. 27) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(707): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(721): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(724): (col. 27) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(544): (col. 14) remark: helixfit_track_mod_mp_setplanewindows2_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(541): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(498): (col. 14) remark: helixfit_track_mod_mp_findclosestcluster_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(980): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1036): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(1036): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(960): (col. 14) remark: helixfit_track_mod_mp_dokink_ has been targeted for automatic cpu dispatch.
helixfit_track_mod.f90(425): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(435): (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(447): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_track_mod.f90(398): (col. 14) remark: helixfit_track_mod_mp_setplanewindows1_ 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/10.0.023/bin/ifort -FR -c  -o helixfit_tref_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
helixfit_tref_mod.f90(471): (col. 12) remark: helixfit_tref_mod_mp_fittref_filter_ has been targeted for automatic cpu dispatch.
helixfit_tref_mod.f90(359): (col. 14) remark: helixfit_tref_mod_mp_fittref_lsq_ has been targeted for automatic cpu dispatch.
helixfit_tref_mod.f90(312): (col. 14) remark: helixfit_tref_mod_mp_fittref_adjthit_ has been targeted for automatic cpu dispatch.
helixfit_tref_mod.f90(186): (col. 14) remark: helixfit_tref_mod_mp_fittref_median_ has been targeted for automatic cpu dispatch.
helixfit_tref_mod.f90(171): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_tref_mod.f90(147): (col. 12) remark: helixfit_tref_mod_mp_findtrefdce_ has been targeted for automatic cpu dispatch.
helixfit_tref_mod.f90(126): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_tref_mod.f90(126): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_tref_mod.f90(99): (col. 12) remark: helixfit_tref_mod_mp_findtrefdca_ has been targeted for automatic cpu dispatch.
helixfit_tref_mod.f90(73): (col. 14) remark: helixfit_tref_mod_mp_fittref_ has been targeted for automatic cpu dispatch.
helixfit_tref_mod.f90(29): (col. 12) remark: helixfit_tref_mod_mp_getpctime_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o helixfit_fitllsq_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(995): (col. 14) remark: helixfit_fitllsq_mod_mp_ambigcmpmc_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(60): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(46): (col. 14) remark: helixfit_fitllsq_mod_mp_setupsimplex_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(690): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(695): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(696): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(674): (col. 12) remark: helixfit_fitllsq_mod_mp_llsqstep_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(226): (col. 14) remark: helixfit_fitllsq_mod_mp_angletest0_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(270): (col. 14) remark: helixfit_fitllsq_mod_mp_angletest_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(196): (col. 14) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(84): (col. 12) remark: helixfit_fitllsq_mod_mp_helixfit2gaussnewton_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(821): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(832): (col. 13) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(837): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(840): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(843): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(854): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(855): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(791): (col. 12) remark: helixfit_fitllsq_mod_mp_setupgradient_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(765): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(766): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(715): (col. 12) remark: helixfit_fitllsq_mod_mp_addgradient_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(390): (col. 17) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(390): (col. 17) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(390): (col. 17) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(406): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(416): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(435): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(458): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(499): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(285): (col. 12) remark: helixfit_fitllsq_mod_mp_iterate_llsq_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(910): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(915): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(923): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(921): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(927): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(949): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(955): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(956): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(958): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(963): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(966): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(872): (col. 12) remark: helixfit_fitllsq_mod_mp_fitgradient_ has been targeted for automatic cpu dispatch.
helixfit_fitllsq_mod.f90(983): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_fitllsq_mod.f90(975): (col. 14) remark: helixfit_fitllsq_mod_mp_printgradient_ 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/10.0.023/bin/ifort -FR -c  -o helixfit_kinks_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(522): (col. 14) remark: helixfit_kinks_mod_mp_addkinks_ has been targeted for automatic cpu dispatch.
helixfit_kinks_mod.f90(28): (col. 14) remark: helixfit_kinks_mod_mp_printkinks_ has been targeted for automatic cpu dispatch.
helixfit_kinks_mod.f90(20): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(21): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(22): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(24): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(25): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_kinks_mod.f90(18): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o helixfit_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(4202): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_mod.f90(4202): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_mod.f90(4202): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_mod.f90(4213): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_mod.f90(4213): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_mod.f90(4190): (col. 14) remark: helixfit_mod_mp_printcov_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3432): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_mod.f90(3432): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_mod.f90(3409): (col. 12) remark: helixfit_mod_mp_findzmean_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3384): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3394): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3361): (col. 12) remark: helixfit_mod_mp_findz0_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3297): (col. 15) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3289): (col. 12) remark: helixfit_mod_mp_rnd_gauss_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3267): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3251): (col. 14) remark: helixfit_mod_mp_fillhistpar0_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3238): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3224): (col. 14) remark: helixfit_mod_mp_fillhistparf_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3202): (col. 14) remark: helixfit_mod_mp_fillhistpardist_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2595): (col. 14) remark: helixfit_mod_mp_write1evtasciialign_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2270): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2293): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2248): (col. 14) remark: helixfit_mod_mp_probechisqrd_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2027): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2035): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2061): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2068): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2089): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2090): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2123): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1904): (col. 12) remark: helixfit_mod_mp_helixfit2steepestdescent_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(1533): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1684): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1461): (col. 12) remark: helixfit_mod_mp_fitlinemin_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(1840): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1843): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1859): (col. 11) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1860): (col. 22) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1894): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1748): (col. 12) remark: helixfit_mod_mp_helixfit2coordinatedescent_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(850): (col. 12) remark: helixfit_mod_mp_checkuvplanes_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(691): (col. 14) remark: helixfit_mod_mp_hecmpmc_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(201): (col. 14) remark: helixfit_mod_mp_findmcsp_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(145): (col. 14) remark: helixfit_mod_mp_helixfitfindmc_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(517): (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(517): (col. 9) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(523): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(524): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(527): (col. 13) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(527): (col. 13) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(535): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(436): (col. 14) remark: helixfit_mod_mp_helixfitfg_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(1002): (col. 13) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_mod.f90(1002): (col. 13) remark: PARTIAL LOOP WAS VECTORIZED.
helixfit_mod.f90(1100): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1101): (col. 19) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(936): (col. 14) remark: helixfit_mod_mp_helixfithzvpqmtmf_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3779): (col. 8) remark: BLOCK WAS VECTORIZED.
helixfit_mod.f90(3785): (col. 8) remark: BLOCK WAS VECTORIZED.
helixfit_mod.f90(3791): (col. 8) remark: BLOCK WAS VECTORIZED.
helixfit_mod.f90(3762): (col. 14) remark: helixfit_mod_mp_setuphistcmppar_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(876): (col. 14) remark: helixfit_mod_mp_setupmc_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(735): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(751): (col. 22) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(752): (col. 22) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(753): (col. 22) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(754): (col. 22) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(755): (col. 22) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(756): (col. 22) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(728): (col. 14) remark: helixfit_mod_mp_smearvpqt_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(1182): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1223): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1353): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(1147): (col. 12) remark: helixfit_mod_mp_helixfit1_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2429): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2431): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2439): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2411): (col. 14) remark: helixfit_mod_mp_probechisqre_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2465): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2467): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2475): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2447): (col. 14) remark: helixfit_mod_mp_probechisqrf_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2330): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2332): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2340): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2308): (col. 14) remark: helixfit_mod_mp_probechebyshev_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2381): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2383): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2391): (col. 16) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2359): (col. 14) remark: helixfit_mod_mp_probelikelihood_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2502): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2502): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2505): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2505): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2483): (col. 14) remark: helixfit_mod_mp_probechisqra_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2730): (col. 5) remark: BLOCK WAS VECTORIZED.
helixfit_mod.f90(2759): (col. 5) remark: BLOCK WAS VECTORIZED.
helixfit_mod.f90(2705): (col. 14) remark: helixfit_mod_mp_filltreeresiduals_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2511): (col. 14) remark: helixfit_mod_mp_fillasciialign_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2675): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2625): (col. 14) remark: helixfit_mod_mp_filltreealign_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2923): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(3050): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(2912): (col. 14) remark: helixfit_mod_mp_fillhistresiduals_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3057): (col. 14) remark: helixfit_mod_mp_fillhistkinks_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(2133): (col. 14) remark: helixfit_mod_mp_savefit_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(267): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(371): (col. 8) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(236): (col. 12) remark: helixfit_mod_mp_helixfitfldoff_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(3863): (col. 14) remark: helixfit_mod_mp_setuphistresiduals_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(119): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(119): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(119): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(119): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(119): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(119): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(119): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(120): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(120): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(120): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(120): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(120): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(120): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(120): (col. 10) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(113): (col. 14) remark: helixfit_mod_mp_helixfitinit_ has been targeted for automatic cpu dispatch.
helixfit_mod.f90(4124): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4125): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4126): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4128): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4129): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4130): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4131): (col. 5) remark: LOOP WAS VECTORIZED.
helixfit_mod.f90(4119): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o begin_run.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(88): (col. 14) remark: LOOP WAS VECTORIZED.
begin_run.f90(132): (col. 11) remark: LOOP WAS VECTORIZED.
begin_run.f90(1): (col. 12) 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/10.0.023/bin/ifort -FR -c  -o windowcalc_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1513): (col. 14) remark: windowcalc_mod_mp_printwinchstat_ has been targeted for automatic cpu dispatch.
windowcalc_mod.f90(1439): (col. 14) remark: windowcalc_mod_mp_printupdnpcstat_ has been targeted for automatic cpu dispatch.
windowcalc_mod.f90(779): (col. 14) remark: windowcalc_mod_mp_calcwinupdownstat_ has been targeted for automatic cpu dispatch.
windowcalc_mod.f90(756): (col. 14) remark: windowcalc_mod_mp_printwinchgaps_ has been targeted for automatic cpu dispatch.
windowcalc_mod.f90(201): (col. 14) remark: windowcalc_mod_mp_calcwinslideavgsig_ has been targeted for automatic cpu dispatch.
windowcalc_mod.f90(153): (col. 14) remark: windowcalc_mod_mp_printwinslidestat_ has been targeted for automatic cpu dispatch.
windowcalc_mod.f90(94): (col. 14) remark: windowcalc_mod_mp_printwindowtypes_ has been targeted for automatic cpu dispatch.
windowcalc_mod.f90(482): (col. 8) remark: LOOP WAS VECTORIZED.
windowcalc_mod.f90(283): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o assigntowindow_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 8) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(119): (col. 8) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(94): (col. 14) remark: assigntowindow_mod_mp_windowclearbj_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1227): (col. 14) remark: assigntowindow_mod_mp_checkoverlapfortrigger_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1155): (col. 14) remark: assigntowindow_mod_mp_assigntowindows_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1038): (col. 10) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1038): (col. 10) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1046): (col. 5) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1047): (col. 5) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1033): (col. 14) remark: assigntowindow_mod_mp_setupemptyoddwindow_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1089): (col. 10) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1089): (col. 10) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1094): (col. 5) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1095): (col. 5) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1076): (col. 14) remark: assigntowindow_mod_mp_setupevenwindow_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(284): (col. 14) remark: assigntowindow_mod_mp_assignhitstowindow_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(724): (col. 14) remark: assigntowindow_mod_mp_getfirsthitonwire_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(805): (col. 14) remark: assigntowindow_mod_mp_assignhitstojimswindow_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1124): (col. 10) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1124): (col. 10) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1134): (col. 5) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1135): (col. 5) remark: LOOP WAS VECTORIZED.
assigntowindow_mod.f90(1120): (col. 14) remark: assigntowindow_mod_mp_setupemptylastwindow_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1265): (col. 14) remark: assigntowindow_mod_mp_extractbeameoverlap_ has been targeted for automatic cpu dispatch.
assigntowindow_mod.f90(1370): (col. 14) 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/10.0.023/bin/ifort -FR -c  -o windowbj_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(2285): (col. 14) remark: windowbj_mod_mp_movetowindow_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(2254): (col. 12) remark: windowbj_mod_mp_hitontrack_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(2517): (col. 14) remark: windowbj_mod_mp_splitoverlap_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(2488): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
windowbj_mod.f90(2499): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
windowbj_mod.f90(2470): (col. 14) remark: windowbj_mod_mp_halfwindowclear_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(2356): (col. 14) remark: windowbj_mod_mp_writedebugfiles_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1893): (col. 14) remark: windowbj_mod_mp_calcwinpcsig_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1706): (col. 14) remark: windowbj_mod_mp_fillwinupdnradius_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(187): (col. 14) remark: windowbj_mod_mp_zerotimebinarrays_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(60): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(61): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(150): (col. 8) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(52): (col. 14) remark: windowbj_mod_mp_windowingbj_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(256): (col. 14) remark: windowbj_mod_mp_calcpctimebinstat_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(298): (col. 14) remark: windowbj_mod_mp_calcdctimebinstat_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(510): (col. 14) remark: windowbj_mod_mp_printtimebinstat_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(579): (col. 14) remark: windowbj_mod_mp_calcpcpidtimes_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1978): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1996): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2077): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2098): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2115): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2116): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2117): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2118): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2119): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2134): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2135): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2136): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2137): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2138): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2152): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2153): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2154): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2155): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2156): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2160): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(2163): (col. 5) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1970): (col. 14) remark: windowbj_mod_mp_zerowinarray_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(996): (col. 14) remark: windowbj_mod_mp_printpcpidtimes_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1045): (col. 14) remark: windowbj_mod_mp_lookforlargeradiusnoise_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1342): (col. 11) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1345): (col. 11) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1225): (col. 14) remark: windowbj_mod_mp_calcwinpcstat_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1774): (col. 14) remark: windowbj_mod_mp_fillwinslide_ has been targeted for automatic cpu dispatch.
windowbj_mod.f90(1445): (col. 11) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1448): (col. 11) remark: LOOP WAS VECTORIZED.
windowbj_mod.f90(1367): (col. 14) remark: windowbj_mod_mp_calcwindcstat_ 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/10.0.023/bin/ifort -FR -c  -o classifybj_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(4448): (col. 7) remark: PARTIAL LOOP WAS VECTORIZED.
classifybj_mod.f90(4364): (col. 14) remark: classifybj_mod_mp_getdcvertex_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(4651): (col. 19) remark: PARTIAL LOOP WAS VECTORIZED.
classifybj_mod.f90(4660): (col. 19) remark: PARTIAL LOOP WAS VECTORIZED.
classifybj_mod.f90(4608): (col. 14) remark: classifybj_mod_mp_fillwindcuvpvertex_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(4331): (col. 7) remark: PARTIAL LOOP WAS VECTORIZED.
classifybj_mod.f90(4246): (col. 14) remark: classifybj_mod_mp_getpcvertex_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(4582): (col. 19) remark: PARTIAL LOOP WAS VECTORIZED.
classifybj_mod.f90(4587): (col. 19) remark: PARTIAL LOOP WAS VECTORIZED.
classifybj_mod.f90(4595): (col. 19) remark: PARTIAL LOOP WAS VECTORIZED.
classifybj_mod.f90(4600): (col. 19) remark: PARTIAL LOOP WAS VECTORIZED.
classifybj_mod.f90(4538): (col. 14) remark: classifybj_mod_mp_fillwinuvpvertex_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(165): (col. 12) remark: classifybj_mod_mp_classifyingbj_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(907): (col. 14) remark: classifybj_mod_mp_booktdclochists_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(3933): (col. 14) remark: classifybj_mod_mp_evalevent_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(3699): (col. 14) remark: classifybj_mod_mp_evaleventplanes_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(1103): (col. 5) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1104): (col. 5) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1105): (col. 5) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1106): (col. 5) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1123): (col. 5) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1124): (col. 5) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1125): (col. 5) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1126): (col. 5) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(2161): (col. 5) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(2342): (col. 17) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(2716): (col. 14) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(1044): (col. 14) remark: classifybj_mod_mp_evaleventmc_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(3171): (col. 20) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(3171): (col. 20) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(3119): (col. 15) remark: classifybj_mod_mp_fillspscatterz_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(3089): (col. 20) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(3089): (col. 20) remark: LOOP WAS VECTORIZED.
classifybj_mod.f90(3046): (col. 14) remark: classifybj_mod_mp_getspextent_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(3793): (col. 14) remark: classifybj_mod_mp_evaleventplanesmc_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(545): (col. 14) remark: classifybj_mod_mp_filltdclochists_ has been targeted for automatic cpu dispatch.
classifybj_mod.f90(4176): (col. 16) remark: classifybj_mod_mp_fillmceventtypehist_ 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/10.0.023/bin/ifort -FR -c  -o calibsteer_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
calibsteer_mod.f90(39): (col. 14) remark: calibsteer_mod_mp_calibsteer_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o mc_delta_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(606): (col. 14) remark: mc_delta_mod_mp_countdeltahits_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(436): (col. 14) remark: mc_delta_mod_mp_mcvsmofiadeltahists_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(583): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
mc_delta_mod.f90(592): (col. 10) remark: LOOP WAS VECTORIZED.
mc_delta_mod.f90(573): (col. 14) remark: mc_delta_mod_mp_correlatedeltas_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(686): (col. 24) remark: mc_delta_mod_mp_findbestmatches_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(340): (col. 14) remark: mc_delta_mod_mp_fillsinglesethists_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(288): (col. 14) remark: mc_delta_mod_mp_deltahitstats_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(138): (col. 14) remark: mc_delta_mod_mp_countmcdeltas_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(189): (col. 12) remark: mc_delta_mod_mp_fillmcdelta_ has been targeted for automatic cpu dispatch.
mc_delta_mod.f90(116): (col. 14) remark: mc_delta_mod_mp_mcdeltas_ 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/10.0.023/bin/ifort -FR -c  -o linear_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
linear_mod.f90(902): (col. 14) remark: linear_mod_mp_loglines_ has been targeted for automatic cpu dispatch.
linear_mod.f90(872): (col. 14) remark: linear_mod_mp_logdeltas_ has been targeted for automatic cpu dispatch.
linear_mod.f90(735): (col. 14) remark: linear_mod_mp_filldeltahists_ has been targeted for automatic cpu dispatch.
linear_mod.f90(489): (col. 14) remark: linear_mod_mp_recorddelta_ has been targeted for automatic cpu dispatch.
linear_mod.f90(315): (col. 14) remark: linear_mod_mp_newline_ has been targeted for automatic cpu dispatch.
linear_mod.f90(88): (col. 14) remark: linear_mod_mp_linear_ has been targeted for automatic cpu dispatch.
linear_mod.f90(212): (col. 14) remark: linear_mod_mp_finddelta_ has been targeted for automatic cpu dispatch.
linear_mod.f90(147): (col. 14) remark: linear_mod_mp_findsubstack_ has been targeted for automatic cpu dispatch.
linear_mod.f90(526): (col. 14) remark: linear_mod_mp_removedeltaclusters_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FR -c  -o tracking_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1788): (col. 10) remark: tracking_mod_mp_wiresuperfluous_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(1469): (col. 12) remark: tracking_mod_mp_zerooffsets_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(1539): (col. 2) remark: LOOP WAS VECTORIZED.
tracking_mod.f90(1504): (col. 12) remark: tracking_mod_mp_cleartracking_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(548): (col. 14) remark: tracking_mod_mp_trackingskims_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(152): (col. 10) remark: LOOP WAS VECTORIZED.
tracking_mod.f90(134): (col. 14) remark: tracking_mod_mp_tracking_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(791): (col. 12) remark: tracking_mod_mp_windowloop_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(1637): (col. 12) remark: tracking_mod_mp_ambiguouspairs_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(1097): (col. 12) remark: tracking_mod_mp_fitsteering_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(1278): (col. 12) remark: tracking_mod_mp_fitmc_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(1675): (col. 12) remark: tracking_mod_mp_extendintooverlap_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(297): (col. 14) remark: tracking_mod_mp_trackingko_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(1867): (col. 12) remark: tracking_mod_mp_filltrackinghists_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(637): (col. 20) remark: LOOP WAS VECTORIZED.
tracking_mod.f90(638): (col. 20) remark: LOOP WAS VECTORIZED.
tracking_mod.f90(652): (col. 20) remark: LOOP WAS VECTORIZED.
tracking_mod.f90(653): (col. 20) remark: LOOP WAS VECTORIZED.
tracking_mod.f90(609): (col. 14) remark: tracking_mod_mp_updatefailstatus_ has been targeted for automatic cpu dispatch.
tracking_mod.f90(1548): (col. 12) remark: tracking_mod_mp_inittracking_ 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/10.0.023/bin/ifort -FR -c  -o namelist_c.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FR -c  -o exit_f90.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FR -c  -o show_namelist.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/icc -cxxlib -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 -mtune=pentium3  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/10.0.023/bin/ifort -FR -c  -o qhists_mod.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(309): (col. 14) remark: qhists_mod_mp_bulgemonitor_ has been targeted for automatic cpu dispatch.
qhists_mod.f90(70): (col. 14) 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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/ifort -FR -c  -o minpack.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 -Dicc -DCERNLIB_TYPE minpack.f90
minpack.f90(5172): (col. 12) remark: timestamp_ has been targeted for automatic cpu dispatch.
minpack.f90(4922): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(4942): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(4854): (col. 12) remark: r1mpyq_ has been targeted for automatic cpu dispatch.
minpack.f90(4741): (col. 12) remark: rwupdt_ has been targeted for automatic cpu dispatch.
minpack.f90(418): (col. 18) remark: LOOP WAS VECTORIZED.
minpack.f90(386): (col. 10) remark: enorm_ has been targeted for automatic cpu dispatch.
minpack.f90(3877): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(3878): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(3898): (col. 17) remark: LOOP WAS VECTORIZED.
minpack.f90(3895): (col. 6) remark: PARTIAL LOOP WAS VECTORIZED.
minpack.f90(3909): (col. 19) remark: LOOP WAS VECTORIZED.
minpack.f90(3911): (col. 12) remark: LOOP WAS VECTORIZED.
minpack.f90(3931): (col. 10) remark: LOOP WAS VECTORIZED.
minpack.f90(3940): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(3941): (col. 16) remark: LOOP WAS VECTORIZED.
minpack.f90(3958): (col. 19) remark: LOOP WAS VECTORIZED.
minpack.f90(3991): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(3992): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(3993): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(3994): (col. 17) remark: LOOP WAS VECTORIZED.
minpack.f90(4008): (col. 18) remark: LOOP WAS VECTORIZED.
minpack.f90(4025): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(4028): (col. 17) remark: LOOP WAS VECTORIZED.
minpack.f90(4070): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(4071): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(4072): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(4073): (col. 19) remark: LOOP WAS VECTORIZED.
minpack.f90(3975): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(3626): (col. 12) remark: lmstr_ has been targeted for automatic cpu dispatch.
minpack.f90(4447): (col. 17) remark: LOOP WAS VECTORIZED.
minpack.f90(4450): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(4451): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(4454): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(4495): (col. 14) remark: LOOP WAS VECTORIZED.
minpack.f90(4503): (col. 7) remark: LOOP WAS VECTORIZED.
minpack.f90(4510): (col. 16) remark: LOOP WAS VECTORIZED.
minpack.f90(4512): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(4520): (col. 24) remark: LOOP WAS VECTORIZED.
minpack.f90(4359): (col. 12) remark: qrfac_ has been targeted for automatic cpu dispatch.
minpack.f90(3465): (col. 3) remark: PARTIAL LOOP WAS VECTORIZED.
minpack.f90(3479): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(3492): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(3493): (col. 12) remark: LOOP WAS VECTORIZED.
minpack.f90(3516): (col. 14) remark: LOOP WAS VECTORIZED.
minpack.f90(3520): (col. 12) remark: LOOP WAS VECTORIZED.
minpack.f90(3528): (col. 12) remark: LOOP WAS VECTORIZED.
minpack.f90(3533): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(3560): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(3564): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(3565): (col. 15) remark: LOOP WAS VECTORIZED.
minpack.f90(3594): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(3597): (col. 13) remark: LOOP WAS VECTORIZED.
minpack.f90(3338): (col. 12) remark: lmpar_ has been targeted for automatic cpu dispatch.
minpack.f90(4637): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(4641): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(4654): (col. 7) remark: LOOP WAS VECTORIZED.
minpack.f90(4690): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(4728): (col. 12) remark: LOOP WAS VECTORIZED.
minpack.f90(4536): (col. 12) remark: qrsolv_ has been targeted for automatic cpu dispatch.
minpack.f90(802): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(703): (col. 12) remark: fdjac2_ has been targeted for automatic cpu dispatch.
minpack.f90(2954): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(2983): (col. 10) remark: LOOP WAS VECTORIZED.
minpack.f90(2994): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(2995): (col. 16) remark: LOOP WAS VECTORIZED.
minpack.f90(3004): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(3009): (col. 17) remark: LOOP WAS VECTORIZED.
minpack.f90(3011): (col. 10) remark: LOOP WAS VECTORIZED.
minpack.f90(3031): (col. 12) remark: LOOP WAS VECTORIZED.
minpack.f90(3067): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(3068): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(3069): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(3071): (col. 17) remark: LOOP WAS VECTORIZED.
minpack.f90(3087): (col. 18) remark: LOOP WAS VECTORIZED.
minpack.f90(3103): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(3106): (col. 17) remark: LOOP WAS VECTORIZED.
minpack.f90(3153): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(3154): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(3155): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(3156): (col. 19) remark: LOOP WAS VECTORIZED.
minpack.f90(3051): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(2712): (col. 12) remark: lmdif_ has been targeted for automatic cpu dispatch.
minpack.f90(2345): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(2356): (col. 7) remark: LOOP WAS VECTORIZED.
minpack.f90(2358): (col. 15) remark: LOOP WAS VECTORIZED.
minpack.f90(2367): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(2372): (col. 16) remark: LOOP WAS VECTORIZED.
minpack.f90(2374): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(2391): (col. 18) remark: LOOP WAS VECTORIZED.
minpack.f90(2423): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(2424): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(2425): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(2427): (col. 13) remark: LOOP WAS VECTORIZED.
minpack.f90(2446): (col. 14) remark: LOOP WAS VECTORIZED.
minpack.f90(2462): (col. 7) remark: LOOP WAS VECTORIZED.
minpack.f90(2465): (col. 13) remark: LOOP WAS VECTORIZED.
minpack.f90(2511): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(2512): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(2513): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(2514): (col. 19) remark: LOOP WAS VECTORIZED.
minpack.f90(2408): (col. 7) remark: LOOP WAS VECTORIZED.
minpack.f90(2083): (col. 12) remark: lmder_ has been targeted for automatic cpu dispatch.
minpack.f90(2038): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(1931): (col. 12) remark: hybrj1_ has been targeted for automatic cpu dispatch.
minpack.f90(1630): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(1663): (col. 10) remark: LOOP WAS VECTORIZED.
minpack.f90(1672): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(1673): (col. 16) remark: LOOP WAS VECTORIZED.
minpack.f90(1682): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(1687): (col. 10) remark: LOOP WAS VECTORIZED.
minpack.f90(1691): (col. 10) remark: LOOP WAS VECTORIZED.
minpack.f90(1747): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(1748): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(1749): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(1750): (col. 17) remark: LOOP WAS VECTORIZED.
minpack.f90(1764): (col. 18) remark: LOOP WAS VECTORIZED.
minpack.f90(1778): (col. 12) remark: LOOP WAS VECTORIZED.
minpack.f90(1785): (col. 16) remark: LOOP WAS VECTORIZED.
minpack.f90(1827): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(1828): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(1829): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(1830): (col. 19) remark: LOOP WAS VECTORIZED.
minpack.f90(1890): (col. 18) remark: LOOP WAS VECTORIZED.
minpack.f90(1901): (col. 14) remark: LOOP WAS VECTORIZED.
minpack.f90(1901): (col. 14) remark: LOOP WAS VECTORIZED.
minpack.f90(1719): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(1438): (col. 12) remark: hybrj_ has been targeted for automatic cpu dispatch.
minpack.f90(4324): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(4329): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(4341): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(4343): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(4349): (col. 16) remark: LOOP WAS VECTORIZED.
minpack.f90(4350): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(4278): (col. 12) remark: qform_ has been targeted for automatic cpu dispatch.
minpack.f90(279): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(308): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(309): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(310): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(322): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(332): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(340): (col. 5) remark: LOOP WAS VECTORIZED.
minpack.f90(345): (col. 7) remark: LOOP WAS VECTORIZED.
minpack.f90(352): (col. 12) remark: LOOP WAS VECTORIZED.
minpack.f90(364): (col. 15) remark: LOOP WAS VECTORIZED.
minpack.f90(382): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(190): (col. 12) remark: dogleg_ has been targeted for automatic cpu dispatch.
minpack.f90(5043): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(5085): (col. 7) remark: LOOP WAS VECTORIZED.
minpack.f90(5098): (col. 4) remark: LOOP WAS VECTORIZED.
minpack.f90(5135): (col. 7) remark: LOOP WAS VECTORIZED.
minpack.f90(5161): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(4952): (col. 12) remark: r1updt_ has been targeted for automatic cpu dispatch.
minpack.f90(1423): (col. 3) remark: LOOP WAS VECTORIZED.
minpack.f90(1323): (col. 12) remark: hybrd1_ has been targeted for automatic cpu dispatch.
minpack.f90(1020): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(1059): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(1071): (col. 7) remark: LOOP WAS VECTORIZED.
minpack.f90(1072): (col. 15) remark: LOOP WAS VECTORIZED.
minpack.f90(1082): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(1087): (col. 19) remark: LOOP WAS VECTORIZED.
minpack.f90(1088): (col. 10) remark: LOOP WAS VECTORIZED.
minpack.f90(1140): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(1141): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(1142): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(1144): (col. 17) remark: LOOP WAS VECTORIZED.
minpack.f90(1162): (col. 18) remark: LOOP WAS VECTORIZED.
minpack.f90(1176): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(1183): (col. 16) remark: LOOP WAS VECTORIZED.
minpack.f90(1225): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(1226): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(1227): (col. 11) remark: LOOP WAS VECTORIZED.
minpack.f90(1228): (col. 19) remark: LOOP WAS VECTORIZED.
minpack.f90(1284): (col. 18) remark: LOOP WAS VECTORIZED.
minpack.f90(1295): (col. 14) remark: LOOP WAS VECTORIZED.
minpack.f90(1295): (col. 14) remark: LOOP WAS VECTORIZED.
minpack.f90(1114): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(808): (col. 12) remark: hybrd_ has been targeted for automatic cpu dispatch.
minpack.f90(653): (col. 9) remark: LOOP WAS VECTORIZED.
minpack.f90(687): (col. 12) remark: LOOP WAS VECTORIZED.
minpack.f90(539): (col. 12) remark: fdjac1_ has been targeted for automatic cpu dispatch.
minpack.f90(422): (col. 10) remark: enorm2_ has been targeted for automatic cpu dispatch.
minpack.f90(107): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(122): (col. 6) remark: LOOP WAS VECTORIZED.
minpack.f90(129): (col. 8) remark: LOOP WAS VECTORIZED.
minpack.f90(1): (col. 12) remark: chkder_ has been targeted for automatic cpu dispatch.
ar r /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a minpack.o
rm -f minpack.o
 
using .f90.a rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o definemainhists.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(37): (col. 13) remark: definepostfilterhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(1): (col. 12) remark: definemainhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(2569): (col. 3) remark: BLOCK WAS VECTORIZED.
definemainhists.f90(2581): (col. 3) remark: LOOP WAS VECTORIZED.
definemainhists.f90(2528): (col. 12) remark: directoryhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(79): (col. 12) remark: definextalkhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(331): (col. 12) remark: defineskimminghists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(869): (col. 9) remark: LOOP WAS VECTORIZED.
definemainhists.f90(870): (col. 9) remark: LOOP WAS VECTORIZED.
definemainhists.f90(871): (col. 9) remark: LOOP WAS VECTORIZED.
definemainhists.f90(872): (col. 9) remark: LOOP WAS VECTORIZED.
definemainhists.f90(426): (col. 12) remark: definepatternhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(1482): (col. 12) remark: definetrackhists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(2342): (col. 12) remark: definepacthists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(2601): (col. 12) remark: definetechists_ has been targeted for automatic cpu dispatch.
definemainhists.f90(2215): (col. 12) remark: defineeffhists_ 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
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
minpack.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/10.0.023/bin/ifort -FI -132 -c  -o mofia.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
mofia.F(2): (col. 18) remark: mofia_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o analc.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
analc.F(1): (col. 18) remark: analc_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o analyze.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o assign_mtout.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
assign_mtout.F(2): (col. 18) remark: assign_mtout_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o badrun.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
badrun.F(70): (col. 13) remark: LOOP WAS VECTORIZED.
badrun.F(2): (col. 16) remark: badrun_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o batch_log.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o comfile.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
comfile.F(1): (col. 18) remark: comfile_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o define_hists.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o dump_c.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
dump_c.F(1): (col. 18) remark: dump_c_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o event_fail.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 7) remark: LOOP WAS VECTORIZED.
event_fail.F(18): (col. 7) remark: LOOP WAS VECTORIZED.
event_fail.F(2): (col. 18) remark: event_fail_ has been targeted for automatic cpu dispatch.
event_fail.F(2): (col. 18) remark: zero_event_fail_count_ has been targeted for automatic cpu dispatch.
event_fail.F(2): (col. 18) remark: zero_event_fail_total_ 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/10.0.023/bin/ifort -FI -132 -c  -o exec_on_exit.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o exit_c.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o fail.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 7) remark: LOOP WAS VECTORIZED.
fail.F(73): (col. 7) remark: LOOP WAS VECTORIZED.
fail.F(88): (col. 9) remark: LOOP WAS VECTORIZED.
fail.F(132): (col. 7) remark: LOOP WAS VECTORIZED.
fail.F(2): (col. 18) remark: fail_ has been targeted for automatic cpu dispatch.
fail.F(2): (col. 18) remark: zero_fail_code_ has been targeted for automatic cpu dispatch.
fail.F(2): (col. 18) remark: zero_fail_count_ has been targeted for automatic cpu dispatch.
fail.F(2): (col. 18) remark: zero_fail_total_ has been targeted for automatic cpu dispatch.
fail.F(2): (col. 18) remark: fail_status_ has been targeted for automatic cpu dispatch.
fail.F(2): (col. 18) remark: fail_update_ has been targeted for automatic cpu dispatch.
fail.F(2): (col. 18) remark: reset_ss_ 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/10.0.023/bin/ifort -FI -132 -c  -o fetch_bank.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o getlr.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 18) 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/10.0.023/bin/ifort -FI -132 -c  -o interpret.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 18) remark: argfloattoint_ has been targeted for automatic cpu dispatch.
interpret.F(1): (col. 18) remark: interpret_ 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/10.0.023/bin/ifort -FI -132 -c  -o kdata.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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: /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include/tdcmap.par, line 16: Symbol in BLOCK DATA program unit is not in a COMMON block.   [NINDEXV]
      INTEGER * 4  nslot, nchannel, tdcmap_size, nindexv 
-------------------------------------------------^
fortcom: Info: /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include/phopar.cmn, 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/10.0.023/bin/ifort -FI -132 -c  -o kerror.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 7) remark: LOOP WAS VECTORIZED.
kerror.F(1): (col. 18) remark: kerror_ has been targeted for automatic cpu dispatch.
kerror.F(1): (col. 18) remark: kerror2_ has been targeted for automatic cpu dispatch.
kerror.F(1): (col. 18) remark: list_error_ has been targeted for automatic cpu dispatch.
kerror.F(1): (col. 18) remark: zero_error_ 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/10.0.023/bin/ifort -FI -132 -c  -o kmskim_data.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
kmskim_data.F(2): (col. 18) remark: kmskim_data_ has been targeted for automatic cpu dispatch.
kmskim_data.F(2): (col. 18) remark: kmsdata_init_ has been targeted for automatic cpu dispatch.
kmskim_data.F(2): (col. 18) remark: kmsdata_pick_ has been targeted for automatic cpu dispatch.
kmskim_data.F(2): (col. 18) remark: kmsdata_show_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o kmulti_skim.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 18) remark: kmulti_skim_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_init_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_assign_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_open_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_begin_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_out_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_bar_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_write_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_eof_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_deof_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_close_ has been targeted for automatic cpu dispatch.
kmulti_skim.F(2): (col. 18) remark: kmskim_show_ 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/10.0.023/bin/ifort -FI -132 -c  -o kshow.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
kshow.F(1): (col. 18) remark: kshow_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o kshowss.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
kshowss.F(2): (col. 18) remark: kshowss_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o kskim.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
kskim.F(137): (col. 9) remark: PARTIAL LOOP WAS VECTORIZED.
kskim.F(137): (col. 9) remark: PARTIAL LOOP WAS VECTORIZED.
kskim.F(204): (col. 15) remark: LOOP WAS VECTORIZED.
kskim.F(355): (col. 13) remark: PARTIAL LOOP WAS VECTORIZED.
kskim.F(370): (col. 13) remark: PARTIAL LOOP WAS VECTORIZED.
kskim.F(2): (col. 18) remark: kskim_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o list_c.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 7) remark: LOOP WAS VECTORIZED.
list_c.F(1): (col. 18) 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/10.0.023/bin/ifort -FI -132 -c  -o mtin_c.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
mtin_c.F(1): (col. 18) remark: mtin_c_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o openhbook.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o read_cdf.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 9) remark: LOOP WAS VECTORIZED.
read_cdf.F(114): (col. 13) remark: LOOP WAS VECTORIZED.
read_cdf.F(2): (col. 18) 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/10.0.023/bin/ifort -FI -132 -c  -o rewindc.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o rite.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o runc.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
runc.F(1): (col. 18) remark: runc_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o savec.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o set_c.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(79): (col. 9) remark: LOOP WAS VECTORIZED.
set_c.F(92): (col. 9) remark: LOOP WAS VECTORIZED.
set_c.F(96): (col. 11) remark: LOOP WAS VECTORIZED.
set_c.F(118): (col. 9) remark: LOOP WAS VECTORIZED.
set_c.F(122): (col. 11) remark: LOOP WAS VECTORIZED.
set_c.F(1): (col. 18) 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/10.0.023/bin/ifort -FI -132 -c  -o show_cdf.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
show_cdf.F(1): (col. 18) remark: show_cdf_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o show_fail.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
show_fail.F(2): (col. 18) remark: show_fail_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o show_flags.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
show_flags.F(2): (col. 18) remark: show_flags_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o skipc.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
skipc.F(1): (col. 18) remark: skipc_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o skim_routines.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 18) remark: skim_routines_ has been targeted for automatic cpu dispatch.
skim_routines.F(2): (col. 18) remark: skim_init_ has been targeted for automatic cpu dispatch.
skim_routines.F(2): (col. 18) remark: skim_write_ has been targeted for automatic cpu dispatch.
skim_routines.F(2): (col. 18) remark: skim_open_ has been targeted for automatic cpu dispatch.
skim_routines.F(2): (col. 18) remark: skim_close_ has been targeted for automatic cpu dispatch.
skim_routines.F(2): (col. 18) remark: skim_finish_ 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/10.0.023/bin/ifort -FI -132 -c  -o ss_zero.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o sub_systems.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
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/10.0.023/bin/ifort -FI -132 -c  -o tinit.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
tinit.F(1): (col. 18) remark: tinit_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o zero_mofia.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 7) remark: LOOP WAS VECTORIZED.
zero_mofia.F(2): (col. 18) 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/10.0.023/bin/ifort -FI -132 -c  -o my_slow.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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. 18) remark: slow_pactrl_fill_ has been targeted for automatic cpu dispatch.
my_slow.F(452): (col. 10) remark: LOOP WAS VECTORIZED.
my_slow.F(425): (col. 18) remark: slow_scaler_ has been targeted for automatic cpu dispatch.
my_slow.F(67): (col. 15) remark: LOOP WAS VECTORIZED.
my_slow.F(7): (col. 18) remark: my_slow_ has been targeted for automatic cpu dispatch.
my_slow.F(463): (col. 18) remark: slow_postamp_ 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/10.0.023/bin/ifort -FI -132 -c  -o unified_slow.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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/10.0.023/bin/ifort -FI -132 -c  -o readcomfile.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
readcomfile.F(1): (col. 18) remark: readcomfile_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/ifort -FI -132 -c  -o gettok.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
gettok.F(1): (col. 18) remark: getcmdline_ has been targeted for automatic cpu dispatch.
gettok.F(62): (col. 18) remark: gettok_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/icc -cxxlib -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 -mtune=pentium3  sys_readline.c
sys_readline.c(59): warning #266: function "add_history" declared implicitly
        add_history( line );
        ^

sys_readline.c(63): warning #266: function "free" declared implicitly
      free( lastline );
      ^

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 6811712, 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.16.00_SL44_32/lib /triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/include -M *.C > c_dependencies
 
using .C.a rules
/opt/intel/cc/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/ifort -FR -c  -o DisplayInterface.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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
DisplayInterface.f90(8): (col. 18) remark: initdisplay_ has been targeted for automatic cpu dispatch.
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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/ifort -FR -c  -o photo.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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(1207): (col. 12) remark: printmcsp_ has been targeted for automatic cpu dispatch.
photo.f90(1187): (col. 12) remark: printclusters_ has been targeted for automatic cpu dispatch.
photo.f90(1166): (col. 12) remark: showpair_ has been targeted for automatic cpu dispatch.
photo.f90(941): (col. 6) remark: LOOP WAS VECTORIZED.
photo.f90(942): (col. 6) remark: LOOP WAS VECTORIZED.
photo.f90(910): (col. 12) remark: plothetrackkinks_ has been targeted for automatic cpu dispatch.
photo.f90(864): (col. 12) remark: plothetrackhits_ has been targeted for automatic cpu dispatch.
photo.f90(795): (col. 12) remark: plotmctracks_ has been targeted for automatic cpu dispatch.
photo.f90(962): (col. 12) remark: plottrackvpqtez_ has been targeted for automatic cpu dispatch.
photo.f90(604): (col. 12) remark: plotmctrackhitpos_ has been targeted for automatic cpu dispatch.
photo.f90(450): (col. 12) remark: plotmchitpos_ has been targeted for automatic cpu dispatch.
photo.f90(423): (col. 12) remark: plotfgrhits_ has been targeted for automatic cpu dispatch.
photo.f90(405): (col. 3) remark: LOOP WAS VECTORIZED.
photo.f90(348): (col. 12) remark: plottrackfgr_ has been targeted for automatic cpu dispatch.
photo.f90(232): (col. 12) remark: plotclusters_ has been targeted for automatic cpu dispatch.
photo.f90(197): (col. 12) remark: plotwinhits_ has been targeted for automatic cpu dispatch.
photo.f90(167): (col. 12) remark: plotkalmanstraighttracks_ has been targeted for automatic cpu dispatch.
photo.f90(142): (col. 12) remark: plotdchitpos_ has been targeted for automatic cpu dispatch.
photo.f90(19): (col. 12) remark: photo_ has been targeted for automatic cpu dispatch.
photo.f90(1069): (col. 12) remark: printwindows_ has been targeted for automatic cpu dispatch.
photo.f90(1047): (col. 12) remark: printwindowhits_ has been targeted for automatic cpu dispatch.
photo.f90(674): (col. 12) remark: plotrawhits_ has been targeted for automatic cpu dispatch.
photo.f90(535): (col. 6) remark: LOOP WAS VECTORIZED.
photo.f90(536): (col. 6) remark: LOOP WAS VECTORIZED.
photo.f90(589): (col. 12) remark: LOOP WAS VECTORIZED.
photo.f90(590): (col. 12) remark: LOOP WAS VECTORIZED.
photo.f90(508): (col. 12) remark: plottrackmcsp_ has been targeted for automatic cpu dispatch.
photo.f90(325): (col. 11) remark: LOOP WAS VECTORIZED.
photo.f90(312): (col. 12) remark: plotfgresults_ has been targeted for automatic cpu dispatch.
photo.f90(860): (col. 11) remark: LOOP WAS VECTORIZED.
photo.f90(860): (col. 11) remark: LOOP WAS VECTORIZED.
photo.f90(837): (col. 12) remark: plothetracks_ 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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/icc -cxxlib -c -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/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/10.0.023/bin/ifort -FR -c  -o phinterpret.o -O2 -unroll -ip -scalar_rep -prefetch -axKW -mtune=pentium3 -fno-omit-frame-pointer -stack_temps -align -pad -traceback -save -u -assume byterecl -warn nousage -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2003_rh9/lib/../include -I/cern/2003_rh9/lib/../include/geant321 -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/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 ..