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
Sat Nov  3 03:11:47 PDT 2007





alias http "cd /home/e614/public_html; pwd"

alias pu "rm -iv *~"

alias ll "ls -al"



alias rm "rm -iv"
alias cp "cp -iv"
alias mv "mv -iv"


set prompt='%n[%B%c3%b]>'


source $HERE/triumf/setup.com










if ( ! $?TRIUMF_ROOT ) then




if ( ! $?E614_CAL ) then




if ( ! $?TRIUMF_SCRIPTS ) then


if ( `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 static




























unset G77
unset ICC8
unset ICC81
unset ICC81w
unset ICC9
unset ICC9w
unset ICC91
unset ICC91w
unset ICC10
unset ICC10w
unset ABSOFT80
unset ABSOFT90
unset GFORTRAN


set os_type = `uname -a | awk '{print $1}'`
set VERBOSE

if ( ! $?TRIUMF_SCRIPTS ) then


setenv SYNTAX "syntax: mlib [-h] [query] [quiet] [profile] [debug] [nocheck] [g77] [gfortran] [absoft80] [absoft90] [icc8] [icc81] [icc81w] [icc9] [icc9w] [icc91] [icc91w] [icc10] [icc10w] [gfortran] [static]"

if ( $#mlib_args < 1 ) then

foreach arg ( $mlib_args )
if ( $arg == -h ) then
if ( $arg == query ) goto query
endif
end
if ( $arg == -h ) then
if ( $arg == query ) goto query
endif
end


unsetenv MAKESTD
unsetenv CERN_LIBDIR
unsetenv CFLAGS
unsetenv DFLAGS
unsetenv CERN_INCLUDE
unsetenv F90FLAGS
unsetenv I90FLAGS
unsetenv LD_COMP
unsetenv VERBOSE
unsetenv NOCHECK
unsetenv MLIB_DEBUG
unsetenv PROFILE
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
set STATIC=1
endif
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 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 "-cxxlib -static-libcxa $IFCROOT/lib/libcxaguard.a $IFCROOT/lib/libifport.a $IFCROOT/lib/libifcore.a $ICCROOT/lib/libsvml.a -L/usr/lib -lstdc++ -lnsl -lreadline -lncurses -lpthread"

setenv CERN_LIBDIR $CERN_LIBRARY_ABSOFT/../libicc

if ( ! $?STATIC ) then

setenv ROOTGLIBS "`$TRIUMF_SCRIPTS/extract_setupG.perl $ROOTSYS/lib/libRoot.a ` $ROOTSYS/lib/libRoot.a $ROOTSYS/lib/libfreetype.a -L$ROOTSYS/lib -L/usr/X11R6/lib -lXpm -lX11 -lstdc++ /usr/lib/libm.a -ldl -lcrypt -lcrypto"
setenv STATICFLAGS "-static"
if ( -r /lib/libdl-2.3.4.so ) then
echo "#Libraries for different root versions"
#Libraries for different root versions
if ( `echo $ROOTSYS |grep -c v4.04.02_FC3` ) then
if ( `echo $ROOTSYS |grep -c v5.10.00_SL40` ) then
if ( `echo $ROOTSYS |grep -c v5.16.00_SL44_` ) then
setenv ROOTGLIBS "$ROOTGLIBS -lpcre -lXext"
endif
endif

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 ( $?ABSOFT80 ) 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:       STATIC'
Build:       STATIC
else

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 ( $?ICC10 ) then
echo 'Compiler:    INTEL icc/ifc 10.0.023'
Compiler:    INTEL icc/ifc 10.0.023
else if ( $?ICC10w ) 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_user
rm -f   plain photo mofia *.o *_cpp.f90 *_cpp.f *.mod Dependencies
echo const char* rootsys = \"/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32\"\; > rootsys.h
 
using .cpp.o 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 main.cpp
 
using .F.o rules
/opt/intel/fc/10.0.023/bin/ifort -FI -132 -c  -o /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/main/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 /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/main/mofia.F
mofia.F(2): (col. 18) remark: mofia_ has been targeted for automatic cpu dispatch.
/opt/intel/cc/10.0.023/bin/icc -cxxlib -o plain -static -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/include main.o /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/main/mofia.o /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a /home/e614/e614soft/triumf/cfm/2.2/main/libcfm_icc8.a /home/e614/e614soft/triumf/ybos/4.1/library/libybos_icc8.a /home/e614/e614soft/triumf/bru/1.1/libbru_icc8.a /home/e614/e614soft/triumf/gplot/libgplot_icc8.a /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a -lm -L/twist/local/cern_absoft/2002/lib/../libicc -lpacklib -lmathlib -lkernlib -cxxlib -static-libcxa /opt/intel/fc/10.0.023/lib/libcxaguard.a /opt/intel/fc/10.0.023/lib/libifport.a /opt/intel/fc/10.0.023/lib/libifcore.a /opt/intel/cc/10.0.023/lib/libsvml.a -L/usr/lib -lstdc++ -lnsl -lreadline -lncurses -lpthread
/usr/lib/libreadline.a(complete.o)(.text+0x1c71): In function `rl_username_completion_function':
: warning: Using 'getpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(tilde.o)(.text+0x4cd): In function `tilde_expand_word':
: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(shell.o)(.text+0x114): In function `sh_get_home_dir':
: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o)(.text+0x1c62): In function `rl_username_completion_function':
: warning: Using 'setpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o)(.text+0x1d0d): In function `rl_username_completion_function':
: warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o user_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 user_hists_mod.f90
user_hists_mod.f90(767): (col. 8) remark: LOOP WAS VECTORIZED.
user_hists_mod.f90(768): (col. 8) remark: LOOP WAS VECTORIZED.
user_hists_mod.f90(771): (col. 11) remark: LOOP WAS VECTORIZED.
user_hists_mod.f90(772): (col. 11) remark: LOOP WAS VECTORIZED.
user_hists_mod.f90(797): (col. 8) remark: LOOP WAS VECTORIZED.
user_hists_mod.f90(798): (col. 8) remark: LOOP WAS VECTORIZED.
user_hists_mod.f90(799): (col. 8) remark: LOOP WAS VECTORIZED.
user_hists_mod.f90(800): (col. 8) remark: LOOP WAS VECTORIZED.
user_hists_mod.f90(701): (col. 14) remark: user_hists_mod_mp_ufilltrackhists_ has been targeted for automatic cpu dispatch.
user_hists_mod.f90(668): (col. 14) remark: user_hists_mod_mp_ufillpatternhists_ has been targeted for automatic cpu dispatch.
user_hists_mod.f90(626): (col. 5) remark: LOOP WAS VECTORIZED.
user_hists_mod.f90(544): (col. 15) remark: user_hists_mod_mp_ufillpostfilterhists_ has been targeted for automatic cpu dispatch.
user_hists_mod.f90(251): (col. 14) remark: user_hists_mod_mp_udefinetrackhists_ has been targeted for automatic cpu dispatch.
user_hists_mod.f90(222): (col. 14) remark: user_hists_mod_mp_udefinepatternhists_ has been targeted for automatic cpu dispatch.
user_hists_mod.f90(110): (col. 15) remark: user_hists_mod_mp_udefinepostfilterhists_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o define_user_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_user_hists.f90
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o beam_spot_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 beam_spot_mod.f90
beam_spot_mod.f90(752): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(753): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(764): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(765): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(768): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(769): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(822): (col. 8) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(823): (col. 8) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(701): (col. 14) remark: beam_spot_mod_mp_muonscintspot_ has been targeted for automatic cpu dispatch.
beam_spot_mod.f90(388): (col. 11) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(389): (col. 11) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(406): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(407): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(433): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(434): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(322): (col. 14) remark: beam_spot_mod_mp_beampositronspots_ has been targeted for automatic cpu dispatch.
beam_spot_mod.f90(116): (col. 11) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(117): (col. 11) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(135): (col. 17) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(136): (col. 17) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(202): (col. 11) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(203): (col. 11) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(251): (col. 11) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(252): (col. 11) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(256): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(257): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(262): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(263): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(268): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(269): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(275): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(276): (col. 14) remark: LOOP WAS VECTORIZED.
beam_spot_mod.f90(72): (col. 14) remark: beam_spot_mod_mp_decayspots_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o stopdistrib_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 stopdistrib_mod.f90
stopdistrib_mod.f90(695): (col. 3) remark: BLOCK WAS VECTORIZED.
stopdistrib_mod.f90(753): (col. 3) remark: BLOCK WAS VECTORIZED.
stopdistrib_mod.f90(762): (col. 3) remark: BLOCK WAS VECTORIZED.
stopdistrib_mod.f90(628): (col. 12) remark: stopdistrib_mod_mp_radiation_lengths_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o pact_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 pact_mod.f90
pact_mod.f90(461): (col. 14) remark: pact_mod_mp_pacthists_ has been targeted for automatic cpu dispatch.
pact_mod.f90(414): (col. 14) remark: pact_mod_mp_pactrawhists_ has been targeted for automatic cpu dispatch.
pact_mod.f90(322): (col. 12) remark: pact_mod_mp_tdchit_ has been targeted for automatic cpu dispatch.
pact_mod.f90(178): (col. 23) remark: LOOP WAS VECTORIZED.
pact_mod.f90(102): (col. 14) remark: pact_mod_mp_pactanalysis_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o helixntuple_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 helixntuple_mod.f90
helixntuple_mod.f90(3853): (col. 12) remark: helixntuple_mod_mp_find_matching_positron_ has been targeted for automatic cpu dispatch.
helixntuple_mod.f90(3832): (col. 12) remark: helixntuple_mod_mp_get_mc_vertex_ has been targeted for automatic cpu dispatch.
helixntuple_mod.f90(3509): (col. 14) remark: helixntuple_mod_mp_fillphysicshists_ has been targeted for automatic cpu dispatch.
helixntuple_mod.f90(1245): (col. 14) remark: helixntuple_mod_mp_fillcleanmcnt_ has been targeted for automatic cpu dispatch.
helixntuple_mod.f90(389): (col. 14) remark: helixntuple_mod_mp_fillhelixntuple_ has been targeted for automatic cpu dispatch.
helixntuple_mod.f90(903): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(904): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(896): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(897): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(928): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(929): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(1119): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(1120): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(1146): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(1147): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(490): (col. 14) remark: helixntuple_mod_mp_fillfatrealnt_ has been targeted for automatic cpu dispatch.
helixntuple_mod.f90(1631): (col. 5) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(1721): (col. 5) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(1722): (col. 5) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(1392): (col. 14) remark: helixntuple_mod_mp_fillalltestnt_ has been targeted for automatic cpu dispatch.
helixntuple_mod.f90(2481): (col. 8) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2590): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2591): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2583): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2584): (col. 14) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2615): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2616): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2822): (col. 20) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2823): (col. 20) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2833): (col. 17) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2834): (col. 17) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2861): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2862): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(3050): (col. 20) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(3051): (col. 20) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(3061): (col. 17) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(3062): (col. 17) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(3089): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(3090): (col. 11) remark: LOOP WAS VECTORIZED.
helixntuple_mod.f90(2237): (col. 14) remark: helixntuple_mod_mp_fillrobnt_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o ko_eff.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 ko_eff.f90
ko_eff.f90(421): (col. 12) remark: getwwire_ has been targeted for automatic cpu dispatch.
ko_eff.f90(395): (col. 10) remark: findwire_ has been targeted for automatic cpu dispatch.
ko_eff.f90(276): (col. 3) remark: LOOP WAS VECTORIZED.
ko_eff.f90(277): (col. 3) remark: LOOP WAS VECTORIZED.
ko_eff.f90(278): (col. 3) remark: LOOP WAS VECTORIZED.
ko_eff.f90(280): (col. 3) remark: LOOP WAS VECTORIZED.
ko_eff.f90(353): (col. 3) remark: LOOP WAS VECTORIZED.
ko_eff.f90(354): (col. 3) remark: LOOP WAS VECTORIZED.
ko_eff.f90(355): (col. 3) remark: LOOP WAS VECTORIZED.
ko_eff.f90(357): (col. 3) remark: LOOP WAS VECTORIZED.
ko_eff.f90(1): (col. 12) remark: ko_eff_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o scatter_weights_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 scatter_weights_mod.f90
scatter_weights_mod.f90(286): (col. 12) remark: scatter_weights_mod_mp_minphase_ has been targeted for automatic cpu dispatch.
scatter_weights_mod.f90(149): (col. 5) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(150): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(151): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(152): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(153): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(155): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(156): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(157): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(158): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(160): (col. 5) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(161): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(162): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(163): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(164): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(166): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(167): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(168): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(169): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(201): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(216): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(235): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(250): (col. 8) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(266): (col. 5) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(266): (col. 18) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(266): (col. 31) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(266): (col. 46) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(267): (col. 5) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(267): (col. 20) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(267): (col. 35) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(267): (col. 52) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(268): (col. 5) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(268): (col. 17) remark: LOOP WAS VECTORIZED.
scatter_weights_mod.f90(134): (col. 14) remark: scatter_weights_mod_mp_save_scatter_weights_ has been targeted for automatic cpu dispatch.
scatter_weights_mod.f90(66): (col. 14) remark: scatter_weights_mod_mp_scatter_weights_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o bmspotjb_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 bmspotjb_mod.f90
bmspotjb_mod.f90(38): (col. 14) remark: bmspotjb_mod_mp_bmjbanalysis_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -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.f90
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o tec_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 tec_mod.f90
tec_mod.f90(1362): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(1329): (col. 14) remark: tec_mod_mp_get_tec_dtdistance_ has been targeted for automatic cpu dispatch.
tec_mod.f90(1290): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(1274): (col. 14) remark: tec_mod_mp_mylinefit_ has been targeted for automatic cpu dispatch.
tec_mod.f90(232): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(232): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(242): (col. 5) remark: LOOP WAS VECTORIZED.
tec_mod.f90(443): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(447): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(506): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(506): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(516): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(539): (col. 11) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(539): (col. 11) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(552): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(552): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(599): (col. 16) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(607): (col. 13) remark: LOOP WAS VECTORIZED.
tec_mod.f90(607): (col. 13) remark: LOOP WAS VECTORIZED.
tec_mod.f90(678): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(697): (col. 13) remark: LOOP WAS VECTORIZED.
tec_mod.f90(697): (col. 13) remark: LOOP WAS VECTORIZED.
tec_mod.f90(727): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED.
tec_mod.f90(746): (col. 13) remark: LOOP WAS VECTORIZED.
tec_mod.f90(746): (col. 13) remark: LOOP WAS VECTORIZED.
tec_mod.f90(852): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(853): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(862): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(863): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(871): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(872): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(880): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(881): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(889): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(890): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(898): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(899): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(907): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(908): (col. 8) remark: LOOP WAS VECTORIZED.
tec_mod.f90(74): (col. 14) remark: tec_mod_mp_tecanalysis_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o ko_ntuple.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 ko_ntuple.f90
ko_ntuple.f90(1): (col. 12) remark: ko_ntuple_ has been targeted for automatic cpu dispatch.
ko_ntuple.f90(1): (col. 12) remark: ko_ntuple_close_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o helixtree.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 helixtree.f90
helixtree.f90(522): (col. 3) remark: LOOP WAS VECTORIZED.
helixtree.f90(523): (col. 3) remark: LOOP WAS VECTORIZED.
helixtree.f90(528): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(529): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(530): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(531): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(532): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(533): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(534): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(535): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(536): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(537): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(538): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(539): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(540): (col. 6) remark: LOOP WAS VECTORIZED.
helixtree.f90(545): (col. 3) remark: LOOP WAS VECTORIZED.
helixtree.f90(546): (col. 3) remark: LOOP WAS VECTORIZED.
helixtree.f90(1105): (col. 11) remark: PARTIAL LOOP WAS VECTORIZED.
helixtree.f90(209): (col. 12) remark: fillhelixtree_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o ko_tdctree.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 ko_tdctree.f90
ko_tdctree.f90(39): (col. 6) remark: LOOP WAS VECTORIZED.
ko_tdctree.f90(1): (col. 12) remark: ko_tdctree_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o ko_tree.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 ko_tree.f90
ko_tree.f90(1): (col. 12) remark: ko_tree_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -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.f90
dplot.f90(1): (col. 12) remark: dplot_ has been targeted for automatic cpu dispatch.
 
using .f90.o rules
/opt/intel/fc/10.0.023/bin/ifort -FR -c  -o user_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 user_photo.f90
user_photo.f90(5): (col. 12) remark: user_photo_ has been targeted for automatic cpu dispatch.
 
using .cpp.o 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 tree.cpp
 
using .f90.o 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
see_tec.f90(137): (col. 3) remark: PARTIAL LOOP WAS VECTORIZED.
see_tec.f90(137): (col. 3) remark: PARTIAL LOOP WAS VECTORIZED.
see_tec.f90(1): (col. 12) remark: see_tec_ has been targeted for automatic cpu dispatch.
 
using .cpp.o 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 plottec.cpp
 
using .cpp.o 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 roothbook.cpp
 
using .c.o 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  timel.c
 
using .F.o rules
/opt/intel/fc/10.0.023/bin/ifort -FI -132 -c  -o sortzv.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 sortzv.F
sortzv.F(101): (col. 18) remark: sortti_ has been targeted for automatic cpu dispatch.
sortzv.F(56): (col. 18) remark: sorttf_ has been targeted for automatic cpu dispatch.
sortzv.F(33): (col. 10) remark: LOOP WAS VECTORIZED.
sortzv.F(19): (col. 18) remark: sortzv_ has been targeted for automatic cpu dispatch.
sortzv.F(144): (col. 18) remark: sorttc_ has been targeted for automatic cpu dispatch.
 
using .cpp.o 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 mycernlib.cpp
/opt/intel/cc/10.0.023/bin/icc -cxxlib -o photo -static -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/include main.o /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/main/mofia.o user_hists_mod.o define_user_hists.o beam_spot_mod.o stopdistrib_mod.o pact_mod.o helixntuple_mod.o ko_eff.o scatter_weights_mod.o bmspotjb_mod.o func.o tec_mod.o ko_ntuple.o helixtree.o ko_tdctree.o ko_tree.o dplot.o user_photo.o tree.o see_tec.o plottec.o roothbook.o timel.o sortzv.o mycernlib.o /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libphoto.a /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a  -u G__cpp_setupG__Base1 -u G__cpp_setupG__Base2 -u G__cpp_setupG__Base3 -u G__cpp_setupG__API -u G__cpp_setupG__stream -u G__cpp_setupG__API -u G__cpp_setupG__stream -u G__c_setupG__stdstrct -u G__c_setupG__stdstrct -u G__cpp_setupG__Clib -u G__cpp_setupG__Cont -u G__cpp_setupG__EG -u G__cpp_setupG__FitPanel -u G__cpp_setupG__Foam -u G__cpp_setupG__Fumili -u G__cpp_setupG__G3D -u G__cpp_setupG__Ged -u G__cpp_setupG__Geom1 -u G__cpp_setupG__Geom2 -u G__cpp_setupG__GeomBuilder -u G__cpp_setupG__GeomPainter -u G__cpp_setupG__GPad -u G__cpp_setupG__Graf1 -u G__cpp_setupG__Graf2 -u G__cpp_setupG__Gui1 -u G__cpp_setupG__Gui2 -u G__cpp_setupG__Gui3 -u G__cpp_setupG__GuiBld -u G__cpp_setupG__GuiHtml -u G__cpp_setupG__Hist -u G__cpp_setupG__HistPainter -u G__cpp_setupG__Html -u G__cpp_setupG__IO -u G__cpp_setupG__Math -u G__cpp_setupG__MathCore32 -u G__cpp_setupG__MathCore -u G__cpp_setupG__Matrix -u G__cpp_setupG__Meta -u G__cpp_setupG__MetaUtils -u G__cpp_setupG__Minuit -u G__cpp_setupG__MLP -u G__cpp_setupG__Net -u G__cpp_setupG__Physics -u G__cpp_setupG__PostScript -u G__cpp_setupG__Proof -u G__cpp_setupG__ProofPlayer -u G__cpp_setupG__Reflex -u G__cpp_setupG__Rint -u G__cpp_setupG__SessionViewer -u G__cpp_setupG__Smatrix32 -u G__cpp_setupG__Smatrix -u G__cpp_setupG__Spectrum -u G__cpp_setupG__Spectrum2Painter -u G__cpp_setupG__SPlot -u G__cpp_setupG__SQL -u G__cpp_setupG__Thread -u G__cpp_setupG__TMVA -u G__cpp_setupG__Tree -u G__cpp_setupG__TreePlayer -u G__cpp_setupG__TreeViewer -u G__cpp_setupG__Unix -u G__cpp_setupG__X11 -u G__cpp_setupG__X3D /triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a /triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libfreetype.a -L/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib -L/usr/X11R6/lib -lXpm -lX11 -lstdc++ /usr/lib/libm.a -ldl -lcrypt -lcrypto -lpcre -lXext /home/e614/e614soft/triumf/cfm/2.2/main/libcfm_icc8.a /home/e614/e614soft/triumf/ybos/4.1/library/libybos_icc8.a /home/e614/e614soft/triumf/bru/1.1/libbru_icc8.a /home/e614/e614soft/triumf/gplot/libgplot_icc8.a /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a -lm -cxxlib -static-libcxa /opt/intel/fc/10.0.023/lib/libcxaguard.a /opt/intel/fc/10.0.023/lib/libifport.a /opt/intel/fc/10.0.023/lib/libifcore.a /opt/intel/cc/10.0.023/lib/libsvml.a -L/usr/lib -lstdc++ -lnsl -lreadline -lncurses -lpthread
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(v6_shl.o)(.text+0x1ca): In function `G__dlopen':
cint/src/v6_shl.cxx:230: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(TSystem.o)(.text+0x8fea): In function `TSystem::CompileMacro(char const*, char const*, char const*, char const*)':
base/src/TSystem.cxx:2541: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(TUnixSystem.o)(.text+0x21c1): In function `TUnixSystem::GetGroupInfo(int)':
unix/src/TUnixSystem.cxx:1748: warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(TUnixSystem.o)(.text+0x20a1): In function `TUnixSystem::GetGid(char const*)':
unix/src/TUnixSystem.cxx:1681: warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o)(.text+0x1c71): In function `rl_username_completion_function':
: warning: Using 'getpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(TUnixSystem.o)(.text+0x2041): In function `TUnixSystem::GetUid(char const*)':
unix/src/TUnixSystem.cxx:1657: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(TUnixSystem.o)(.text+0x2143): In function `TUnixSystem::UnixHomedirectory(char const*)':
unix/src/TUnixSystem.cxx:3468: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o)(.text+0x1c62): In function `rl_username_completion_function':
: warning: Using 'setpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o)(.text+0x1d0d): In function `rl_username_completion_function':
: warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/X11R6/lib/libX11.a(x11trans.o)(.text+0x70): In function `_X11TransSocketOpen':
: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(TUnixSystem.o)(.text+0x65ce): In function `TUnixSystem::SetDisplay()':
unix/src/TUnixSystem.cxx:444: warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(TUnixSystem.o)(.text+0x90e9): In function `TUnixSystem::GetHostByName(char const*)':
unix/src/TUnixSystem.cxx:2623: warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(TUnixSystem.o)(.text+0x2dd8): In function `TUnixSystem::GetServiceByName(char const*)':
unix/src/TUnixSystem.cxx:2733: warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/lib/libRoot.a(TUnixSystem.o)(.text+0x2e4a): In function `TUnixSystem::GetServiceByPort(int)':
unix/src/TUnixSystem.cxx:2748: warning: Using 'getservbyport' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/opt/intel/cc/10.0.023/bin/icc -cxxlib -o mofia -static -O2 -mtune=pentium3  -pthread -m32 -I/triumfcs/trshare/olchansk/root/root_v5.16.00_SL44_32/include main.o /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/main/mofia.o user_hists_mod.o define_user_hists.o beam_spot_mod.o stopdistrib_mod.o pact_mod.o helixntuple_mod.o ko_eff.o scatter_weights_mod.o bmspotjb_mod.o func.o tec_mod.o ko_ntuple.o helixtree.o ko_tdctree.o ko_tree.o dplot.o /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmainf90.a /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libmain.a /home/e614/e614soft/triumf/cfm/2.2/main/libcfm_icc8.a /home/e614/e614soft/triumf/ybos/4.1/library/libybos_icc8.a /home/e614/e614soft/triumf/bru/1.1/libbru_icc8.a /home/e614/e614soft/triumf/gplot/libgplot_icc8.a /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib/libdummy.a -lm -L/twist/local/cern_absoft/2002/lib/../libicc -lpacklib -lmathlib -lkernlib -cxxlib -static-libcxa /opt/intel/fc/10.0.023/lib/libcxaguard.a /opt/intel/fc/10.0.023/lib/libifport.a /opt/intel/fc/10.0.023/lib/libifcore.a /opt/intel/cc/10.0.023/lib/libsvml.a -L/usr/lib -lstdc++ -lnsl -lreadline -lncurses -lpthread
/usr/lib/libreadline.a(complete.o)(.text+0x1c71): In function `rl_username_completion_function':
: warning: Using 'getpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(tilde.o)(.text+0x4cd): In function `tilde_expand_word':
: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(shell.o)(.text+0x114): In function `sh_get_home_dir':
: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o)(.text+0x1c62): In function `rl_username_completion_function':
: warning: Using 'setpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/libreadline.a(complete.o)(.text+0x1d0d): In function `rl_username_completion_function':
: warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking