Started by timer Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/MILC/workspace Updating https://github.com/reubendb/SWTools-BWCI/trunk/milc-nsf@HEAD at revision HEAD At revision 22 No changes for https://github.com/reubendb/SWTools-BWCI/trunk/milc-nsf since the previous build [workspace] $ /bin/sh -xe /tmp/jenkins18342434901217590783.sh + rsync -az --delete -e ssh /var/lib/jenkins/jobs/MILC/workspace/milc-nsf JYC_REMOTE:/scratch/system/bwjenkins/tests/ [SSH] script: PATH="/sw/tools/bin:/sw/tools/bin:$PATH" SW_CONFIG="/scratch/system/bwjenkins/sw_config" PYTHONPATH="/sw/tools/bin:/sw/tools/bin:$PYTHONPATH" SW_ROOT="/scratch/system/bwjenkins/tests" echo $PATH $SW_CONFIG $PYTHONPATH > /dev/null export SW_CONFIG=$SW_CONFIG cd $SW_ROOT cd milc-nsf/v1/cle5.2_gnu4.9.3 ls -al echo REMODULE #cat -n remodule #cp remodule /tmp #chmod og+r /tmp/remodule cp /u/staff/arnoldg/milc_bwjenkins/remodule . cat -n remodule pwd which swbuildwait cat -n `which swbuildwait` swbuildwait [SSH] executing... total 33 drwxr-xr-x 3 bwjenkins BW_System 4096 Mar 14 2019 . drwxr-xr-x 4 bwjenkins BW_System 4096 Mar 14 2019 .. -rw-r--r-- 1 bwjenkins BW_System 258 Mar 14 2019 build-notes -rw-r--r-- 1 bwjenkins BW_System 9 Mar 14 2019 .owners -rwxr-xr-x 1 bwjenkins BW_System 1503 Mar 14 2019 rebuild -rwxr-xr-x 1 bwjenkins BW_System 1559 Mar 14 2019 relink -rw-r--r-- 1 bwjenkins BW_System 795 Mar 14 2019 remodule -rwxr-xr-x 1 bwjenkins BW_System 2928 Mar 14 2019 retest drwxr-xr-x 6 bwjenkins BW_System 4096 Dec 12 08:20 .svn REMODULE 1 ### Set Environment (do not remove this line only change what is in between) 2 . ${MODULESHOME}/init/ksh 3 # module use /u/vendor/cray/dalton/modulefiles 4 5 module unload PrgEnv-intel 6 module unload PrgEnv-cray 7 module unload PrgEnv-gnu 8 module load PrgEnv-gnu 9 # module load PrgEnv-gnu 10 # module swap gcc gcc/4.9.3 11 12 #module unload darshan 13 #module load darshan/3.1.3 14 #module load darshan/3.1.6 15 module load PrgEnv/gnu-7.3.0-cuda-9.1 16 17 ### End Environment (do not remove this line only change what is in between) 18 19 PACKAGE=milc-nsf 20 VERSION=v1 21 #SRCDIR=$PACKAGE-$VERSION 22 SRCDIR=$PACKAGE 23 24 # load any other module here 25 26 #module load cray-hdf5 27 28 export F77=gfortran 29 export F90=gfortran 30 export F9X=gfortran 31 export FC=gfortran 32 export F9X=gfortran 33 export CC=gcc 34 export CXX=g++ 35 36 #module load craype-hugepages2M 37 38 #export CRAYPE_LINK_TYPE=static 39 # 40 #export F77=ftn 41 #export F90=ftn 42 #export F9X=ftn 43 #export FC=ftn 44 #export F9X=ftn 45 #export CC=cc 46 #export CXX=CC 47 #module load cray-mpich-compat/v7 /scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3 /sw/tools/bin/swbuildwait 1 #!/bin/sh 2 3 realpath=`readlink -f .` 4 build=`basename $realpath` 5 6 version_dir=`dirname $realpath` 7 version=`basename $version_dir` 8 9 app_dir=`dirname $version_dir` 10 app=`basename $app_dir` 11 12 arch_dir=`dirname $app_dir` 13 arch=`basename $arch_dir` 14 15 echo "swbuild -s -a $app -v $version -b $build" 16 swbuild -s -a $app -v $version -b $build 2>&1 | tee build.log swbuild -s -a milc-nsf -v v1 -b cle5.2_gnu4.9.3 ModuleCmd_Load.c(244):ERROR:105: Unable to locate a modulefile for 'PrgEnv/gnu-7.3.0-cuda-9.1' # clear out old installation to prevent potential libtool chmod # commands from failing when reinstalled by another person rm -rf bin lib include status test.log $SRCDIR #clear out status file since re-making rm -f status tar xf /sw/sources/$PACKAGE/$VERSION/$SRCDIR.tar.gz tar: milc-nsf/src/milc-nsf/ks_imp_dyn2/.lastmake.Make_mpi.su3_rmd: implausibly old time stamp 1969-12-31 17:59:59 cd $SRCDIR/src/milc-nsf/ks_imp_dyn2 # Make clean make -f Make_mpi clean /bin/rm -f *.o touch ../libraries/Make_vanilla #Make make -f Make_mpi su3_rmd make -f Make_mpi target "MYTARGET= su3_rmd" \ "DEFINES= -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS" \ "GAUGE = symanzik_1loop_action.h" \ "QUARK = asqtad_action.h" \ "EXTRA_OBJECTS= dslash_fn2.o d_congrad5_fn.o" make[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/ks_imp_dyn2' Building libraries with Make_vanilla cd ../libraries ;\ make -f Make_vanilla "APP_CC=cc " all make[2]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries' ================================================================ PLEASE CHECK COMPILERS: Libraries: cc . Application: cc ================================================================ /bin/rm -f .lastmake.* make -f Make_vanilla clean make[3]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries' /bin/rm -f *.o make[3]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries' touch .lastmake.Make_vanilla cc -c -O3 -g -ffast-math -funroll-loops -DFAST cadd.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cdiv.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST ce_itheta.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cexp.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST clog.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cmplx.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cmul.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST conjg.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST csqrt.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST csub.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dcadd.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dcdiv.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dce_itheta.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dcexp.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dclog.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dcmplx.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dcmul.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dconjg.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dcsqrt.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dcsub.c ar rcs complex.a cadd.o cdiv.o ce_itheta.o cexp.o clog.o cmplx.o cmul.o conjg.o csqrt.o csub.o dcadd.o dcdiv.o dce_itheta.o dcexp.o dclog.o dcmplx.o dcmul.o dconjg.o dcsqrt.o dcsub.o cc -c -O3 -g -ffast-math -funroll-loops -DFAST addmat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST addvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cmp_ahmat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cs_m_a_vec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cs_m_a_mat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cs_m_s_vec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cs_m_vec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST det_su3.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST clear_mat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dumpmat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dumpvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST clearvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_amatvec_s.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_amatvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_amatvec_ns.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_mat_an.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_mat_na.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_mat_nn.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_matvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_matvec_ns.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_matvec_s.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST make_ahmat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST rand_ahmat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST realtr.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST complextr.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_a_mat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_a_vec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_s_mat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_s_vec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_sum_vec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_vec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_mat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cs_m_mat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cs_m_s_mat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST su3_adjoint.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST su3_dot.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST su3_rdot.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST su3_proj.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST su3mat_copy.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST su3vec_copy.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST submat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST subvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST trace_su3.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST uncmp_ahmat.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST msq_su3vec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST sub4vecs.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_amv_4dir.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_amv_4vec.c m_amv_4vec.c: In function 'mult_adj_su3_mat_4vec': m_amv_4vec.c:45:24: warning: iteration 3 invokes undefined behavior [-Waggressive-loop-optimizations] for(n=0;n<4;n++,a++,c=cc[n]){ ~^~~~~~ m_amv_4vec.c:45:3: note: within this loop for(n=0;n<4;n++,a++,c=cc[n]){ ^~~ cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_mv_s_4dir.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST flush_to_zero.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST l_su2_hit_n.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST r_su2_hit_a.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dumpsu2.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_su2_mat_vec_n.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_su2_mat_vec_a.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST gaussrand.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST byterevn.c cc -g -ffast-math -funroll-loops -c prefetch.c ar rcs su3.a addmat.o addvec.o cmp_ahmat.o cs_m_a_vec.o cs_m_a_mat.o cs_m_s_vec.o cs_m_vec.o det_su3.o clear_mat.o dumpmat.o dumpvec.o clearvec.o m_amatvec_s.o m_amatvec.o m_amatvec_ns.o m_mat_an.o m_mat_na.o m_mat_nn.o m_matvec.o m_matvec_ns.o m_matvec_s.o make_ahmat.o rand_ahmat.o realtr.o complextr.o s_m_a_mat.o s_m_a_vec.o s_m_s_mat.o s_m_s_vec.o s_m_sum_vec.o s_m_vec.o s_m_mat.o cs_m_mat.o cs_m_s_mat.o su3_adjoint.o su3_dot.o su3_rdot.o su3_proj.o su3mat_copy.o su3vec_copy.o submat.o subvec.o trace_su3.o uncmp_ahmat.o msq_su3vec.o sub4vecs.o m_amv_4dir.o m_amv_4vec.o m_mv_s_4dir.o flush_to_zero.o l_su2_hit_n.o r_su2_hit_a.o dumpsu2.o m_su2_mat_vec_n.o m_su2_mat_vec_a.o gaussrand.o byterevn.o prefetch.o cc -c -O3 -g -ffast-math -funroll-loops -DFAST wp_shrink.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST wp_grow.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST wp_grow_a.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST dump_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST clear_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST su3_proj_w.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST copy_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST add_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST sub_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_hwvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST msq_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST wvec_dot.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST wvec2_dot.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST wvec_rdot.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_a_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST s_m_atm_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST mb_gamma.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST mb_gamma_l.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST mb_gamma_r.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST mswvb_gamma_l.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST mswvb_gamma_r.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cs_m_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cs_m_a_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST cs_m_a_wvec2.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_mat_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_mat_hwvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_amat_wvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST m_amat_hwvec.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST grow4wvecs.c cc -c -O3 -g -ffast-math -funroll-loops -DFAST wp_shrink4.c ar rcs su3.a wp_shrink.o wp_grow.o wp_grow_a.o dump_wvec.o clear_wvec.o su3_proj_w.o copy_wvec.o add_wvec.o sub_wvec.o s_m_wvec.o s_m_hwvec.o msq_wvec.o wvec_dot.o wvec2_dot.o wvec_rdot.o s_m_a_wvec.o s_m_atm_wvec.o mb_gamma.o mb_gamma_l.o mb_gamma_r.o mswvb_gamma_l.o mswvb_gamma_r.o cs_m_wvec.o cs_m_a_wvec.o cs_m_a_wvec2.o m_mat_wvec.o m_mat_hwvec.o m_amat_wvec.o m_amat_hwvec.o grow4wvecs.o wp_shrink4.o make[2]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries' make[1]: .lastmake.Make_mpi.su3_rmd: Timestamp out of range; substituting 1969-12-31 18:00:00 cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS control.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic_ks/f_meas.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS gauge_info.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS setup.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS update.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS update_h.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS update_u.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/layout_hyper_tstretch.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/check_unitarity.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/d_plaq4.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/gaugefix2.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/gauge_stuff.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/io_helpers.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/io_lat4.c ../generic/io_lat4.c: In function 'qcdhdr_get_hdr': ../generic/io_lat4.c:188:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] len = (int) q - (int) line; ^ ../generic/io_lat4.c:188:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] len = (int) q - (int) line; ^ ../generic/io_lat4.c: In function 'read_gauge_hdr': ../generic/io_lat4.c:1316:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *)GAUGE_VERSION_NUMBER,(char *)tmp); ^ cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/make_lattice.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/path_product.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/ploop3.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/ranmom.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/ranstuff.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/reunitarize2.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic_ks/grsource_imp.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic_ks/mat_invert.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic_ks/quark_stuff4.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic_ks/rephase.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic_ks/dslash_fn2.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic_ks/d_congrad5_fn.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/com_mpi.c cc -c -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS ../generic/io_ansi.c cc -O3 -g -O3 -g -ffast-math -funroll-loops -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS -o su3_rmd \ control.o f_meas.o gauge_info.o setup.o update.o update_h.o update_u.o layout_hyper_tstretch.o check_unitarity.o d_plaq4.o gaugefix2.o gauge_stuff.o io_helpers.o io_lat4.o make_lattice.o path_product.o ploop3.o ranmom.o ranstuff.o reunitarize2.o grsource_imp.o mat_invert.o quark_stuff4.o rephase.o dslash_fn2.o d_congrad5_fn.o com_mpi.o io_ansi.o ../libraries/su3.a ../libraries/complex.a -lm touch localmake make[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/ks_imp_dyn2' if [[ ! -e su3_rmd ]] ; then echo "make failed" exit 1 fi mkdir -p $SW_BLDDIR/bin cp su3_rmd $SW_BLDDIR/bin cd $SW_BLDDIR ############################### if this far, return 0 exit 0 ['/scratch/system/bwjenkins/tests/milc-nsf/v1'] /scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/rebuild : passed (0) [SSH] completed [SSH] exit-status: 0 [SSH] script: PATH="/sw/tools/bin:/sw/tools/bin:$PATH" SW_CONFIG="/scratch/system/bwjenkins/sw_config" PYTHONPATH="/sw/tools/bin:/sw/tools/bin:$PYTHONPATH" SW_ROOT="/scratch/system/bwjenkins/tests" SW_WORKDIR="/scratch/system/bwjenkins/sw_workdir" echo $PATH $SW_CONFIG $PYTHONPATH SW_WORKDIR > /dev/null export SW_CONFIG=$SW_CONFIG export SW_WORKDIR=$SW_WORKDIR cd $SW_ROOT cd milc-nsf/v1/cle5.2_gnu4.9.3 swtestwait [SSH] executing... Waiting for job 598215.jyc to start ... Submitted job 598215.jyc is running. Following .running ... 598215.jyc SU3 with improved KS action Microcanonical simulation with refreshing MIMD version 6 Machine = MPI (portable), with 256 nodes R algorithm type 0 for no prompts or 1 for prompts nflavors1 4 nflavors2 4 nx 64 ny 64 nz 64 nt 64 iseed 5682304 LAYOUT = Hypercubes, options = EVENFIRST, ON EACH NODE 16 x 16 x 16 x 16 Mallocing 73.9 MBytes per node for lattice Made lattice Made nn gathers Made 3nn gathers Finished setup warms 0 trajecs 2 traj_between_meas 1 beta 5.6 mass1 0.01 mass2 0.01 u0 0.8441 microcanonical_time_step 0.02 steps_per_trajectory 8 max_cg_iterations 200 error_per_site 1e-05 error_for_propagator 0.0001 fresh forget unit gauge configuration loaded CHECK PLAQ: 3.000000e+00 3.000000e+00 Unitarity checked. Max deviation 0.00e+00 Time to check unitarity = 3.001904e-02 Symanzik 1x1 + 1x2 + 1x1x1 action loop coefficients: nloop rep loop_coeff multiplicity 0 0 1.000000e+00 6 1 0 -7.762509e-02 12 2 0 -1.031171e-02 16 "O(a^2): couplings(pi)=0, Naik term, No O(a^2) errors, tadpole weights" path coefficients: npath path_coeff multiplicity 0 6.250000e-01 8 1 -5.847914e-02 8 2 -8.771872e-02 48 3 3.077829e-02 192 4 -7.199552e-03 384 5 -1.231132e-01 48 WARMUPS COMPLETED LLTIME(long): time = 4.316990e-01 (Naik) mflops = 2.738643e+02 LLTIME(Fat): time = 6.812212e+00 (Asqtad opt) mflops = 5.929226e+02 LLTIME(long): time = 4.129419e-01 (Naik) mflops = 2.863040e+02 LLTIME(Fat): time = 6.760616e+00 (Asqtad opt) mflops = 5.974478e+02 LLTIME(long): time = 4.159021e-01 (Naik) mflops = 2.842663e+02 LLTIME(Fat): time = 6.754118e+00 (Asqtad opt) mflops = 5.980225e+02 CONGRAD5: time = 1.084681e+01 iters = 104 mflops = 7.458679e+02 TESTCONG: reduce_time = 1.422002e-01 iters = 104 time/iter = 1.367310e-03 CONGRAD5: time = 1.081426e+01 iters = 104 mflops = 7.481130e+02 TESTCONG: reduce_time = 1.526802e-01 iters = 104 time/iter = 1.468078e-03 GFTIME: time = 2.708472e+01 (Symanzik1) mflops = -2.032520e-01 FFTIME: time = 3.604862e+01 mflops = 7.889492e+02 LLTIME(long): time = 4.101448e-01 (Naik) mflops = 2.882566e+02 LLTIME(Fat): time = 6.758533e+00 (Asqtad opt) mflops = 5.976319e+02 LLTIME(long): time = 4.166241e-01 (Naik) mflops = 2.837737e+02 LLTIME(Fat): time = 6.759674e+00 (Asqtad opt) mflops = 5.975310e+02 LLTIME(long): time = 4.174590e-01 (Naik) mflops = 2.832061e+02 LLTIME(Fat): time = 6.780547e+00 (Asqtad opt) mflops = 5.956916e+02 CONGRAD5: time = 1.085396e+01 iters = 104 mflops = 7.453768e+02 TESTCONG: reduce_time = 1.567469e-01 iters = 104 time/iter = 1.507181e-03 CONGRAD5: time = 1.084335e+01 iters = 104 mflops = 7.461056e+02 TESTCONG: reduce_time = 1.289978e-01 iters = 104 time/iter = 1.240363e-03 GFTIME: time = 2.709828e+01 (Symanzik1) mflops = -2.031503e-01 FFTIME: time = 3.608586e+01 mflops = 7.881348e+02 LLTIME(long): time = 4.106228e-01 (Naik) mflops = 2.879210e+02 LLTIME(Fat): time = 6.743631e+00 (Asqtad opt) mflops = 5.989525e+02 LLTIME(long): time = 4.146211e-01 (Naik) mflops = 2.851445e+02 LLTIME(Fat): time = 6.756943e+00 (Asqtad opt) mflops = 5.977725e+02 LLTIME(long): time = 4.133070e-01 (Naik) mflops = 2.860512e+02 LLTIME(Fat): time = 6.761550e+00 (Asqtad opt) mflops = 5.973652e+02 CONGRAD5: time = 1.085490e+01 iters = 104 mflops = 7.453122e+02 TESTCONG: reduce_time = 1.167004e-01 iters = 104 time/iter = 1.122119e-03 CONGRAD5: time = 1.085640e+01 iters = 104 mflops = 7.452091e+02 TESTCONG: reduce_time = 1.497366e-01 iters = 104 time/iter = 1.439775e-03 GFTIME: time = 2.709793e+01 (Symanzik1) mflops = -2.031530e-01 FFTIME: time = 3.612275e+01 mflops = 7.873301e+02 LLTIME(long): time = 4.199109e-01 (Naik) mflops = 2.815524e+02 LLTIME(Fat): time = 6.754077e+00 (Asqtad opt) mflops = 5.980262e+02 LLTIME(long): time = 4.166820e-01 (Naik) mflops = 2.837342e+02 LLTIME(Fat): time = 6.757012e+00 (Asqtad opt) mflops = 5.977664e+02 LLTIME(long): time = 4.156179e-01 (Naik) mflops = 2.844606e+02 LLTIME(Fat): time = 6.754848e+00 (Asqtad opt) mflops = 5.979579e+02 CONGRAD5: time = 1.094530e+01 iters = 105 mflops = 7.462635e+02 TESTCONG: reduce_time = 1.159141e-01 iters = 105 time/iter = 1.103944e-03 CONGRAD5: time = 1.094272e+01 iters = 105 mflops = 7.464397e+02 TESTCONG: reduce_time = 1.346374e-01 iters = 105 time/iter = 1.282261e-03 GFTIME: time = 2.709396e+01 (Symanzik1) mflops = -2.031827e-01 FFTIME: time = 3.615907e+01 mflops = 7.865392e+02 LLTIME(long): time = 4.007280e-01 (Naik) mflops = 2.950304e+02 LLTIME(Fat): time = 6.781420e+00 (Asqtad opt) mflops = 5.956149e+02 LLTIME(long): time = 4.145100e-01 (Naik) mflops = 2.852210e+02 LLTIME(Fat): time = 6.761851e+00 (Asqtad opt) mflops = 5.973386e+02 LLTIME(long): time = 4.161351e-01 (Naik) mflops = 2.841071e+02 LLTIME(Fat): time = 6.773739e+00 (Asqtad opt) mflops = 5.962903e+02 CONGRAD5: time = 1.093175e+01 iters = 105 mflops = 7.471885e+02 TESTCONG: reduce_time = 1.464815e-01 iters = 105 time/iter = 1.395062e-03 CONGRAD5: time = 1.094413e+01 iters = 105 mflops = 7.463437e+02 TESTCONG: reduce_time = 9.120345e-02 iters = 105 time/iter = 8.686043e-04 GFTIME: time = 2.711470e+01 (Symanzik1) mflops = -2.030273e-01 FFTIME: time = 3.610863e+01 mflops = 7.876380e+02 LLTIME(long): time = 4.167731e-01 (Naik) mflops = 2.836722e+02 LLTIME(Fat): time = 6.757279e+00 (Asqtad opt) mflops = 5.977428e+02 LLTIME(long): time = 4.129288e-01 (Naik) mflops = 2.863131e+02 LLTIME(Fat): time = 6.769753e+00 (Asqtad opt) mflops = 5.966414e+02 LLTIME(long): time = 4.178648e-01 (Naik) mflops = 2.829311e+02 LLTIME(Fat): time = 6.759794e+00 (Asqtad opt) mflops = 5.975204e+02 CONGRAD5: time = 1.102236e+01 iters = 106 mflops = 7.481037e+02 TESTCONG: reduce_time = 7.432795e-02 iters = 106 time/iter = 7.012070e-04 CONGRAD5: time = 1.105810e+01 iters = 106 mflops = 7.456863e+02 TESTCONG: reduce_time = 1.511796e-01 iters = 106 time/iter = 1.426222e-03 GFTIME: time = 2.710071e+01 (Symanzik1) mflops = -2.031321e-01 FFTIME: time = 3.607320e+01 mflops = 7.884115e+02 LLTIME(long): time = 4.179711e-01 (Naik) mflops = 2.828591e+02 LLTIME(Fat): time = 6.767527e+00 (Asqtad opt) mflops = 5.968376e+02 LLTIME(long): time = 4.237130e-01 (Naik) mflops = 2.790260e+02 LLTIME(Fat): time = 6.776463e+00 (Asqtad opt) mflops = 5.960506e+02 LLTIME(long): time = 4.134340e-01 (Naik) mflops = 2.859633e+02 LLTIME(Fat): time = 6.771294e+00 (Asqtad opt) mflops = 5.965056e+02 CONGRAD5: time = 1.105251e+01 iters = 106 mflops = 7.460629e+02 TESTCONG: reduce_time = 8.807015e-02 iters = 106 time/iter = 8.308505e-04 CONGRAD5: time = 1.105320e+01 iters = 106 mflops = 7.460165e+02 TESTCONG: reduce_time = 1.750858e-01 iters = 106 time/iter = 1.651753e-03 GFTIME: time = 2.708957e+01 (Symanzik1) mflops = -2.032156e-01 FFTIME: time = 3.611396e+01 mflops = 7.875217e+02 LLTIME(long): time = 4.170840e-01 (Naik) mflops = 2.834608e+02 LLTIME(Fat): time = 6.751438e+00 (Asqtad opt) mflops = 5.982599e+02 LLTIME(long): time = 4.167809e-01 (Naik) mflops = 2.836669e+02 LLTIME(Fat): time = 6.747660e+00 (Asqtad opt) mflops = 5.985949e+02 LLTIME(long): time = 4.149551e-01 (Naik) mflops = 2.849150e+02 LLTIME(Fat): time = 6.759374e+00 (Asqtad opt) mflops = 5.975575e+02 CONGRAD5: time = 1.116118e+01 iters = 107 mflops = 7.457688e+02 TESTCONG: reduce_time = 1.469872e-01 iters = 107 time/iter = 1.373712e-03 CONGRAD5: time = 1.114296e+01 iters = 107 mflops = 7.469885e+02 TESTCONG: reduce_time = 1.362505e-01 iters = 107 time/iter = 1.273369e-03 GFTIME: time = 2.708284e+01 (Symanzik1) mflops = -2.032661e-01 FFTIME: time = 3.613621e+01 mflops = 7.870367e+02 PLAQ: 2.658360 2.658338 P_LOOP: 3.906134e-01 -1.507364e-03 LLTIME(long): time = 4.093490e-01 (Naik) mflops = 2.888170e+02 LLTIME(Fat): time = 6.759779e+00 (Asqtad opt) mflops = 5.975217e+02 CONGRAD5: time = 9.501684e+00 iters = 91 mflops = 7.450261e+02 TESTCONG: reduce_time = 9.627080e-02 iters = 91 time/iter = 1.057921e-03 PBP: mass 1.000000e-02 5.142765e-03 5.259435e-03 9.211007e-05 8.879411e-05 ( 1 of 1 ) FACTION: mass = 1.000000e-02, 1.500418e+00 ( 1 of 1 ) CONGRAD5: time = 9.405259e+00 iters = 90 mflops = 7.443932e+02 TESTCONG: reduce_time = 2.080162e-01 iters = 90 time/iter = 2.311291e-03 PBP: mass 1.000000e-02 5.042681e-03 5.353270e-03 -1.212902e-04 -1.269964e-04 ( 1 of 1 ) FACTION: mass = 1.000000e-02, 1.499398e+00 ( 1 of 1 ) LLTIME(long): time = 4.209311e-01 (Naik) mflops = 2.808701e+02 LLTIME(Fat): time = 6.758007e+00 (Asqtad opt) mflops = 5.976784e+02 LLTIME(long): time = 4.110630e-01 (Naik) mflops = 2.876127e+02 LLTIME(Fat): time = 6.771982e+00 (Asqtad opt) mflops = 5.964450e+02 LLTIME(long): time = 4.193289e-01 (Naik) mflops = 2.819432e+02 LLTIME(Fat): time = 6.895068e+00 (Asqtad opt) mflops = 5.857977e+02 CONGRAD5: time = 1.124955e+01 iters = 107 mflops = 7.399106e+02 TESTCONG: reduce_time = 1.011531e-01 iters = 107 time/iter = 9.453564e-04 CONGRAD5: time = 1.117031e+01 iters = 107 mflops = 7.451594e+02 TESTCONG: reduce_time = 7.728958e-02 iters = 107 time/iter = 7.223325e-04 GFTIME: time = 2.708714e+01 (Symanzik1) mflops = -2.032338e-01 FFTIME: time = 3.608983e+01 mflops = 7.880483e+02 LLTIME(long): time = 4.110529e-01 (Naik) mflops = 2.876197e+02 LLTIME(Fat): time = 6.749044e+00 (Asqtad opt) mflops = 5.984721e+02 LLTIME(long): time = 4.128752e-01 (Naik) mflops = 2.863503e+02 LLTIME(Fat): time = 6.766415e+00 (Asqtad opt) mflops = 5.969357e+02 LLTIME(long): time = 4.151130e-01 (Naik) mflops = 2.848067e+02 LLTIME(Fat): time = 6.753957e+00 (Asqtad opt) mflops = 5.980368e+02 CONGRAD5: time = 1.114419e+01 iters = 107 mflops = 7.469058e+02 TESTCONG: reduce_time = 1.521885e-01 iters = 107 time/iter = 1.422323e-03 CONGRAD5: time = 1.116286e+01 iters = 107 mflops = 7.456568e+02 TESTCONG: reduce_time = 1.043711e-01 iters = 107 time/iter = 9.754306e-04 GFTIME: time = 2.707406e+01 (Symanzik1) mflops = -2.033321e-01 FFTIME: time = 3.608673e+01 mflops = 7.881159e+02 LLTIME(long): time = 4.107420e-01 (Naik) mflops = 2.878375e+02 LLTIME(Fat): time = 6.752896e+00 (Asqtad opt) mflops = 5.981307e+02 LLTIME(long): time = 4.155149e-01 (Naik) mflops = 2.845311e+02 LLTIME(Fat): time = 6.759410e+00 (Asqtad opt) mflops = 5.975543e+02 LLTIME(long): time = 4.126749e-01 (Naik) mflops = 2.864893e+02 LLTIME(Fat): time = 6.744067e+00 (Asqtad opt) mflops = 5.989138e+02 CONGRAD5: time = 1.113374e+01 iters = 107 mflops = 7.476067e+02 TESTCONG: reduce_time = 1.695817e-01 iters = 107 time/iter = 1.584875e-03 CONGRAD5: time = 1.115268e+01 iters = 107 mflops = 7.463370e+02 TESTCONG: reduce_time = 1.512744e-01 iters = 107 time/iter = 1.413780e-03 GFTIME: time = 2.713825e+01 (Symanzik1) mflops = -2.028511e-01 FFTIME: time = 3.612814e+01 mflops = 7.872126e+02 LLTIME(long): time = 4.167750e-01 (Naik) mflops = 2.836709e+02 LLTIME(Fat): time = 6.759013e+00 (Asqtad opt) mflops = 5.975894e+02 LLTIME(long): time = 4.195619e-01 (Naik) mflops = 2.817867e+02 LLTIME(Fat): time = 6.765304e+00 (Asqtad opt) mflops = 5.970337e+02 LLTIME(long): time = 4.125311e-01 (Naik) mflops = 2.865891e+02 LLTIME(Fat): time = 6.767509e+00 (Asqtad opt) mflops = 5.968392e+02 CONGRAD5: time = 1.126498e+01 iters = 108 mflops = 7.458029e+02 TESTCONG: reduce_time = 1.535318e-01 iters = 108 time/iter = 1.421591e-03 CONGRAD5: time = 1.125163e+01 iters = 108 mflops = 7.466878e+02 TESTCONG: reduce_time = 1.623111e-01 iters = 108 time/iter = 1.502880e-03 GFTIME: time = 2.709491e+01 (Symanzik1) mflops = -2.031756e-01 FFTIME: time = 3.607305e+01 mflops = 7.884149e+02 LLTIME(long): time = 4.186821e-01 (Naik) mflops = 2.823788e+02 LLTIME(Fat): time = 6.763292e+00 (Asqtad opt) mflops = 5.972113e+02 LLTIME(long): time = 4.180610e-01 (Naik) mflops = 2.827983e+02 LLTIME(Fat): time = 6.751210e+00 (Asqtad opt) mflops = 5.982801e+02 LLTIME(long): time = 4.171450e-01 (Naik) mflops = 2.834193e+02 LLTIME(Fat): time = 6.759293e+00 (Asqtad opt) mflops = 5.975647e+02 CONGRAD5: time = 1.125399e+01 iters = 108 mflops = 7.465307e+02 TESTCONG: reduce_time = 1.615703e-01 iters = 108 time/iter = 1.496021e-03 CONGRAD5: time = 1.126817e+01 iters = 108 mflops = 7.455914e+02 TESTCONG: reduce_time = 2.058558e-01 iters = 108 time/iter = 1.906073e-03 GFTIME: time = 2.709954e+01 (Symanzik1) mflops = -2.031408e-01 FFTIME: time = 3.607248e+01 mflops = 7.884273e+02 LLTIME(long): time = 4.127460e-01 (Naik) mflops = 2.864400e+02 LLTIME(Fat): time = 6.762248e+00 (Asqtad opt) mflops = 5.973035e+02 LLTIME(long): time = 4.166861e-01 (Naik) mflops = 2.837315e+02 LLTIME(Fat): time = 6.760061e+00 (Asqtad opt) mflops = 5.974968e+02 LLTIME(long): time = 4.155610e-01 (Naik) mflops = 2.844996e+02 LLTIME(Fat): time = 6.770082e+00 (Asqtad opt) mflops = 5.966124e+02 CONGRAD5: time = 1.123532e+01 iters = 108 mflops = 7.477715e+02 TESTCONG: reduce_time = 1.478095e-01 iters = 108 time/iter = 1.368607e-03 CONGRAD5: time = 1.134906e+01 iters = 109 mflops = 7.471316e+02 TESTCONG: reduce_time = 1.050510e-01 iters = 109 time/iter = 9.637710e-04 GFTIME: time = 2.714942e+01 (Symanzik1) mflops = -2.027676e-01 FFTIME: time = 3.639023e+01 mflops = 7.815428e+02 LLTIME(long): time = 4.172640e-01 (Naik) mflops = 2.833385e+02 LLTIME(Fat): time = 6.757810e+00 (Asqtad opt) mflops = 5.976958e+02 LLTIME(long): time = 4.114351e-01 (Naik) mflops = 2.873526e+02 LLTIME(Fat): time = 6.768190e+00 (Asqtad opt) mflops = 5.967791e+02 LLTIME(long): time = 4.164870e-01 (Naik) mflops = 2.838671e+02 LLTIME(Fat): time = 6.764140e+00 (Asqtad opt) mflops = 5.971365e+02 CONGRAD5: time = 1.135977e+01 iters = 109 mflops = 7.464273e+02 TESTCONG: reduce_time = 1.741641e-01 iters = 109 time/iter = 1.597835e-03 CONGRAD5: time = 1.136481e+01 iters = 109 mflops = 7.460964e+02 TESTCONG: reduce_time = 1.991861e-01 iters = 109 time/iter = 1.827395e-03 GFTIME: time = 2.713740e+01 (Symanzik1) mflops = -2.028575e-01 FFTIME: time = 3.610332e+01 mflops = 7.877537e+02 LLTIME(long): time = 4.136262e-01 (Naik) mflops = 2.858304e+02 LLTIME(Fat): time = 6.758119e+00 (Asqtad opt) mflops = 5.976685e+02 LLTIME(long): time = 4.145570e-01 (Naik) mflops = 2.851886e+02 LLTIME(Fat): time = 6.767064e+00 (Asqtad opt) mflops = 5.968785e+02 LLTIME(long): time = 4.130762e-01 (Naik) mflops = 2.862110e+02 LLTIME(Fat): time = 6.758441e+00 (Asqtad opt) mflops = 5.976400e+02 CONGRAD5: time = 1.147484e+01 iters = 110 mflops = 7.457218e+02 TESTCONG: reduce_time = 1.203592e-01 iters = 110 time/iter = 1.094174e-03 CONGRAD5: time = 1.146645e+01 iters = 110 mflops = 7.462671e+02 TESTCONG: reduce_time = 1.490138e-01 iters = 110 time/iter = 1.354671e-03 GFTIME: time = 2.712348e+01 (Symanzik1) mflops = -2.029615e-01 FFTIME: time = 3.608347e+01 mflops = 7.881872e+02 PLAQ: 2.443139 2.443152 P_LOOP: 6.489087e-02 -2.986151e-03 LLTIME(long): time = 4.120579e-01 (Naik) mflops = 2.869183e+02 LLTIME(Fat): time = 6.771543e+00 (Asqtad opt) mflops = 5.964837e+02 CONGRAD5: time = 9.731170e+00 iters = 93 mflops = 7.434445e+02 TESTCONG: reduce_time = 1.674845e-01 iters = 93 time/iter = 1.800909e-03 PBP: mass 1.000000e-02 5.879080e-03 5.866801e-03 5.882369e-05 6.414428e-05 ( 1 of 1 ) FACTION: mass = 1.000000e-02, 1.500385e+00 ( 1 of 1 ) CONGRAD5: time = 9.697101e+00 iters = 93 mflops = 7.460564e+02 TESTCONG: reduce_time = 1.055970e-01 iters = 93 time/iter = 1.135452e-03 PBP: mass 1.000000e-02 5.840848e-03 5.897290e-03 1.105854e-04 1.071485e-04 ( 1 of 1 ) FACTION: mass = 1.000000e-02, 1.500023e+00 ( 1 of 1 ) RUNNING COMPLETED average cg iters for step= 2.130000e+02 total_iters = 3778 NERSC_TIME 1801.344 secs exit: Sun Dec 12 08:51:41 2021 Application 1109241 resources: utime ~450116s, stime ~11624s, Rss ~285272, inblocks ~1078083, outblocks ~161663 Displaying test.log: ['/scratch/system/bwjenkins/tests/milc-nsf/v1'] /scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/retest : batch submitted (2) SU3 with improved KS action Microcanonical simulation with refreshing MIMD version 6 Machine = MPI (portable), with 256 nodes R algorithm type 0 for no prompts or 1 for prompts nflavors1 4 nflavors2 4 nx 64 ny 64 nz 64 nt 64 iseed 5682304 LAYOUT = Hypercubes, options = EVENFIRST, ON EACH NODE 16 x 16 x 16 x 16 Mallocing 73.9 MBytes per node for lattice Made lattice Made nn gathers Made 3nn gathers Finished setup warms 0 trajecs 2 traj_between_meas 1 beta 5.6 mass1 0.01 mass2 0.01 u0 0.8441 microcanonical_time_step 0.02 steps_per_trajectory 8 max_cg_iterations 200 error_per_site 1e-05 error_for_propagator 0.0001 fresh forget unit gauge configuration loaded CHECK PLAQ: 3.000000e+00 3.000000e+00 Unitarity checked. Max deviation 0.00e+00 Time to check unitarity = 3.001904e-02 Symanzik 1x1 + 1x2 + 1x1x1 action loop coefficients: nloop rep loop_coeff multiplicity 0 0 1.000000e+00 6 1 0 -7.762509e-02 12 2 0 -1.031171e-02 16 "O(a^2): couplings(pi)=0, Naik term, No O(a^2) errors, tadpole weights" path coefficients: npath path_coeff multiplicity 0 6.250000e-01 8 1 -5.847914e-02 8 2 -8.771872e-02 48 3 3.077829e-02 192 4 -7.199552e-03 384 5 -1.231132e-01 48 WARMUPS COMPLETED LLTIME(long): time = 4.316990e-01 (Naik) mflops = 2.738643e+02 LLTIME(Fat): time = 6.812212e+00 (Asqtad opt) mflops = 5.929226e+02 LLTIME(long): time = 4.129419e-01 (Naik) mflops = 2.863040e+02 LLTIME(Fat): time = 6.760616e+00 (Asqtad opt) mflops = 5.974478e+02 LLTIME(long): time = 4.159021e-01 (Naik) mflops = 2.842663e+02 LLTIME(Fat): time = 6.754118e+00 (Asqtad opt) mflops = 5.980225e+02 CONGRAD5: time = 1.084681e+01 iters = 104 mflops = 7.458679e+02 TESTCONG: reduce_time = 1.422002e-01 iters = 104 time/iter = 1.367310e-03 CONGRAD5: time = 1.081426e+01 iters = 104 mflops = 7.481130e+02 TESTCONG: reduce_time = 1.526802e-01 iters = 104 time/iter = 1.468078e-03 GFTIME: time = 2.708472e+01 (Symanzik1) mflops = -2.032520e-01 FFTIME: time = 3.604862e+01 mflops = 7.889492e+02 LLTIME(long): time = 4.101448e-01 (Naik) mflops = 2.882566e+02 LLTIME(Fat): time = 6.758533e+00 (Asqtad opt) mflops = 5.976319e+02 LLTIME(long): time = 4.166241e-01 (Naik) mflops = 2.837737e+02 LLTIME(Fat): time = 6.759674e+00 (Asqtad opt) mflops = 5.975310e+02 LLTIME(long): time = 4.174590e-01 (Naik) mflops = 2.832061e+02 LLTIME(Fat): time = 6.780547e+00 (Asqtad opt) mflops = 5.956916e+02 CONGRAD5: time = 1.085396e+01 iters = 104 mflops = 7.453768e+02 TESTCONG: reduce_time = 1.567469e-01 iters = 104 time/iter = 1.507181e-03 CONGRAD5: time = 1.084335e+01 iters = 104 mflops = 7.461056e+02 TESTCONG: reduce_time = 1.289978e-01 iters = 104 time/iter = 1.240363e-03 GFTIME: time = 2.709828e+01 (Symanzik1) mflops = -2.031503e-01 FFTIME: time = 3.608586e+01 mflops = 7.881348e+02 LLTIME(long): time = 4.106228e-01 (Naik) mflops = 2.879210e+02 LLTIME(Fat): time = 6.743631e+00 (Asqtad opt) mflops = 5.989525e+02 LLTIME(long): time = 4.146211e-01 (Naik) mflops = 2.851445e+02 LLTIME(Fat): time = 6.756943e+00 (Asqtad opt) mflops = 5.977725e+02 LLTIME(long): time = 4.133070e-01 (Naik) mflops = 2.860512e+02 LLTIME(Fat): time = 6.761550e+00 (Asqtad opt) mflops = 5.973652e+02 CONGRAD5: time = 1.085490e+01 iters = 104 mflops = 7.453122e+02 TESTCONG: reduce_time = 1.167004e-01 iters = 104 time/iter = 1.122119e-03 CONGRAD5: time = 1.085640e+01 iters = 104 mflops = 7.452091e+02 TESTCONG: reduce_time = 1.497366e-01 iters = 104 time/iter = 1.439775e-03 GFTIME: time = 2.709793e+01 (Symanzik1) mflops = -2.031530e-01 FFTIME: time = 3.612275e+01 mflops = 7.873301e+02 LLTIME(long): time = 4.199109e-01 (Naik) mflops = 2.815524e+02 LLTIME(Fat): time = 6.754077e+00 (Asqtad opt) mflops = 5.980262e+02 LLTIME(long): time = 4.166820e-01 (Naik) mflops = 2.837342e+02 LLTIME(Fat): time = 6.757012e+00 (Asqtad opt) mflops = 5.977664e+02 LLTIME(long): time = 4.156179e-01 (Naik) mflops = 2.844606e+02 LLTIME(Fat): time = 6.754848e+00 (Asqtad opt) mflops = 5.979579e+02 CONGRAD5: time = 1.094530e+01 iters = 105 mflops = 7.462635e+02 TESTCONG: reduce_time = 1.159141e-01 iters = 105 time/iter = 1.103944e-03 CONGRAD5: time = 1.094272e+01 iters = 105 mflops = 7.464397e+02 TESTCONG: reduce_time = 1.346374e-01 iters = 105 time/iter = 1.282261e-03 GFTIME: time = 2.709396e+01 (Symanzik1) mflops = -2.031827e-01 FFTIME: time = 3.615907e+01 mflops = 7.865392e+02 LLTIME(long): time = 4.007280e-01 (Naik) mflops = 2.950304e+02 LLTIME(Fat): time = 6.781420e+00 (Asqtad opt) mflops = 5.956149e+02 LLTIME(long): time = 4.145100e-01 (Naik) mflops = 2.852210e+02 LLTIME(Fat): time = 6.761851e+00 (Asqtad opt) mflops = 5.973386e+02 LLTIME(long): time = 4.161351e-01 (Naik) mflops = 2.841071e+02 LLTIME(Fat): time = 6.773739e+00 (Asqtad opt) mflops = 5.962903e+02 CONGRAD5: time = 1.093175e+01 iters = 105 mflops = 7.471885e+02 TESTCONG: reduce_time = 1.464815e-01 iters = 105 time/iter = 1.395062e-03 CONGRAD5: time = 1.094413e+01 iters = 105 mflops = 7.463437e+02 TESTCONG: reduce_time = 9.120345e-02 iters = 105 time/iter = 8.686043e-04 GFTIME: time = 2.711470e+01 (Symanzik1) mflops = -2.030273e-01 FFTIME: time = 3.610863e+01 mflops = 7.876380e+02 LLTIME(long): time = 4.167731e-01 (Naik) mflops = 2.836722e+02 LLTIME(Fat): time = 6.757279e+00 (Asqtad opt) mflops = 5.977428e+02 LLTIME(long): time = 4.129288e-01 (Naik) mflops = 2.863131e+02 LLTIME(Fat): time = 6.769753e+00 (Asqtad opt) mflops = 5.966414e+02 LLTIME(long): time = 4.178648e-01 (Naik) mflops = 2.829311e+02 LLTIME(Fat): time = 6.759794e+00 (Asqtad opt) mflops = 5.975204e+02 CONGRAD5: time = 1.102236e+01 iters = 106 mflops = 7.481037e+02 TESTCONG: reduce_time = 7.432795e-02 iters = 106 time/iter = 7.012070e-04 CONGRAD5: time = 1.105810e+01 iters = 106 mflops = 7.456863e+02 TESTCONG: reduce_time = 1.511796e-01 iters = 106 time/iter = 1.426222e-03 GFTIME: time = 2.710071e+01 (Symanzik1) mflops = -2.031321e-01 FFTIME: time = 3.607320e+01 mflops = 7.884115e+02 LLTIME(long): time = 4.179711e-01 (Naik) mflops = 2.828591e+02 LLTIME(Fat): time = 6.767527e+00 (Asqtad opt) mflops = 5.968376e+02 LLTIME(long): time = 4.237130e-01 (Naik) mflops = 2.790260e+02 LLTIME(Fat): time = 6.776463e+00 (Asqtad opt) mflops = 5.960506e+02 LLTIME(long): time = 4.134340e-01 (Naik) mflops = 2.859633e+02 LLTIME(Fat): time = 6.771294e+00 (Asqtad opt) mflops = 5.965056e+02 CONGRAD5: time = 1.105251e+01 iters = 106 mflops = 7.460629e+02 TESTCONG: reduce_time = 8.807015e-02 iters = 106 time/iter = 8.308505e-04 CONGRAD5: time = 1.105320e+01 iters = 106 mflops = 7.460165e+02 TESTCONG: reduce_time = 1.750858e-01 iters = 106 time/iter = 1.651753e-03 GFTIME: time = 2.708957e+01 (Symanzik1) mflops = -2.032156e-01 FFTIME: time = 3.611396e+01 mflops = 7.875217e+02 LLTIME(long): time = 4.170840e-01 (Naik) mflops = 2.834608e+02 LLTIME(Fat): time = 6.751438e+00 (Asqtad opt) mflops = 5.982599e+02 LLTIME(long): time = 4.167809e-01 (Naik) mflops = 2.836669e+02 LLTIME(Fat): time = 6.747660e+00 (Asqtad opt) mflops = 5.985949e+02 LLTIME(long): time = 4.149551e-01 (Naik) mflops = 2.849150e+02 LLTIME(Fat): time = 6.759374e+00 (Asqtad opt) mflops = 5.975575e+02 CONGRAD5: time = 1.116118e+01 iters = 107 mflops = 7.457688e+02 TESTCONG: reduce_time = 1.469872e-01 iters = 107 time/iter = 1.373712e-03 CONGRAD5: time = 1.114296e+01 iters = 107 mflops = 7.469885e+02 TESTCONG: reduce_time = 1.362505e-01 iters = 107 time/iter = 1.273369e-03 GFTIME: time = 2.708284e+01 (Symanzik1) mflops = -2.032661e-01 FFTIME: time = 3.613621e+01 mflops = 7.870367e+02 PLAQ: 2.658360 2.658338 P_LOOP: 3.906134e-01 -1.507364e-03 LLTIME(long): time = 4.093490e-01 (Naik) mflops = 2.888170e+02 LLTIME(Fat): time = 6.759779e+00 (Asqtad opt) mflops = 5.975217e+02 CONGRAD5: time = 9.501684e+00 iters = 91 mflops = 7.450261e+02 TESTCONG: reduce_time = 9.627080e-02 iters = 91 time/iter = 1.057921e-03 PBP: mass 1.000000e-02 5.142765e-03 5.259435e-03 9.211007e-05 8.879411e-05 ( 1 of 1 ) FACTION: mass = 1.000000e-02, 1.500418e+00 ( 1 of 1 ) CONGRAD5: time = 9.405259e+00 iters = 90 mflops = 7.443932e+02 TESTCONG: reduce_time = 2.080162e-01 iters = 90 time/iter = 2.311291e-03 PBP: mass 1.000000e-02 5.042681e-03 5.353270e-03 -1.212902e-04 -1.269964e-04 ( 1 of 1 ) FACTION: mass = 1.000000e-02, 1.499398e+00 ( 1 of 1 ) LLTIME(long): time = 4.209311e-01 (Naik) mflops = 2.808701e+02 LLTIME(Fat): time = 6.758007e+00 (Asqtad opt) mflops = 5.976784e+02 LLTIME(long): time = 4.110630e-01 (Naik) mflops = 2.876127e+02 LLTIME(Fat): time = 6.771982e+00 (Asqtad opt) mflops = 5.964450e+02 LLTIME(long): time = 4.193289e-01 (Naik) mflops = 2.819432e+02 LLTIME(Fat): time = 6.895068e+00 (Asqtad opt) mflops = 5.857977e+02 CONGRAD5: time = 1.124955e+01 iters = 107 mflops = 7.399106e+02 TESTCONG: reduce_time = 1.011531e-01 iters = 107 time/iter = 9.453564e-04 CONGRAD5: time = 1.117031e+01 iters = 107 mflops = 7.451594e+02 TESTCONG: reduce_time = 7.728958e-02 iters = 107 time/iter = 7.223325e-04 GFTIME: time = 2.708714e+01 (Symanzik1) mflops = -2.032338e-01 FFTIME: time = 3.608983e+01 mflops = 7.880483e+02 LLTIME(long): time = 4.110529e-01 (Naik) mflops = 2.876197e+02 LLTIME(Fat): time = 6.749044e+00 (Asqtad opt) mflops = 5.984721e+02 LLTIME(long): time = 4.128752e-01 (Naik) mflops = 2.863503e+02 LLTIME(Fat): time = 6.766415e+00 (Asqtad opt) mflops = 5.969357e+02 LLTIME(long): time = 4.151130e-01 (Naik) mflops = 2.848067e+02 LLTIME(Fat): time = 6.753957e+00 (Asqtad opt) mflops = 5.980368e+02 CONGRAD5: time = 1.114419e+01 iters = 107 mflops = 7.469058e+02 TESTCONG: reduce_time = 1.521885e-01 iters = 107 time/iter = 1.422323e-03 CONGRAD5: time = 1.116286e+01 iters = 107 mflops = 7.456568e+02 TESTCONG: reduce_time = 1.043711e-01 iters = 107 time/iter = 9.754306e-04 GFTIME: time = 2.707406e+01 (Symanzik1) mflops = -2.033321e-01 FFTIME: time = 3.608673e+01 mflops = 7.881159e+02 LLTIME(long): time = 4.107420e-01 (Naik) mflops = 2.878375e+02 LLTIME(Fat): time = 6.752896e+00 (Asqtad opt) mflops = 5.981307e+02 LLTIME(long): time = 4.155149e-01 (Naik) mflops = 2.845311e+02 LLTIME(Fat): time = 6.759410e+00 (Asqtad opt) mflops = 5.975543e+02 LLTIME(long): time = 4.126749e-01 (Naik) mflops = 2.864893e+02 LLTIME(Fat): time = 6.744067e+00 (Asqtad opt) mflops = 5.989138e+02 CONGRAD5: time = 1.113374e+01 iters = 107 mflops = 7.476067e+02 TESTCONG: reduce_time = 1.695817e-01 iters = 107 time/iter = 1.584875e-03 CONGRAD5: time = 1.115268e+01 iters = 107 mflops = 7.463370e+02 TESTCONG: reduce_time = 1.512744e-01 iters = 107 time/iter = 1.413780e-03 GFTIME: time = 2.713825e+01 (Symanzik1) mflops = -2.028511e-01 FFTIME: time = 3.612814e+01 mflops = 7.872126e+02 LLTIME(long): time = 4.167750e-01 (Naik) mflops = 2.836709e+02 LLTIME(Fat): time = 6.759013e+00 (Asqtad opt) mflops = 5.975894e+02 LLTIME(long): time = 4.195619e-01 (Naik) mflops = 2.817867e+02 LLTIME(Fat): time = 6.765304e+00 (Asqtad opt) mflops = 5.970337e+02 LLTIME(long): time = 4.125311e-01 (Naik) mflops = 2.865891e+02 LLTIME(Fat): time = 6.767509e+00 (Asqtad opt) mflops = 5.968392e+02 CONGRAD5: time = 1.126498e+01 iters = 108 mflops = 7.458029e+02 TESTCONG: reduce_time = 1.535318e-01 iters = 108 time/iter = 1.421591e-03 CONGRAD5: time = 1.125163e+01 iters = 108 mflops = 7.466878e+02 TESTCONG: reduce_time = 1.623111e-01 iters = 108 time/iter = 1.502880e-03 GFTIME: time = 2.709491e+01 (Symanzik1) mflops = -2.031756e-01 FFTIME: time = 3.607305e+01 mflops = 7.884149e+02 LLTIME(long): time = 4.186821e-01 (Naik) mflops = 2.823788e+02 LLTIME(Fat): time = 6.763292e+00 (Asqtad opt) mflops = 5.972113e+02 LLTIME(long): time = 4.180610e-01 (Naik) mflops = 2.827983e+02 LLTIME(Fat): time = 6.751210e+00 (Asqtad opt) mflops = 5.982801e+02 LLTIME(long): time = 4.171450e-01 (Naik) mflops = 2.834193e+02 LLTIME(Fat): time = 6.759293e+00 (Asqtad opt) mflops = 5.975647e+02 CONGRAD5: time = 1.125399e+01 iters = 108 mflops = 7.465307e+02 TESTCONG: reduce_time = 1.615703e-01 iters = 108 time/iter = 1.496021e-03 CONGRAD5: time = 1.126817e+01 iters = 108 mflops = 7.455914e+02 TESTCONG: reduce_time = 2.058558e-01 iters = 108 time/iter = 1.906073e-03 GFTIME: time = 2.709954e+01 (Symanzik1) mflops = -2.031408e-01 FFTIME: time = 3.607248e+01 mflops = 7.884273e+02 LLTIME(long): time = 4.127460e-01 (Naik) mflops = 2.864400e+02 LLTIME(Fat): time = 6.762248e+00 (Asqtad opt) mflops = 5.973035e+02 LLTIME(long): time = 4.166861e-01 (Naik) mflops = 2.837315e+02 LLTIME(Fat): time = 6.760061e+00 (Asqtad opt) mflops = 5.974968e+02 LLTIME(long): time = 4.155610e-01 (Naik) mflops = 2.844996e+02 LLTIME(Fat): time = 6.770082e+00 (Asqtad opt) mflops = 5.966124e+02 CONGRAD5: time = 1.123532e+01 iters = 108 mflops = 7.477715e+02 TESTCONG: reduce_time = 1.478095e-01 iters = 108 time/iter = 1.368607e-03 CONGRAD5: time = 1.134906e+01 iters = 109 mflops = 7.471316e+02 TESTCONG: reduce_time = 1.050510e-01 iters = 109 time/iter = 9.637710e-04 GFTIME: time = 2.714942e+01 (Symanzik1) mflops = -2.027676e-01 FFTIME: time = 3.639023e+01 mflops = 7.815428e+02 LLTIME(long): time = 4.172640e-01 (Naik) mflops = 2.833385e+02 LLTIME(Fat): time = 6.757810e+00 (Asqtad opt) mflops = 5.976958e+02 LLTIME(long): time = 4.114351e-01 (Naik) mflops = 2.873526e+02 LLTIME(Fat): time = 6.768190e+00 (Asqtad opt) mflops = 5.967791e+02 LLTIME(long): time = 4.164870e-01 (Naik) mflops = 2.838671e+02 LLTIME(Fat): time = 6.764140e+00 (Asqtad opt) mflops = 5.971365e+02 CONGRAD5: time = 1.135977e+01 iters = 109 mflops = 7.464273e+02 TESTCONG: reduce_time = 1.741641e-01 iters = 109 time/iter = 1.597835e-03 CONGRAD5: time = 1.136481e+01 iters = 109 mflops = 7.460964e+02 TESTCONG: reduce_time = 1.991861e-01 iters = 109 time/iter = 1.827395e-03 GFTIME: time = 2.713740e+01 (Symanzik1) mflops = -2.028575e-01 FFTIME: time = 3.610332e+01 mflops = 7.877537e+02 LLTIME(long): time = 4.136262e-01 (Naik) mflops = 2.858304e+02 LLTIME(Fat): time = 6.758119e+00 (Asqtad opt) mflops = 5.976685e+02 LLTIME(long): time = 4.145570e-01 (Naik) mflops = 2.851886e+02 LLTIME(Fat): time = 6.767064e+00 (Asqtad opt) mflops = 5.968785e+02 LLTIME(long): time = 4.130762e-01 (Naik) mflops = 2.862110e+02 LLTIME(Fat): time = 6.758441e+00 (Asqtad opt) mflops = 5.976400e+02 CONGRAD5: time = 1.147484e+01 iters = 110 mflops = 7.457218e+02 TESTCONG: reduce_time = 1.203592e-01 iters = 110 time/iter = 1.094174e-03 CONGRAD5: time = 1.146645e+01 iters = 110 mflops = 7.462671e+02 TESTCONG: reduce_time = 1.490138e-01 iters = 110 time/iter = 1.354671e-03 GFTIME: time = 2.712348e+01 (Symanzik1) mflops = -2.029615e-01 FFTIME: time = 3.608347e+01 mflops = 7.881872e+02 PLAQ: 2.443139 2.443152 P_LOOP: 6.489087e-02 -2.986151e-03 LLTIME(long): time = 4.120579e-01 (Naik) mflops = 2.869183e+02 LLTIME(Fat): time = 6.771543e+00 (Asqtad opt) mflops = 5.964837e+02 CONGRAD5: time = 9.731170e+00 iters = 93 mflops = 7.434445e+02 TESTCONG: reduce_time = 1.674845e-01 iters = 93 time/iter = 1.800909e-03 PBP: mass 1.000000e-02 5.879080e-03 5.866801e-03 5.882369e-05 6.414428e-05 ( 1 of 1 ) FACTION: mass = 1.000000e-02, 1.500385e+00 ( 1 of 1 ) CONGRAD5: time = 9.697101e+00 iters = 93 mflops = 7.460564e+02 TESTCONG: reduce_time = 1.055970e-01 iters = 93 time/iter = 1.135452e-03 PBP: mass 1.000000e-02 5.840848e-03 5.897290e-03 1.105854e-04 1.071485e-04 ( 1 of 1 ) FACTION: mass = 1.000000e-02, 1.500023e+00 ( 1 of 1 ) RUNNING COMPLETED average cg iters for step= 2.130000e+02 total_iters = 3778 NERSC_TIME 1801.344 secs exit: Sun Dec 12 08:51:41 2021 Application 1109241 resources: utime ~450116s, stime ~11624s, Rss ~285272, inblocks ~1078083, outblocks ~161663 Displaying status file: verified [SSH] completed [SSH] exit-status: 0 [workspace] $ /bin/sh -xe /tmp/jenkins8284758676593041144.sh + scp JYC_REMOTE:/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/wallclock /var/lib/jenkins/jobs/MILC/workspace Recording plot data Saving plot series data from: /var/lib/jenkins/jobs/MILC/workspace/wallclock Finished: SUCCESS