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/jenkins4219323608347839517.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 2 17: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 597424.jyc to start ... Submitted job 597424.jyc is running. Following .running ... 597424.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 = 2.906108e-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.260530e-01 (Naik) mflops = 2.774935e+02 LLTIME(Fat): time = 6.810831e+00 (Asqtad opt) mflops = 5.930429e+02 LLTIME(long): time = 4.182010e-01 (Naik) mflops = 2.827037e+02 LLTIME(Fat): time = 6.773461e+00 (Asqtad opt) mflops = 5.963147e+02 LLTIME(long): time = 4.122770e-01 (Naik) mflops = 2.867658e+02 LLTIME(Fat): time = 6.776205e+00 (Asqtad opt) mflops = 5.960733e+02 CONGRAD5: time = 1.086055e+01 iters = 104 mflops = 7.449246e+02 TESTCONG: reduce_time = 1.691027e-01 iters = 104 time/iter = 1.625987e-03 CONGRAD5: time = 1.083787e+01 iters = 104 mflops = 7.464832e+02 TESTCONG: reduce_time = 1.104403e-01 iters = 104 time/iter = 1.061926e-03 GFTIME: time = 2.709181e+01 (Symanzik1) mflops = -2.031988e-01 FFTIME: time = 3.605238e+01 mflops = 7.888669e+02 LLTIME(long): time = 4.280860e-01 (Naik) mflops = 2.761757e+02 LLTIME(Fat): time = 6.763907e+00 (Asqtad opt) mflops = 5.971571e+02 LLTIME(long): time = 4.191451e-01 (Naik) mflops = 2.820669e+02 LLTIME(Fat): time = 6.756168e+00 (Asqtad opt) mflops = 5.978411e+02 LLTIME(long): time = 4.144120e-01 (Naik) mflops = 2.852884e+02 LLTIME(Fat): time = 6.763231e+00 (Asqtad opt) mflops = 5.972167e+02 CONGRAD5: time = 1.081917e+01 iters = 104 mflops = 7.477736e+02 TESTCONG: reduce_time = 1.594059e-01 iters = 104 time/iter = 1.532749e-03 CONGRAD5: time = 1.083573e+01 iters = 104 mflops = 7.466305e+02 TESTCONG: reduce_time = 1.033924e-01 iters = 104 time/iter = 9.941573e-04 GFTIME: time = 2.710515e+01 (Symanzik1) mflops = -2.030988e-01 FFTIME: time = 3.619359e+01 mflops = 7.857891e+02 LLTIME(long): time = 4.085429e-01 (Naik) mflops = 2.893869e+02 LLTIME(Fat): time = 6.780709e+00 (Asqtad opt) mflops = 5.956773e+02 LLTIME(long): time = 4.255052e-01 (Naik) mflops = 2.778508e+02 LLTIME(Fat): time = 6.759321e+00 (Asqtad opt) mflops = 5.975622e+02 LLTIME(long): time = 4.183090e-01 (Naik) mflops = 2.826307e+02 LLTIME(Fat): time = 6.743393e+00 (Asqtad opt) mflops = 5.989736e+02 CONGRAD5: time = 1.083429e+01 iters = 104 mflops = 7.467296e+02 TESTCONG: reduce_time = 1.289997e-01 iters = 104 time/iter = 1.240382e-03 CONGRAD5: time = 1.083804e+01 iters = 104 mflops = 7.464716e+02 TESTCONG: reduce_time = 1.434429e-01 iters = 104 time/iter = 1.379258e-03 GFTIME: time = 2.713774e+01 (Symanzik1) mflops = -2.028549e-01 FFTIME: time = 3.619944e+01 mflops = 7.856620e+02 LLTIME(long): time = 4.168391e-01 (Naik) mflops = 2.836273e+02 LLTIME(Fat): time = 6.759060e+00 (Asqtad opt) mflops = 5.975853e+02 LLTIME(long): time = 4.144261e-01 (Naik) mflops = 2.852787e+02 LLTIME(Fat): time = 6.758026e+00 (Asqtad opt) mflops = 5.976767e+02 LLTIME(long): time = 4.111400e-01 (Naik) mflops = 2.875589e+02 LLTIME(Fat): time = 6.761193e+00 (Asqtad opt) mflops = 5.973968e+02 CONGRAD5: time = 1.095659e+01 iters = 105 mflops = 7.454943e+02 TESTCONG: reduce_time = 1.598034e-01 iters = 105 time/iter = 1.521937e-03 CONGRAD5: time = 1.093918e+01 iters = 105 mflops = 7.466809e+02 TESTCONG: reduce_time = 1.625874e-01 iters = 105 time/iter = 1.548451e-03 GFTIME: time = 2.711273e+01 (Symanzik1) mflops = -2.030420e-01 FFTIME: time = 3.616562e+01 mflops = 7.863967e+02 LLTIME(long): time = 4.147711e-01 (Naik) mflops = 2.850414e+02 LLTIME(Fat): time = 6.758124e+00 (Asqtad opt) mflops = 5.976680e+02 LLTIME(long): time = 4.198608e-01 (Naik) mflops = 2.815860e+02 LLTIME(Fat): time = 6.771846e+00 (Asqtad opt) mflops = 5.964570e+02 LLTIME(long): time = 4.180379e-01 (Naik) mflops = 2.828139e+02 LLTIME(Fat): time = 6.759650e+00 (Asqtad opt) mflops = 5.975331e+02 CONGRAD5: time = 1.095658e+01 iters = 105 mflops = 7.454950e+02 TESTCONG: reduce_time = 1.743286e-01 iters = 105 time/iter = 1.660272e-03 CONGRAD5: time = 1.093496e+01 iters = 105 mflops = 7.469695e+02 TESTCONG: reduce_time = 1.551828e-01 iters = 105 time/iter = 1.477932e-03 GFTIME: time = 2.708474e+01 (Symanzik1) mflops = -2.032518e-01 FFTIME: time = 3.621628e+01 mflops = 7.852967e+02 LLTIME(long): time = 4.134529e-01 (Naik) mflops = 2.859502e+02 LLTIME(Fat): time = 6.763948e+00 (Asqtad opt) mflops = 5.971534e+02 LLTIME(long): time = 4.170251e-01 (Naik) mflops = 2.835008e+02 LLTIME(Fat): time = 6.765986e+00 (Asqtad opt) mflops = 5.969736e+02 LLTIME(long): time = 4.157939e-01 (Naik) mflops = 2.843403e+02 LLTIME(Fat): time = 6.761831e+00 (Asqtad opt) mflops = 5.973404e+02 CONGRAD5: time = 1.104610e+01 iters = 106 mflops = 7.464963e+02 TESTCONG: reduce_time = 1.582053e-01 iters = 106 time/iter = 1.492503e-03 CONGRAD5: time = 1.105263e+01 iters = 106 mflops = 7.460553e+02 TESTCONG: reduce_time = 1.207488e-01 iters = 106 time/iter = 1.139139e-03 GFTIME: time = 2.708871e+01 (Symanzik1) mflops = -2.032221e-01 FFTIME: time = 3.611098e+01 mflops = 7.875867e+02 LLTIME(long): time = 4.149830e-01 (Naik) mflops = 2.848958e+02 LLTIME(Fat): time = 6.761089e+00 (Asqtad opt) mflops = 5.974059e+02 LLTIME(long): time = 4.175520e-01 (Naik) mflops = 2.831430e+02 LLTIME(Fat): time = 6.760803e+00 (Asqtad opt) mflops = 5.974312e+02 LLTIME(long): time = 4.171910e-01 (Naik) mflops = 2.833880e+02 LLTIME(Fat): time = 6.760464e+00 (Asqtad opt) mflops = 5.974612e+02 CONGRAD5: time = 1.105181e+01 iters = 106 mflops = 7.461104e+02 TESTCONG: reduce_time = 1.297326e-01 iters = 106 time/iter = 1.223893e-03 CONGRAD5: time = 1.104459e+01 iters = 106 mflops = 7.465982e+02 TESTCONG: reduce_time = 1.275337e-01 iters = 106 time/iter = 1.203148e-03 GFTIME: time = 2.708472e+01 (Symanzik1) mflops = -2.032520e-01 FFTIME: time = 3.619367e+01 mflops = 7.857874e+02 LLTIME(long): time = 4.075789e-01 (Naik) mflops = 2.900713e+02 LLTIME(Fat): time = 6.768138e+00 (Asqtad opt) mflops = 5.967838e+02 LLTIME(long): time = 4.170439e-01 (Naik) mflops = 2.834880e+02 LLTIME(Fat): time = 6.765962e+00 (Asqtad opt) mflops = 5.969757e+02 LLTIME(long): time = 4.169419e-01 (Naik) mflops = 2.835574e+02 LLTIME(Fat): time = 6.764297e+00 (Asqtad opt) mflops = 5.971226e+02 CONGRAD5: time = 1.113409e+01 iters = 107 mflops = 7.475833e+02 TESTCONG: reduce_time = 1.732395e-01 iters = 107 time/iter = 1.619060e-03 CONGRAD5: time = 1.114983e+01 iters = 107 mflops = 7.465281e+02 TESTCONG: reduce_time = 1.234081e-01 iters = 107 time/iter = 1.153347e-03 GFTIME: time = 2.710837e+01 (Symanzik1) mflops = -2.030747e-01 FFTIME: time = 3.606213e+01 mflops = 7.886536e+02 PLAQ: 2.658360 2.658338 P_LOOP: 3.906134e-01 -1.507364e-03 LLTIME(long): time = 4.137919e-01 (Naik) mflops = 2.857159e+02 LLTIME(Fat): time = 6.769284e+00 (Asqtad opt) mflops = 5.966827e+02 CONGRAD5: time = 9.513676e+00 iters = 91 mflops = 7.440870e+02 TESTCONG: reduce_time = 1.216691e-01 iters = 91 time/iter = 1.337023e-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.393571e+00 iters = 90 mflops = 7.453194e+02 TESTCONG: reduce_time = 7.819819e-02 iters = 90 time/iter = 8.688688e-04 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.202158e-01 (Naik) mflops = 2.813481e+02 LLTIME(Fat): time = 6.769425e+00 (Asqtad opt) mflops = 5.966703e+02 LLTIME(long): time = 4.177878e-01 (Naik) mflops = 2.829832e+02 LLTIME(Fat): time = 6.754653e+00 (Asqtad opt) mflops = 5.979752e+02 LLTIME(long): time = 4.184558e-01 (Naik) mflops = 2.825315e+02 LLTIME(Fat): time = 6.766575e+00 (Asqtad opt) mflops = 5.969216e+02 CONGRAD5: time = 1.115660e+01 iters = 107 mflops = 7.460752e+02 TESTCONG: reduce_time = 2.132330e-01 iters = 107 time/iter = 1.992832e-03 CONGRAD5: time = 1.115184e+01 iters = 107 mflops = 7.463935e+02 TESTCONG: reduce_time = 8.646107e-02 iters = 107 time/iter = 8.080474e-04 GFTIME: time = 2.703019e+01 (Symanzik1) mflops = -2.036621e-01 FFTIME: time = 3.607578e+01 mflops = 7.883551e+02 LLTIME(long): time = 4.112439e-01 (Naik) mflops = 2.874862e+02 LLTIME(Fat): time = 6.736603e+00 (Asqtad opt) mflops = 5.995774e+02 LLTIME(long): time = 4.190381e-01 (Naik) mflops = 2.821389e+02 LLTIME(Fat): time = 6.770165e+00 (Asqtad opt) mflops = 5.966051e+02 LLTIME(long): time = 4.131210e-01 (Naik) mflops = 2.861800e+02 LLTIME(Fat): time = 6.771340e+00 (Asqtad opt) mflops = 5.965016e+02 CONGRAD5: time = 1.114329e+01 iters = 107 mflops = 7.469666e+02 TESTCONG: reduce_time = 1.133645e-01 iters = 107 time/iter = 1.059481e-03 CONGRAD5: time = 1.114673e+01 iters = 107 mflops = 7.467357e+02 TESTCONG: reduce_time = 9.679198e-02 iters = 107 time/iter = 9.045980e-04 GFTIME: time = 2.708162e+01 (Symanzik1) mflops = -2.032753e-01 FFTIME: time = 3.613114e+01 mflops = 7.871472e+02 LLTIME(long): time = 4.244430e-01 (Naik) mflops = 2.785461e+02 LLTIME(Fat): time = 6.768911e+00 (Asqtad opt) mflops = 5.967156e+02 LLTIME(long): time = 4.122510e-01 (Naik) mflops = 2.867839e+02 LLTIME(Fat): time = 6.774262e+00 (Asqtad opt) mflops = 5.962443e+02 LLTIME(long): time = 4.170940e-01 (Naik) mflops = 2.834540e+02 LLTIME(Fat): time = 6.753943e+00 (Asqtad opt) mflops = 5.980380e+02 CONGRAD5: time = 1.114579e+01 iters = 107 mflops = 7.467987e+02 TESTCONG: reduce_time = 1.757991e-01 iters = 107 time/iter = 1.642983e-03 CONGRAD5: time = 1.115821e+01 iters = 107 mflops = 7.459673e+02 TESTCONG: reduce_time = 7.701159e-02 iters = 107 time/iter = 7.197344e-04 GFTIME: time = 2.707440e+01 (Symanzik1) mflops = -2.033295e-01 FFTIME: time = 3.621196e+01 mflops = 7.853903e+02 LLTIME(long): time = 4.102111e-01 (Naik) mflops = 2.882100e+02 LLTIME(Fat): time = 6.771380e+00 (Asqtad opt) mflops = 5.964980e+02 LLTIME(long): time = 4.129360e-01 (Naik) mflops = 2.863082e+02 LLTIME(Fat): time = 6.755479e+00 (Asqtad opt) mflops = 5.979020e+02 LLTIME(long): time = 4.130709e-01 (Naik) mflops = 2.862146e+02 LLTIME(Fat): time = 6.758766e+00 (Asqtad opt) mflops = 5.976113e+02 CONGRAD5: time = 1.123232e+01 iters = 108 mflops = 7.479714e+02 TESTCONG: reduce_time = 1.386955e-01 iters = 108 time/iter = 1.284217e-03 CONGRAD5: time = 1.123039e+01 iters = 108 mflops = 7.481002e+02 TESTCONG: reduce_time = 1.116118e-01 iters = 108 time/iter = 1.033443e-03 GFTIME: time = 2.707589e+01 (Symanzik1) mflops = -2.033183e-01 FFTIME: time = 3.605347e+01 mflops = 7.888430e+02 LLTIME(long): time = 4.181218e-01 (Naik) mflops = 2.827572e+02 LLTIME(Fat): time = 6.774356e+00 (Asqtad opt) mflops = 5.962360e+02 LLTIME(long): time = 4.214540e-01 (Naik) mflops = 2.805216e+02 LLTIME(Fat): time = 6.773761e+00 (Asqtad opt) mflops = 5.962883e+02 LLTIME(long): time = 4.131742e-01 (Naik) mflops = 2.861431e+02 LLTIME(Fat): time = 6.766655e+00 (Asqtad opt) mflops = 5.969145e+02 CONGRAD5: time = 1.122827e+01 iters = 108 mflops = 7.482411e+02 TESTCONG: reduce_time = 1.309850e-01 iters = 108 time/iter = 1.212824e-03 CONGRAD5: time = 1.123535e+01 iters = 108 mflops = 7.477697e+02 TESTCONG: reduce_time = 1.044199e-01 iters = 108 time/iter = 9.668514e-04 GFTIME: time = 2.708787e+01 (Symanzik1) mflops = -2.032284e-01 FFTIME: time = 3.618517e+01 mflops = 7.859719e+02 LLTIME(long): time = 4.149358e-01 (Naik) mflops = 2.849283e+02 LLTIME(Fat): time = 6.769153e+00 (Asqtad opt) mflops = 5.966943e+02 LLTIME(long): time = 4.120271e-01 (Naik) mflops = 2.869397e+02 LLTIME(Fat): time = 6.766168e+00 (Asqtad opt) mflops = 5.969575e+02 LLTIME(long): time = 4.145420e-01 (Naik) mflops = 2.851990e+02 LLTIME(Fat): time = 6.756916e+00 (Asqtad opt) mflops = 5.977749e+02 CONGRAD5: time = 1.124834e+01 iters = 108 mflops = 7.469062e+02 TESTCONG: reduce_time = 1.459033e-01 iters = 108 time/iter = 1.350957e-03 CONGRAD5: time = 1.135887e+01 iters = 109 mflops = 7.464868e+02 TESTCONG: reduce_time = 1.042697e-01 iters = 109 time/iter = 9.566031e-04 GFTIME: time = 2.711011e+01 (Symanzik1) mflops = -2.030617e-01 FFTIME: time = 3.617465e+01 mflops = 7.862006e+02 LLTIME(long): time = 4.197619e-01 (Naik) mflops = 2.816524e+02 LLTIME(Fat): time = 6.770011e+00 (Asqtad opt) mflops = 5.966186e+02 LLTIME(long): time = 4.207819e-01 (Naik) mflops = 2.809697e+02 LLTIME(Fat): time = 6.751712e+00 (Asqtad opt) mflops = 5.982356e+02 LLTIME(long): time = 4.143479e-01 (Naik) mflops = 2.853326e+02 LLTIME(Fat): time = 6.751067e+00 (Asqtad opt) mflops = 5.982928e+02 CONGRAD5: time = 1.134141e+01 iters = 109 mflops = 7.476360e+02 TESTCONG: reduce_time = 1.256039e-01 iters = 109 time/iter = 1.152329e-03 CONGRAD5: time = 1.133465e+01 iters = 109 mflops = 7.480816e+02 TESTCONG: reduce_time = 1.465797e-01 iters = 109 time/iter = 1.344768e-03 GFTIME: time = 2.707703e+01 (Symanzik1) mflops = -2.033097e-01 FFTIME: time = 3.617897e+01 mflops = 7.861066e+02 LLTIME(long): time = 4.114041e-01 (Naik) mflops = 2.873742e+02 LLTIME(Fat): time = 6.760080e+00 (Asqtad opt) mflops = 5.974951e+02 LLTIME(long): time = 4.153881e-01 (Naik) mflops = 2.846180e+02 LLTIME(Fat): time = 6.768191e+00 (Asqtad opt) mflops = 5.967791e+02 LLTIME(long): time = 4.140151e-01 (Naik) mflops = 2.855619e+02 LLTIME(Fat): time = 6.758525e+00 (Asqtad opt) mflops = 5.976326e+02 CONGRAD5: time = 1.145603e+01 iters = 110 mflops = 7.469459e+02 TESTCONG: reduce_time = 9.538221e-02 iters = 110 time/iter = 8.671110e-04 CONGRAD5: time = 1.144140e+01 iters = 110 mflops = 7.479012e+02 TESTCONG: reduce_time = 1.431780e-01 iters = 110 time/iter = 1.301618e-03 GFTIME: time = 2.711780e+01 (Symanzik1) mflops = -2.030041e-01 FFTIME: time = 3.614988e+01 mflops = 7.867391e+02 PLAQ: 2.443139 2.443152 P_LOOP: 6.489087e-02 -2.986151e-03 LLTIME(long): time = 4.102571e-01 (Naik) mflops = 2.881777e+02 LLTIME(Fat): time = 6.769237e+00 (Asqtad opt) mflops = 5.966869e+02 CONGRAD5: time = 9.719884e+00 iters = 93 mflops = 7.443077e+02 TESTCONG: reduce_time = 6.529450e-02 iters = 93 time/iter = 7.020914e-04 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.708343e+00 iters = 93 mflops = 7.451925e+02 TESTCONG: reduce_time = 1.655893e-01 iters = 93 time/iter = 1.780530e-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.462 secs exit: Thu Dec 2 17:51:57 2021 Application 1106136 resources: utime ~450155s, stime ~11615s, Rss ~285268, inblocks ~1079385, outblocks ~161658 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 = 2.906108e-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.260530e-01 (Naik) mflops = 2.774935e+02 LLTIME(Fat): time = 6.810831e+00 (Asqtad opt) mflops = 5.930429e+02 LLTIME(long): time = 4.182010e-01 (Naik) mflops = 2.827037e+02 LLTIME(Fat): time = 6.773461e+00 (Asqtad opt) mflops = 5.963147e+02 LLTIME(long): time = 4.122770e-01 (Naik) mflops = 2.867658e+02 LLTIME(Fat): time = 6.776205e+00 (Asqtad opt) mflops = 5.960733e+02 CONGRAD5: time = 1.086055e+01 iters = 104 mflops = 7.449246e+02 TESTCONG: reduce_time = 1.691027e-01 iters = 104 time/iter = 1.625987e-03 CONGRAD5: time = 1.083787e+01 iters = 104 mflops = 7.464832e+02 TESTCONG: reduce_time = 1.104403e-01 iters = 104 time/iter = 1.061926e-03 GFTIME: time = 2.709181e+01 (Symanzik1) mflops = -2.031988e-01 FFTIME: time = 3.605238e+01 mflops = 7.888669e+02 LLTIME(long): time = 4.280860e-01 (Naik) mflops = 2.761757e+02 LLTIME(Fat): time = 6.763907e+00 (Asqtad opt) mflops = 5.971571e+02 LLTIME(long): time = 4.191451e-01 (Naik) mflops = 2.820669e+02 LLTIME(Fat): time = 6.756168e+00 (Asqtad opt) mflops = 5.978411e+02 LLTIME(long): time = 4.144120e-01 (Naik) mflops = 2.852884e+02 LLTIME(Fat): time = 6.763231e+00 (Asqtad opt) mflops = 5.972167e+02 CONGRAD5: time = 1.081917e+01 iters = 104 mflops = 7.477736e+02 TESTCONG: reduce_time = 1.594059e-01 iters = 104 time/iter = 1.532749e-03 CONGRAD5: time = 1.083573e+01 iters = 104 mflops = 7.466305e+02 TESTCONG: reduce_time = 1.033924e-01 iters = 104 time/iter = 9.941573e-04 GFTIME: time = 2.710515e+01 (Symanzik1) mflops = -2.030988e-01 FFTIME: time = 3.619359e+01 mflops = 7.857891e+02 LLTIME(long): time = 4.085429e-01 (Naik) mflops = 2.893869e+02 LLTIME(Fat): time = 6.780709e+00 (Asqtad opt) mflops = 5.956773e+02 LLTIME(long): time = 4.255052e-01 (Naik) mflops = 2.778508e+02 LLTIME(Fat): time = 6.759321e+00 (Asqtad opt) mflops = 5.975622e+02 LLTIME(long): time = 4.183090e-01 (Naik) mflops = 2.826307e+02 LLTIME(Fat): time = 6.743393e+00 (Asqtad opt) mflops = 5.989736e+02 CONGRAD5: time = 1.083429e+01 iters = 104 mflops = 7.467296e+02 TESTCONG: reduce_time = 1.289997e-01 iters = 104 time/iter = 1.240382e-03 CONGRAD5: time = 1.083804e+01 iters = 104 mflops = 7.464716e+02 TESTCONG: reduce_time = 1.434429e-01 iters = 104 time/iter = 1.379258e-03 GFTIME: time = 2.713774e+01 (Symanzik1) mflops = -2.028549e-01 FFTIME: time = 3.619944e+01 mflops = 7.856620e+02 LLTIME(long): time = 4.168391e-01 (Naik) mflops = 2.836273e+02 LLTIME(Fat): time = 6.759060e+00 (Asqtad opt) mflops = 5.975853e+02 LLTIME(long): time = 4.144261e-01 (Naik) mflops = 2.852787e+02 LLTIME(Fat): time = 6.758026e+00 (Asqtad opt) mflops = 5.976767e+02 LLTIME(long): time = 4.111400e-01 (Naik) mflops = 2.875589e+02 LLTIME(Fat): time = 6.761193e+00 (Asqtad opt) mflops = 5.973968e+02 CONGRAD5: time = 1.095659e+01 iters = 105 mflops = 7.454943e+02 TESTCONG: reduce_time = 1.598034e-01 iters = 105 time/iter = 1.521937e-03 CONGRAD5: time = 1.093918e+01 iters = 105 mflops = 7.466809e+02 TESTCONG: reduce_time = 1.625874e-01 iters = 105 time/iter = 1.548451e-03 GFTIME: time = 2.711273e+01 (Symanzik1) mflops = -2.030420e-01 FFTIME: time = 3.616562e+01 mflops = 7.863967e+02 LLTIME(long): time = 4.147711e-01 (Naik) mflops = 2.850414e+02 LLTIME(Fat): time = 6.758124e+00 (Asqtad opt) mflops = 5.976680e+02 LLTIME(long): time = 4.198608e-01 (Naik) mflops = 2.815860e+02 LLTIME(Fat): time = 6.771846e+00 (Asqtad opt) mflops = 5.964570e+02 LLTIME(long): time = 4.180379e-01 (Naik) mflops = 2.828139e+02 LLTIME(Fat): time = 6.759650e+00 (Asqtad opt) mflops = 5.975331e+02 CONGRAD5: time = 1.095658e+01 iters = 105 mflops = 7.454950e+02 TESTCONG: reduce_time = 1.743286e-01 iters = 105 time/iter = 1.660272e-03 CONGRAD5: time = 1.093496e+01 iters = 105 mflops = 7.469695e+02 TESTCONG: reduce_time = 1.551828e-01 iters = 105 time/iter = 1.477932e-03 GFTIME: time = 2.708474e+01 (Symanzik1) mflops = -2.032518e-01 FFTIME: time = 3.621628e+01 mflops = 7.852967e+02 LLTIME(long): time = 4.134529e-01 (Naik) mflops = 2.859502e+02 LLTIME(Fat): time = 6.763948e+00 (Asqtad opt) mflops = 5.971534e+02 LLTIME(long): time = 4.170251e-01 (Naik) mflops = 2.835008e+02 LLTIME(Fat): time = 6.765986e+00 (Asqtad opt) mflops = 5.969736e+02 LLTIME(long): time = 4.157939e-01 (Naik) mflops = 2.843403e+02 LLTIME(Fat): time = 6.761831e+00 (Asqtad opt) mflops = 5.973404e+02 CONGRAD5: time = 1.104610e+01 iters = 106 mflops = 7.464963e+02 TESTCONG: reduce_time = 1.582053e-01 iters = 106 time/iter = 1.492503e-03 CONGRAD5: time = 1.105263e+01 iters = 106 mflops = 7.460553e+02 TESTCONG: reduce_time = 1.207488e-01 iters = 106 time/iter = 1.139139e-03 GFTIME: time = 2.708871e+01 (Symanzik1) mflops = -2.032221e-01 FFTIME: time = 3.611098e+01 mflops = 7.875867e+02 LLTIME(long): time = 4.149830e-01 (Naik) mflops = 2.848958e+02 LLTIME(Fat): time = 6.761089e+00 (Asqtad opt) mflops = 5.974059e+02 LLTIME(long): time = 4.175520e-01 (Naik) mflops = 2.831430e+02 LLTIME(Fat): time = 6.760803e+00 (Asqtad opt) mflops = 5.974312e+02 LLTIME(long): time = 4.171910e-01 (Naik) mflops = 2.833880e+02 LLTIME(Fat): time = 6.760464e+00 (Asqtad opt) mflops = 5.974612e+02 CONGRAD5: time = 1.105181e+01 iters = 106 mflops = 7.461104e+02 TESTCONG: reduce_time = 1.297326e-01 iters = 106 time/iter = 1.223893e-03 CONGRAD5: time = 1.104459e+01 iters = 106 mflops = 7.465982e+02 TESTCONG: reduce_time = 1.275337e-01 iters = 106 time/iter = 1.203148e-03 GFTIME: time = 2.708472e+01 (Symanzik1) mflops = -2.032520e-01 FFTIME: time = 3.619367e+01 mflops = 7.857874e+02 LLTIME(long): time = 4.075789e-01 (Naik) mflops = 2.900713e+02 LLTIME(Fat): time = 6.768138e+00 (Asqtad opt) mflops = 5.967838e+02 LLTIME(long): time = 4.170439e-01 (Naik) mflops = 2.834880e+02 LLTIME(Fat): time = 6.765962e+00 (Asqtad opt) mflops = 5.969757e+02 LLTIME(long): time = 4.169419e-01 (Naik) mflops = 2.835574e+02 LLTIME(Fat): time = 6.764297e+00 (Asqtad opt) mflops = 5.971226e+02 CONGRAD5: time = 1.113409e+01 iters = 107 mflops = 7.475833e+02 TESTCONG: reduce_time = 1.732395e-01 iters = 107 time/iter = 1.619060e-03 CONGRAD5: time = 1.114983e+01 iters = 107 mflops = 7.465281e+02 TESTCONG: reduce_time = 1.234081e-01 iters = 107 time/iter = 1.153347e-03 GFTIME: time = 2.710837e+01 (Symanzik1) mflops = -2.030747e-01 FFTIME: time = 3.606213e+01 mflops = 7.886536e+02 PLAQ: 2.658360 2.658338 P_LOOP: 3.906134e-01 -1.507364e-03 LLTIME(long): time = 4.137919e-01 (Naik) mflops = 2.857159e+02 LLTIME(Fat): time = 6.769284e+00 (Asqtad opt) mflops = 5.966827e+02 CONGRAD5: time = 9.513676e+00 iters = 91 mflops = 7.440870e+02 TESTCONG: reduce_time = 1.216691e-01 iters = 91 time/iter = 1.337023e-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.393571e+00 iters = 90 mflops = 7.453194e+02 TESTCONG: reduce_time = 7.819819e-02 iters = 90 time/iter = 8.688688e-04 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.202158e-01 (Naik) mflops = 2.813481e+02 LLTIME(Fat): time = 6.769425e+00 (Asqtad opt) mflops = 5.966703e+02 LLTIME(long): time = 4.177878e-01 (Naik) mflops = 2.829832e+02 LLTIME(Fat): time = 6.754653e+00 (Asqtad opt) mflops = 5.979752e+02 LLTIME(long): time = 4.184558e-01 (Naik) mflops = 2.825315e+02 LLTIME(Fat): time = 6.766575e+00 (Asqtad opt) mflops = 5.969216e+02 CONGRAD5: time = 1.115660e+01 iters = 107 mflops = 7.460752e+02 TESTCONG: reduce_time = 2.132330e-01 iters = 107 time/iter = 1.992832e-03 CONGRAD5: time = 1.115184e+01 iters = 107 mflops = 7.463935e+02 TESTCONG: reduce_time = 8.646107e-02 iters = 107 time/iter = 8.080474e-04 GFTIME: time = 2.703019e+01 (Symanzik1) mflops = -2.036621e-01 FFTIME: time = 3.607578e+01 mflops = 7.883551e+02 LLTIME(long): time = 4.112439e-01 (Naik) mflops = 2.874862e+02 LLTIME(Fat): time = 6.736603e+00 (Asqtad opt) mflops = 5.995774e+02 LLTIME(long): time = 4.190381e-01 (Naik) mflops = 2.821389e+02 LLTIME(Fat): time = 6.770165e+00 (Asqtad opt) mflops = 5.966051e+02 LLTIME(long): time = 4.131210e-01 (Naik) mflops = 2.861800e+02 LLTIME(Fat): time = 6.771340e+00 (Asqtad opt) mflops = 5.965016e+02 CONGRAD5: time = 1.114329e+01 iters = 107 mflops = 7.469666e+02 TESTCONG: reduce_time = 1.133645e-01 iters = 107 time/iter = 1.059481e-03 CONGRAD5: time = 1.114673e+01 iters = 107 mflops = 7.467357e+02 TESTCONG: reduce_time = 9.679198e-02 iters = 107 time/iter = 9.045980e-04 GFTIME: time = 2.708162e+01 (Symanzik1) mflops = -2.032753e-01 FFTIME: time = 3.613114e+01 mflops = 7.871472e+02 LLTIME(long): time = 4.244430e-01 (Naik) mflops = 2.785461e+02 LLTIME(Fat): time = 6.768911e+00 (Asqtad opt) mflops = 5.967156e+02 LLTIME(long): time = 4.122510e-01 (Naik) mflops = 2.867839e+02 LLTIME(Fat): time = 6.774262e+00 (Asqtad opt) mflops = 5.962443e+02 LLTIME(long): time = 4.170940e-01 (Naik) mflops = 2.834540e+02 LLTIME(Fat): time = 6.753943e+00 (Asqtad opt) mflops = 5.980380e+02 CONGRAD5: time = 1.114579e+01 iters = 107 mflops = 7.467987e+02 TESTCONG: reduce_time = 1.757991e-01 iters = 107 time/iter = 1.642983e-03 CONGRAD5: time = 1.115821e+01 iters = 107 mflops = 7.459673e+02 TESTCONG: reduce_time = 7.701159e-02 iters = 107 time/iter = 7.197344e-04 GFTIME: time = 2.707440e+01 (Symanzik1) mflops = -2.033295e-01 FFTIME: time = 3.621196e+01 mflops = 7.853903e+02 LLTIME(long): time = 4.102111e-01 (Naik) mflops = 2.882100e+02 LLTIME(Fat): time = 6.771380e+00 (Asqtad opt) mflops = 5.964980e+02 LLTIME(long): time = 4.129360e-01 (Naik) mflops = 2.863082e+02 LLTIME(Fat): time = 6.755479e+00 (Asqtad opt) mflops = 5.979020e+02 LLTIME(long): time = 4.130709e-01 (Naik) mflops = 2.862146e+02 LLTIME(Fat): time = 6.758766e+00 (Asqtad opt) mflops = 5.976113e+02 CONGRAD5: time = 1.123232e+01 iters = 108 mflops = 7.479714e+02 TESTCONG: reduce_time = 1.386955e-01 iters = 108 time/iter = 1.284217e-03 CONGRAD5: time = 1.123039e+01 iters = 108 mflops = 7.481002e+02 TESTCONG: reduce_time = 1.116118e-01 iters = 108 time/iter = 1.033443e-03 GFTIME: time = 2.707589e+01 (Symanzik1) mflops = -2.033183e-01 FFTIME: time = 3.605347e+01 mflops = 7.888430e+02 LLTIME(long): time = 4.181218e-01 (Naik) mflops = 2.827572e+02 LLTIME(Fat): time = 6.774356e+00 (Asqtad opt) mflops = 5.962360e+02 LLTIME(long): time = 4.214540e-01 (Naik) mflops = 2.805216e+02 LLTIME(Fat): time = 6.773761e+00 (Asqtad opt) mflops = 5.962883e+02 LLTIME(long): time = 4.131742e-01 (Naik) mflops = 2.861431e+02 LLTIME(Fat): time = 6.766655e+00 (Asqtad opt) mflops = 5.969145e+02 CONGRAD5: time = 1.122827e+01 iters = 108 mflops = 7.482411e+02 TESTCONG: reduce_time = 1.309850e-01 iters = 108 time/iter = 1.212824e-03 CONGRAD5: time = 1.123535e+01 iters = 108 mflops = 7.477697e+02 TESTCONG: reduce_time = 1.044199e-01 iters = 108 time/iter = 9.668514e-04 GFTIME: time = 2.708787e+01 (Symanzik1) mflops = -2.032284e-01 FFTIME: time = 3.618517e+01 mflops = 7.859719e+02 LLTIME(long): time = 4.149358e-01 (Naik) mflops = 2.849283e+02 LLTIME(Fat): time = 6.769153e+00 (Asqtad opt) mflops = 5.966943e+02 LLTIME(long): time = 4.120271e-01 (Naik) mflops = 2.869397e+02 LLTIME(Fat): time = 6.766168e+00 (Asqtad opt) mflops = 5.969575e+02 LLTIME(long): time = 4.145420e-01 (Naik) mflops = 2.851990e+02 LLTIME(Fat): time = 6.756916e+00 (Asqtad opt) mflops = 5.977749e+02 CONGRAD5: time = 1.124834e+01 iters = 108 mflops = 7.469062e+02 TESTCONG: reduce_time = 1.459033e-01 iters = 108 time/iter = 1.350957e-03 CONGRAD5: time = 1.135887e+01 iters = 109 mflops = 7.464868e+02 TESTCONG: reduce_time = 1.042697e-01 iters = 109 time/iter = 9.566031e-04 GFTIME: time = 2.711011e+01 (Symanzik1) mflops = -2.030617e-01 FFTIME: time = 3.617465e+01 mflops = 7.862006e+02 LLTIME(long): time = 4.197619e-01 (Naik) mflops = 2.816524e+02 LLTIME(Fat): time = 6.770011e+00 (Asqtad opt) mflops = 5.966186e+02 LLTIME(long): time = 4.207819e-01 (Naik) mflops = 2.809697e+02 LLTIME(Fat): time = 6.751712e+00 (Asqtad opt) mflops = 5.982356e+02 LLTIME(long): time = 4.143479e-01 (Naik) mflops = 2.853326e+02 LLTIME(Fat): time = 6.751067e+00 (Asqtad opt) mflops = 5.982928e+02 CONGRAD5: time = 1.134141e+01 iters = 109 mflops = 7.476360e+02 TESTCONG: reduce_time = 1.256039e-01 iters = 109 time/iter = 1.152329e-03 CONGRAD5: time = 1.133465e+01 iters = 109 mflops = 7.480816e+02 TESTCONG: reduce_time = 1.465797e-01 iters = 109 time/iter = 1.344768e-03 GFTIME: time = 2.707703e+01 (Symanzik1) mflops = -2.033097e-01 FFTIME: time = 3.617897e+01 mflops = 7.861066e+02 LLTIME(long): time = 4.114041e-01 (Naik) mflops = 2.873742e+02 LLTIME(Fat): time = 6.760080e+00 (Asqtad opt) mflops = 5.974951e+02 LLTIME(long): time = 4.153881e-01 (Naik) mflops = 2.846180e+02 LLTIME(Fat): time = 6.768191e+00 (Asqtad opt) mflops = 5.967791e+02 LLTIME(long): time = 4.140151e-01 (Naik) mflops = 2.855619e+02 LLTIME(Fat): time = 6.758525e+00 (Asqtad opt) mflops = 5.976326e+02 CONGRAD5: time = 1.145603e+01 iters = 110 mflops = 7.469459e+02 TESTCONG: reduce_time = 9.538221e-02 iters = 110 time/iter = 8.671110e-04 CONGRAD5: time = 1.144140e+01 iters = 110 mflops = 7.479012e+02 TESTCONG: reduce_time = 1.431780e-01 iters = 110 time/iter = 1.301618e-03 GFTIME: time = 2.711780e+01 (Symanzik1) mflops = -2.030041e-01 FFTIME: time = 3.614988e+01 mflops = 7.867391e+02 PLAQ: 2.443139 2.443152 P_LOOP: 6.489087e-02 -2.986151e-03 LLTIME(long): time = 4.102571e-01 (Naik) mflops = 2.881777e+02 LLTIME(Fat): time = 6.769237e+00 (Asqtad opt) mflops = 5.966869e+02 CONGRAD5: time = 9.719884e+00 iters = 93 mflops = 7.443077e+02 TESTCONG: reduce_time = 6.529450e-02 iters = 93 time/iter = 7.020914e-04 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.708343e+00 iters = 93 mflops = 7.451925e+02 TESTCONG: reduce_time = 1.655893e-01 iters = 93 time/iter = 1.780530e-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.462 secs exit: Thu Dec 2 17:51:57 2021 Application 1106136 resources: utime ~450155s, stime ~11615s, Rss ~285268, inblocks ~1079385, outblocks ~161658 Displaying status file: verified [SSH] completed [SSH] exit-status: 0 [workspace] $ /bin/sh -xe /tmp/jenkins15504858053784316871.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