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 Sep 30 03:12:09 PDT 2009 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 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 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 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 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 "`$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 " # only for FC3" # only for FC3 setenv ROOTGLIBS "$ROOTGLIBS -u dl_iterate_phdr" endif 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 ( $?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: 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 ( $?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_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 -static-intel /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+0x1b90): 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+0x1b1): 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+0xf2): 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+0x1b8b): 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+0x1c28): 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(770): (col. 11) remark: LOOP WAS VECTORIZED. user_hists_mod.f90(771): (col. 11) remark: LOOP WAS VECTORIZED. user_hists_mod.f90(774): (col. 14) remark: LOOP WAS VECTORIZED. user_hists_mod.f90(775): (col. 14) remark: LOOP WAS VECTORIZED. user_hists_mod.f90(802): (col. 8) remark: LOOP WAS VECTORIZED. user_hists_mod.f90(803): (col. 8) remark: LOOP WAS VECTORIZED. user_hists_mod.f90(804): (col. 8) remark: LOOP WAS VECTORIZED. user_hists_mod.f90(805): (col. 8) remark: LOOP WAS VECTORIZED. user_hists_mod.f90(703): (col. 14) remark: user_hists_mod_mp_ufilltrackhists_ has been targeted for automatic cpu dispatch. user_hists_mod.f90(670): (col. 14) remark: user_hists_mod_mp_ufillpatternhists_ has been targeted for automatic cpu dispatch. user_hists_mod.f90(628): (col. 5) remark: LOOP WAS VECTORIZED. user_hists_mod.f90(546): (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 physics_hist_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 physics_hist_mod.f90 physics_hist_mod.f90(742): (col. 12) remark: physics_hist_mod_mp_find_matching_positron_ has been targeted for automatic cpu dispatch. physics_hist_mod.f90(721): (col. 12) remark: physics_hist_mod_mp_get_mc_vertex_ has been targeted for automatic cpu dispatch. physics_hist_mod.f90(398): (col. 14) remark: physics_hist_mod_mp_fillphysicshists_ 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 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(1493): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(1460): (col. 14) remark: tec_mod_mp_get_tec_dtdistance_ has been targeted for automatic cpu dispatch. tec_mod.f90(1421): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1405): (col. 14) remark: tec_mod_mp_mylinefit_ has been targeted for automatic cpu dispatch. tec_mod.f90(1392): (col. 14) remark: tec_mod_mp_clearimportanttecarrays_ has been targeted for automatic cpu dispatch. tec_mod.f90(236): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(236): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(246): (col. 5) remark: LOOP WAS VECTORIZED. tec_mod.f90(392): (col. 16) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(423): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(423): (col. 5) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(488): (col. 11) remark: LOOP WAS VECTORIZED. tec_mod.f90(503): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(507): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(601): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(601): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(655): (col. 16) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(663): (col. 13) remark: LOOP WAS VECTORIZED. tec_mod.f90(663): (col. 13) remark: LOOP WAS VECTORIZED. tec_mod.f90(820): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(839): (col. 13) remark: LOOP WAS VECTORIZED. tec_mod.f90(839): (col. 13) remark: LOOP WAS VECTORIZED. tec_mod.f90(871): (col. 8) remark: PARTIAL LOOP WAS VECTORIZED. tec_mod.f90(890): (col. 13) remark: LOOP WAS VECTORIZED. tec_mod.f90(890): (col. 13) remark: LOOP WAS VECTORIZED. tec_mod.f90(1001): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1002): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1011): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1012): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1020): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1021): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1029): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1030): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1038): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1039): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1047): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1048): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1056): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(1057): (col. 8) remark: LOOP WAS VECTORIZED. tec_mod.f90(72): (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 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(563): (col. 3) remark: LOOP WAS VECTORIZED. helixtree.f90(564): (col. 3) remark: LOOP WAS VECTORIZED. helixtree.f90(569): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(570): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(571): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(572): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(573): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(574): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(575): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(576): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(577): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(578): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(579): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(580): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(581): (col. 6) remark: LOOP WAS VECTORIZED. helixtree.f90(586): (col. 3) remark: LOOP WAS VECTORIZED. helixtree.f90(587): (col. 3) remark: LOOP WAS VECTORIZED. helixtree.f90(1210): (col. 11) remark: PARTIAL LOOP WAS VECTORIZED. helixtree.f90(234): (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 physics_hist_mod.o ko_eff.o bmspotjb_mod.o func.o tec_mod.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 -u dl_iterate_phdr -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 -static-intel /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+0x1b90): 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+0x1b8b): 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+0x1c28): 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 physics_hist_mod.o ko_eff.o bmspotjb_mod.o func.o tec_mod.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 -static-intel /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+0x1b90): 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+0x1b1): 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+0xf2): 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+0x1b8b): 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+0x1c28): 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