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/jenkins17401557692435833491.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 17 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 598657.jyc to start ... Submitted job 598657.jyc is running. Following .running ... 598657.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.997613e-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.302809e-01 (Naik) mflops = 2.747669e+02 LLTIME(Fat): time = 6.797734e+00 (Asqtad opt) mflops = 5.941855e+02 LLTIME(long): time = 4.124348e-01 (Naik) mflops = 2.866561e+02 LLTIME(Fat): time = 6.753927e+00 (Asqtad opt) mflops = 5.980394e+02 LLTIME(long): time = 4.149861e-01 (Naik) mflops = 2.848937e+02 LLTIME(Fat): time = 6.755631e+00 (Asqtad opt) mflops = 5.978886e+02 CONGRAD5: time = 1.084395e+01 iters = 104 mflops = 7.460650e+02 TESTCONG: reduce_time = 9.332180e-02 iters = 104 time/iter = 8.973250e-04 CONGRAD5: time = 1.083267e+01 iters = 104 mflops = 7.468418e+02 TESTCONG: reduce_time = 1.780331e-01 iters = 104 time/iter = 1.711857e-03 GFTIME: time = 2.711331e+01 (Symanzik1) mflops = -2.030377e-01 FFTIME: time = 3.608453e+01 mflops = 7.881640e+02 LLTIME(long): time = 4.147570e-01 (Naik) mflops = 2.850511e+02 LLTIME(Fat): time = 6.761340e+00 (Asqtad opt) mflops = 5.973838e+02 LLTIME(long): time = 4.174650e-01 (Naik) mflops = 2.832021e+02 LLTIME(Fat): time = 6.754841e+00 (Asqtad opt) mflops = 5.979585e+02 LLTIME(long): time = 4.119680e-01 (Naik) mflops = 2.869809e+02 LLTIME(Fat): time = 6.765515e+00 (Asqtad opt) mflops = 5.970151e+02 CONGRAD5: time = 1.083350e+01 iters = 104 mflops = 7.467842e+02 TESTCONG: reduce_time = 1.565661e-01 iters = 104 time/iter = 1.505444e-03 CONGRAD5: time = 1.083619e+01 iters = 104 mflops = 7.465991e+02 TESTCONG: reduce_time = 1.147842e-01 iters = 104 time/iter = 1.103695e-03 GFTIME: time = 2.710609e+01 (Symanzik1) mflops = -2.030918e-01 FFTIME: time = 3.608794e+01 mflops = 7.880895e+02 LLTIME(long): time = 4.117370e-01 (Naik) mflops = 2.871419e+02 LLTIME(Fat): time = 6.764244e+00 (Asqtad opt) mflops = 5.971273e+02 LLTIME(long): time = 4.161959e-01 (Naik) mflops = 2.840656e+02 LLTIME(Fat): time = 6.757899e+00 (Asqtad opt) mflops = 5.976879e+02 LLTIME(long): time = 4.140019e-01 (Naik) mflops = 2.855710e+02 LLTIME(Fat): time = 6.765401e+00 (Asqtad opt) mflops = 5.970252e+02 CONGRAD5: time = 1.085861e+01 iters = 104 mflops = 7.450572e+02 TESTCONG: reduce_time = 2.756824e-01 iters = 104 time/iter = 2.650793e-03 CONGRAD5: time = 1.084526e+01 iters = 104 mflops = 7.459745e+02 TESTCONG: reduce_time = 1.393659e-01 iters = 104 time/iter = 1.340057e-03 GFTIME: time = 2.710296e+01 (Symanzik1) mflops = -2.031152e-01 FFTIME: time = 3.612350e+01 mflops = 7.873136e+02 LLTIME(long): time = 4.076028e-01 (Naik) mflops = 2.900543e+02 LLTIME(Fat): time = 6.758566e+00 (Asqtad opt) mflops = 5.976290e+02 LLTIME(long): time = 4.135909e-01 (Naik) mflops = 2.858548e+02 LLTIME(Fat): time = 6.764946e+00 (Asqtad opt) mflops = 5.970653e+02 LLTIME(long): time = 4.136350e-01 (Naik) mflops = 2.858243e+02 LLTIME(Fat): time = 6.781945e+00 (Asqtad opt) mflops = 5.955688e+02 CONGRAD5: time = 1.094197e+01 iters = 105 mflops = 7.464905e+02 TESTCONG: reduce_time = 1.325910e-01 iters = 105 time/iter = 1.262772e-03 CONGRAD5: time = 1.094763e+01 iters = 105 mflops = 7.461051e+02 TESTCONG: reduce_time = 1.374421e-01 iters = 105 time/iter = 1.308972e-03 GFTIME: time = 2.711181e+01 (Symanzik1) mflops = -2.030489e-01 FFTIME: time = 3.608470e+01 mflops = 7.881603e+02 LLTIME(long): time = 4.159560e-01 (Naik) mflops = 2.842294e+02 LLTIME(Fat): time = 6.780093e+00 (Asqtad opt) mflops = 5.957315e+02 LLTIME(long): time = 4.147239e-01 (Naik) mflops = 2.850739e+02 LLTIME(Fat): time = 6.752483e+00 (Asqtad opt) mflops = 5.981673e+02 LLTIME(long): time = 4.160769e-01 (Naik) mflops = 2.841469e+02 LLTIME(Fat): time = 6.763527e+00 (Asqtad opt) mflops = 5.971906e+02 CONGRAD5: time = 1.092682e+01 iters = 105 mflops = 7.475258e+02 TESTCONG: reduce_time = 1.270339e-01 iters = 105 time/iter = 1.209847e-03 CONGRAD5: time = 1.098379e+01 iters = 105 mflops = 7.436487e+02 TESTCONG: reduce_time = 1.500769e-01 iters = 105 time/iter = 1.429303e-03 GFTIME: time = 2.709210e+01 (Symanzik1) mflops = -2.031966e-01 FFTIME: time = 3.606451e+01 mflops = 7.886015e+02 LLTIME(long): time = 4.100611e-01 (Naik) mflops = 2.883154e+02 LLTIME(Fat): time = 6.776889e+00 (Asqtad opt) mflops = 5.960131e+02 LLTIME(long): time = 4.114752e-01 (Naik) mflops = 2.873246e+02 LLTIME(Fat): time = 6.756706e+00 (Asqtad opt) mflops = 5.977935e+02 LLTIME(long): time = 4.148710e-01 (Naik) mflops = 2.849728e+02 LLTIME(Fat): time = 6.759683e+00 (Asqtad opt) mflops = 5.975302e+02 CONGRAD5: time = 1.106475e+01 iters = 106 mflops = 7.452381e+02 TESTCONG: reduce_time = 1.358931e-01 iters = 106 time/iter = 1.282010e-03 CONGRAD5: time = 1.104225e+01 iters = 106 mflops = 7.467566e+02 TESTCONG: reduce_time = 1.424828e-01 iters = 106 time/iter = 1.344177e-03 GFTIME: time = 2.707015e+01 (Symanzik1) mflops = -2.033614e-01 FFTIME: time = 3.611044e+01 mflops = 7.875985e+02 LLTIME(long): time = 4.248359e-01 (Naik) mflops = 2.782885e+02 LLTIME(Fat): time = 6.759997e+00 (Asqtad opt) mflops = 5.975025e+02 LLTIME(long): time = 4.176462e-01 (Naik) mflops = 2.830792e+02 LLTIME(Fat): time = 6.774381e+00 (Asqtad opt) mflops = 5.962338e+02 LLTIME(long): time = 4.156020e-01 (Naik) mflops = 2.844716e+02 LLTIME(Fat): time = 6.750100e+00 (Asqtad opt) mflops = 5.983785e+02 CONGRAD5: time = 1.106536e+01 iters = 106 mflops = 7.451970e+02 TESTCONG: reduce_time = 1.157057e-01 iters = 106 time/iter = 1.091563e-03 CONGRAD5: time = 1.104013e+01 iters = 106 mflops = 7.468998e+02 TESTCONG: reduce_time = 2.128301e-01 iters = 106 time/iter = 2.007831e-03 GFTIME: time = 2.711684e+01 (Symanzik1) mflops = -2.030113e-01 FFTIME: time = 3.611738e+01 mflops = 7.874471e+02 LLTIME(long): time = 4.051270e-01 (Naik) mflops = 2.918268e+02 LLTIME(Fat): time = 6.775952e+00 (Asqtad opt) mflops = 5.960955e+02 LLTIME(long): time = 4.175119e-01 (Naik) mflops = 2.831702e+02 LLTIME(Fat): time = 6.759300e+00 (Asqtad opt) mflops = 5.975641e+02 LLTIME(long): time = 4.136200e-01 (Naik) mflops = 2.858347e+02 LLTIME(Fat): time = 6.753589e+00 (Asqtad opt) mflops = 5.980694e+02 CONGRAD5: time = 1.117884e+01 iters = 107 mflops = 7.445910e+02 TESTCONG: reduce_time = 1.338496e-01 iters = 107 time/iter = 1.250931e-03 CONGRAD5: time = 1.112656e+01 iters = 107 mflops = 7.480897e+02 TESTCONG: reduce_time = 1.503477e-01 iters = 107 time/iter = 1.405119e-03 GFTIME: time = 2.707877e+01 (Symanzik1) mflops = -2.032967e-01 FFTIME: time = 3.611017e+01 mflops = 7.876043e+02 PLAQ: 2.658360 2.658338 P_LOOP: 3.906134e-01 -1.507364e-03 LLTIME(long): time = 4.147191e-01 (Naik) mflops = 2.850772e+02 LLTIME(Fat): time = 6.763087e+00 (Asqtad opt) mflops = 5.972295e+02 CONGRAD5: time = 9.493347e+00 iters = 91 mflops = 7.456803e+02 TESTCONG: reduce_time = 6.964660e-02 iters = 91 time/iter = 7.653472e-04 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.406234e+00 iters = 90 mflops = 7.443161e+02 TESTCONG: reduce_time = 1.638653e-01 iters = 90 time/iter = 1.820726e-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.192061e-01 (Naik) mflops = 2.820258e+02 LLTIME(Fat): time = 6.757198e+00 (Asqtad opt) mflops = 5.977500e+02 LLTIME(long): time = 4.167800e-01 (Naik) mflops = 2.836675e+02 LLTIME(Fat): time = 6.761571e+00 (Asqtad opt) mflops = 5.973633e+02 LLTIME(long): time = 4.174511e-01 (Naik) mflops = 2.832115e+02 LLTIME(Fat): time = 6.761411e+00 (Asqtad opt) mflops = 5.973775e+02 CONGRAD5: time = 1.115926e+01 iters = 107 mflops = 7.458970e+02 TESTCONG: reduce_time = 1.071010e-01 iters = 107 time/iter = 1.000944e-03 CONGRAD5: time = 1.113929e+01 iters = 107 mflops = 7.472346e+02 TESTCONG: reduce_time = 2.204962e-01 iters = 107 time/iter = 2.060712e-03 GFTIME: time = 2.710977e+01 (Symanzik1) mflops = -2.030642e-01 FFTIME: time = 3.606528e+01 mflops = 7.885846e+02 LLTIME(long): time = 4.140761e-01 (Naik) mflops = 2.855199e+02 LLTIME(Fat): time = 6.765622e+00 (Asqtad opt) mflops = 5.970057e+02 LLTIME(long): time = 4.127059e-01 (Naik) mflops = 2.864678e+02 LLTIME(Fat): time = 6.767859e+00 (Asqtad opt) mflops = 5.968083e+02 LLTIME(long): time = 4.153788e-01 (Naik) mflops = 2.846244e+02 LLTIME(Fat): time = 6.769133e+00 (Asqtad opt) mflops = 5.966960e+02 CONGRAD5: time = 1.116984e+01 iters = 107 mflops = 7.451905e+02 TESTCONG: reduce_time = 1.130064e-01 iters = 107 time/iter = 1.056134e-03 CONGRAD5: time = 1.113011e+01 iters = 107 mflops = 7.478509e+02 TESTCONG: reduce_time = 2.428432e-01 iters = 107 time/iter = 2.269562e-03 GFTIME: time = 2.710507e+01 (Symanzik1) mflops = -2.030994e-01 FFTIME: time = 3.607951e+01 mflops = 7.882737e+02 LLTIME(long): time = 4.060071e-01 (Naik) mflops = 2.911943e+02 LLTIME(Fat): time = 6.762003e+00 (Asqtad opt) mflops = 5.973252e+02 LLTIME(long): time = 4.187822e-01 (Naik) mflops = 2.823113e+02 LLTIME(Fat): time = 6.743159e+00 (Asqtad opt) mflops = 5.989945e+02 LLTIME(long): time = 4.131200e-01 (Naik) mflops = 2.861806e+02 LLTIME(Fat): time = 6.755210e+00 (Asqtad opt) mflops = 5.979258e+02 CONGRAD5: time = 1.116513e+01 iters = 107 mflops = 7.455049e+02 TESTCONG: reduce_time = 1.513588e-01 iters = 107 time/iter = 1.414569e-03 CONGRAD5: time = 1.114904e+01 iters = 107 mflops = 7.465811e+02 TESTCONG: reduce_time = 2.286928e-01 iters = 107 time/iter = 2.137316e-03 GFTIME: time = 2.710480e+01 (Symanzik1) mflops = -2.031015e-01 FFTIME: time = 3.609180e+01 mflops = 7.880051e+02 LLTIME(long): time = 4.122338e-01 (Naik) mflops = 2.867958e+02 LLTIME(Fat): time = 6.753859e+00 (Asqtad opt) mflops = 5.980455e+02 LLTIME(long): time = 4.128549e-01 (Naik) mflops = 2.863644e+02 LLTIME(Fat): time = 6.743036e+00 (Asqtad opt) mflops = 5.990054e+02 LLTIME(long): time = 4.225121e-01 (Naik) mflops = 2.798191e+02 LLTIME(Fat): time = 6.741930e+00 (Asqtad opt) mflops = 5.991036e+02 CONGRAD5: time = 1.120421e+01 iters = 108 mflops = 7.498479e+02 TESTCONG: reduce_time = 1.681488e-01 iters = 108 time/iter = 1.556933e-03 CONGRAD5: time = 1.125236e+01 iters = 108 mflops = 7.466393e+02 TESTCONG: reduce_time = 1.148930e-01 iters = 108 time/iter = 1.063824e-03 GFTIME: time = 2.709417e+01 (Symanzik1) mflops = -2.031812e-01 FFTIME: time = 3.610215e+01 mflops = 7.877794e+02 LLTIME(long): time = 4.148901e-01 (Naik) mflops = 2.849597e+02 LLTIME(Fat): time = 6.772705e+00 (Asqtad opt) mflops = 5.963813e+02 LLTIME(long): time = 4.137890e-01 (Naik) mflops = 2.857179e+02 LLTIME(Fat): time = 6.777226e+00 (Asqtad opt) mflops = 5.959835e+02 LLTIME(long): time = 4.151552e-01 (Naik) mflops = 2.847777e+02 LLTIME(Fat): time = 6.763943e+00 (Asqtad opt) mflops = 5.971539e+02 CONGRAD5: time = 1.125548e+01 iters = 108 mflops = 7.464326e+02 TESTCONG: reduce_time = 1.529760e-01 iters = 108 time/iter = 1.416445e-03 CONGRAD5: time = 1.126031e+01 iters = 108 mflops = 7.461118e+02 TESTCONG: reduce_time = 1.347623e-01 iters = 108 time/iter = 1.247799e-03 GFTIME: time = 2.706208e+01 (Symanzik1) mflops = -2.034221e-01 FFTIME: time = 3.607412e+01 mflops = 7.883915e+02 LLTIME(long): time = 4.153419e-01 (Naik) mflops = 2.846497e+02 LLTIME(Fat): time = 6.771950e+00 (Asqtad opt) mflops = 5.964478e+02 LLTIME(long): time = 4.168980e-01 (Naik) mflops = 2.835872e+02 LLTIME(Fat): time = 6.767125e+00 (Asqtad opt) mflops = 5.968731e+02 LLTIME(long): time = 4.174991e-01 (Naik) mflops = 2.831789e+02 LLTIME(Fat): time = 6.771904e+00 (Asqtad opt) mflops = 5.964519e+02 CONGRAD5: time = 1.127824e+01 iters = 108 mflops = 7.449256e+02 TESTCONG: reduce_time = 2.362478e-01 iters = 108 time/iter = 2.187479e-03 CONGRAD5: time = 1.136299e+01 iters = 109 mflops = 7.462161e+02 TESTCONG: reduce_time = 1.000154e-01 iters = 109 time/iter = 9.175725e-04 GFTIME: time = 2.711747e+01 (Symanzik1) mflops = -2.030065e-01 FFTIME: time = 3.613861e+01 mflops = 7.869846e+02 LLTIME(long): time = 4.139941e-01 (Naik) mflops = 2.855764e+02 LLTIME(Fat): time = 6.765943e+00 (Asqtad opt) mflops = 5.969773e+02 LLTIME(long): time = 4.143460e-01 (Naik) mflops = 2.853339e+02 LLTIME(Fat): time = 6.773698e+00 (Asqtad opt) mflops = 5.962939e+02 LLTIME(long): time = 4.179020e-01 (Naik) mflops = 2.829059e+02 LLTIME(Fat): time = 6.761530e+00 (Asqtad opt) mflops = 5.973670e+02 CONGRAD5: time = 1.134541e+01 iters = 109 mflops = 7.473722e+02 TESTCONG: reduce_time = 1.483974e-01 iters = 109 time/iter = 1.361444e-03 CONGRAD5: time = 1.133722e+01 iters = 109 mflops = 7.479119e+02 TESTCONG: reduce_time = 1.644621e-01 iters = 109 time/iter = 1.508827e-03 GFTIME: time = 2.711837e+01 (Symanzik1) mflops = -2.029998e-01 FFTIME: time = 3.614574e+01 mflops = 7.868293e+02 LLTIME(long): time = 4.149520e-01 (Naik) mflops = 2.849171e+02 LLTIME(Fat): time = 6.758675e+00 (Asqtad opt) mflops = 5.976193e+02 LLTIME(long): time = 4.154699e-01 (Naik) mflops = 2.845620e+02 LLTIME(Fat): time = 6.766240e+00 (Asqtad opt) mflops = 5.969512e+02 LLTIME(long): time = 4.078219e-01 (Naik) mflops = 2.898985e+02 LLTIME(Fat): time = 6.768336e+00 (Asqtad opt) mflops = 5.967663e+02 CONGRAD5: time = 1.148037e+01 iters = 110 mflops = 7.453621e+02 TESTCONG: reduce_time = 1.059930e-01 iters = 110 time/iter = 9.635730e-04 CONGRAD5: time = 1.145668e+01 iters = 110 mflops = 7.469035e+02 TESTCONG: reduce_time = 2.021828e-01 iters = 110 time/iter = 1.838025e-03 GFTIME: time = 2.708329e+01 (Symanzik1) mflops = -2.032627e-01 FFTIME: time = 3.614648e+01 mflops = 7.868132e+02 PLAQ: 2.443139 2.443152 P_LOOP: 6.489087e-02 -2.986151e-03 LLTIME(long): time = 4.142389e-01 (Naik) mflops = 2.854076e+02 LLTIME(Fat): time = 6.763651e+00 (Asqtad opt) mflops = 5.971797e+02 CONGRAD5: time = 9.732624e+00 iters = 93 mflops = 7.433334e+02 TESTCONG: reduce_time = 9.336901e-02 iters = 93 time/iter = 1.003968e-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.662429e+00 iters = 93 mflops = 7.487335e+02 TESTCONG: reduce_time = 2.111368e-01 iters = 93 time/iter = 2.270288e-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 1800.743 secs exit: Fri Dec 17 17:52:07 2021 Application 1110964 resources: utime ~449973s, stime ~11626s, Rss ~285268, inblocks ~1079191, outblocks ~161648 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.997613e-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.302809e-01 (Naik) mflops = 2.747669e+02 LLTIME(Fat): time = 6.797734e+00 (Asqtad opt) mflops = 5.941855e+02 LLTIME(long): time = 4.124348e-01 (Naik) mflops = 2.866561e+02 LLTIME(Fat): time = 6.753927e+00 (Asqtad opt) mflops = 5.980394e+02 LLTIME(long): time = 4.149861e-01 (Naik) mflops = 2.848937e+02 LLTIME(Fat): time = 6.755631e+00 (Asqtad opt) mflops = 5.978886e+02 CONGRAD5: time = 1.084395e+01 iters = 104 mflops = 7.460650e+02 TESTCONG: reduce_time = 9.332180e-02 iters = 104 time/iter = 8.973250e-04 CONGRAD5: time = 1.083267e+01 iters = 104 mflops = 7.468418e+02 TESTCONG: reduce_time = 1.780331e-01 iters = 104 time/iter = 1.711857e-03 GFTIME: time = 2.711331e+01 (Symanzik1) mflops = -2.030377e-01 FFTIME: time = 3.608453e+01 mflops = 7.881640e+02 LLTIME(long): time = 4.147570e-01 (Naik) mflops = 2.850511e+02 LLTIME(Fat): time = 6.761340e+00 (Asqtad opt) mflops = 5.973838e+02 LLTIME(long): time = 4.174650e-01 (Naik) mflops = 2.832021e+02 LLTIME(Fat): time = 6.754841e+00 (Asqtad opt) mflops = 5.979585e+02 LLTIME(long): time = 4.119680e-01 (Naik) mflops = 2.869809e+02 LLTIME(Fat): time = 6.765515e+00 (Asqtad opt) mflops = 5.970151e+02 CONGRAD5: time = 1.083350e+01 iters = 104 mflops = 7.467842e+02 TESTCONG: reduce_time = 1.565661e-01 iters = 104 time/iter = 1.505444e-03 CONGRAD5: time = 1.083619e+01 iters = 104 mflops = 7.465991e+02 TESTCONG: reduce_time = 1.147842e-01 iters = 104 time/iter = 1.103695e-03 GFTIME: time = 2.710609e+01 (Symanzik1) mflops = -2.030918e-01 FFTIME: time = 3.608794e+01 mflops = 7.880895e+02 LLTIME(long): time = 4.117370e-01 (Naik) mflops = 2.871419e+02 LLTIME(Fat): time = 6.764244e+00 (Asqtad opt) mflops = 5.971273e+02 LLTIME(long): time = 4.161959e-01 (Naik) mflops = 2.840656e+02 LLTIME(Fat): time = 6.757899e+00 (Asqtad opt) mflops = 5.976879e+02 LLTIME(long): time = 4.140019e-01 (Naik) mflops = 2.855710e+02 LLTIME(Fat): time = 6.765401e+00 (Asqtad opt) mflops = 5.970252e+02 CONGRAD5: time = 1.085861e+01 iters = 104 mflops = 7.450572e+02 TESTCONG: reduce_time = 2.756824e-01 iters = 104 time/iter = 2.650793e-03 CONGRAD5: time = 1.084526e+01 iters = 104 mflops = 7.459745e+02 TESTCONG: reduce_time = 1.393659e-01 iters = 104 time/iter = 1.340057e-03 GFTIME: time = 2.710296e+01 (Symanzik1) mflops = -2.031152e-01 FFTIME: time = 3.612350e+01 mflops = 7.873136e+02 LLTIME(long): time = 4.076028e-01 (Naik) mflops = 2.900543e+02 LLTIME(Fat): time = 6.758566e+00 (Asqtad opt) mflops = 5.976290e+02 LLTIME(long): time = 4.135909e-01 (Naik) mflops = 2.858548e+02 LLTIME(Fat): time = 6.764946e+00 (Asqtad opt) mflops = 5.970653e+02 LLTIME(long): time = 4.136350e-01 (Naik) mflops = 2.858243e+02 LLTIME(Fat): time = 6.781945e+00 (Asqtad opt) mflops = 5.955688e+02 CONGRAD5: time = 1.094197e+01 iters = 105 mflops = 7.464905e+02 TESTCONG: reduce_time = 1.325910e-01 iters = 105 time/iter = 1.262772e-03 CONGRAD5: time = 1.094763e+01 iters = 105 mflops = 7.461051e+02 TESTCONG: reduce_time = 1.374421e-01 iters = 105 time/iter = 1.308972e-03 GFTIME: time = 2.711181e+01 (Symanzik1) mflops = -2.030489e-01 FFTIME: time = 3.608470e+01 mflops = 7.881603e+02 LLTIME(long): time = 4.159560e-01 (Naik) mflops = 2.842294e+02 LLTIME(Fat): time = 6.780093e+00 (Asqtad opt) mflops = 5.957315e+02 LLTIME(long): time = 4.147239e-01 (Naik) mflops = 2.850739e+02 LLTIME(Fat): time = 6.752483e+00 (Asqtad opt) mflops = 5.981673e+02 LLTIME(long): time = 4.160769e-01 (Naik) mflops = 2.841469e+02 LLTIME(Fat): time = 6.763527e+00 (Asqtad opt) mflops = 5.971906e+02 CONGRAD5: time = 1.092682e+01 iters = 105 mflops = 7.475258e+02 TESTCONG: reduce_time = 1.270339e-01 iters = 105 time/iter = 1.209847e-03 CONGRAD5: time = 1.098379e+01 iters = 105 mflops = 7.436487e+02 TESTCONG: reduce_time = 1.500769e-01 iters = 105 time/iter = 1.429303e-03 GFTIME: time = 2.709210e+01 (Symanzik1) mflops = -2.031966e-01 FFTIME: time = 3.606451e+01 mflops = 7.886015e+02 LLTIME(long): time = 4.100611e-01 (Naik) mflops = 2.883154e+02 LLTIME(Fat): time = 6.776889e+00 (Asqtad opt) mflops = 5.960131e+02 LLTIME(long): time = 4.114752e-01 (Naik) mflops = 2.873246e+02 LLTIME(Fat): time = 6.756706e+00 (Asqtad opt) mflops = 5.977935e+02 LLTIME(long): time = 4.148710e-01 (Naik) mflops = 2.849728e+02 LLTIME(Fat): time = 6.759683e+00 (Asqtad opt) mflops = 5.975302e+02 CONGRAD5: time = 1.106475e+01 iters = 106 mflops = 7.452381e+02 TESTCONG: reduce_time = 1.358931e-01 iters = 106 time/iter = 1.282010e-03 CONGRAD5: time = 1.104225e+01 iters = 106 mflops = 7.467566e+02 TESTCONG: reduce_time = 1.424828e-01 iters = 106 time/iter = 1.344177e-03 GFTIME: time = 2.707015e+01 (Symanzik1) mflops = -2.033614e-01 FFTIME: time = 3.611044e+01 mflops = 7.875985e+02 LLTIME(long): time = 4.248359e-01 (Naik) mflops = 2.782885e+02 LLTIME(Fat): time = 6.759997e+00 (Asqtad opt) mflops = 5.975025e+02 LLTIME(long): time = 4.176462e-01 (Naik) mflops = 2.830792e+02 LLTIME(Fat): time = 6.774381e+00 (Asqtad opt) mflops = 5.962338e+02 LLTIME(long): time = 4.156020e-01 (Naik) mflops = 2.844716e+02 LLTIME(Fat): time = 6.750100e+00 (Asqtad opt) mflops = 5.983785e+02 CONGRAD5: time = 1.106536e+01 iters = 106 mflops = 7.451970e+02 TESTCONG: reduce_time = 1.157057e-01 iters = 106 time/iter = 1.091563e-03 CONGRAD5: time = 1.104013e+01 iters = 106 mflops = 7.468998e+02 TESTCONG: reduce_time = 2.128301e-01 iters = 106 time/iter = 2.007831e-03 GFTIME: time = 2.711684e+01 (Symanzik1) mflops = -2.030113e-01 FFTIME: time = 3.611738e+01 mflops = 7.874471e+02 LLTIME(long): time = 4.051270e-01 (Naik) mflops = 2.918268e+02 LLTIME(Fat): time = 6.775952e+00 (Asqtad opt) mflops = 5.960955e+02 LLTIME(long): time = 4.175119e-01 (Naik) mflops = 2.831702e+02 LLTIME(Fat): time = 6.759300e+00 (Asqtad opt) mflops = 5.975641e+02 LLTIME(long): time = 4.136200e-01 (Naik) mflops = 2.858347e+02 LLTIME(Fat): time = 6.753589e+00 (Asqtad opt) mflops = 5.980694e+02 CONGRAD5: time = 1.117884e+01 iters = 107 mflops = 7.445910e+02 TESTCONG: reduce_time = 1.338496e-01 iters = 107 time/iter = 1.250931e-03 CONGRAD5: time = 1.112656e+01 iters = 107 mflops = 7.480897e+02 TESTCONG: reduce_time = 1.503477e-01 iters = 107 time/iter = 1.405119e-03 GFTIME: time = 2.707877e+01 (Symanzik1) mflops = -2.032967e-01 FFTIME: time = 3.611017e+01 mflops = 7.876043e+02 PLAQ: 2.658360 2.658338 P_LOOP: 3.906134e-01 -1.507364e-03 LLTIME(long): time = 4.147191e-01 (Naik) mflops = 2.850772e+02 LLTIME(Fat): time = 6.763087e+00 (Asqtad opt) mflops = 5.972295e+02 CONGRAD5: time = 9.493347e+00 iters = 91 mflops = 7.456803e+02 TESTCONG: reduce_time = 6.964660e-02 iters = 91 time/iter = 7.653472e-04 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.406234e+00 iters = 90 mflops = 7.443161e+02 TESTCONG: reduce_time = 1.638653e-01 iters = 90 time/iter = 1.820726e-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.192061e-01 (Naik) mflops = 2.820258e+02 LLTIME(Fat): time = 6.757198e+00 (Asqtad opt) mflops = 5.977500e+02 LLTIME(long): time = 4.167800e-01 (Naik) mflops = 2.836675e+02 LLTIME(Fat): time = 6.761571e+00 (Asqtad opt) mflops = 5.973633e+02 LLTIME(long): time = 4.174511e-01 (Naik) mflops = 2.832115e+02 LLTIME(Fat): time = 6.761411e+00 (Asqtad opt) mflops = 5.973775e+02 CONGRAD5: time = 1.115926e+01 iters = 107 mflops = 7.458970e+02 TESTCONG: reduce_time = 1.071010e-01 iters = 107 time/iter = 1.000944e-03 CONGRAD5: time = 1.113929e+01 iters = 107 mflops = 7.472346e+02 TESTCONG: reduce_time = 2.204962e-01 iters = 107 time/iter = 2.060712e-03 GFTIME: time = 2.710977e+01 (Symanzik1) mflops = -2.030642e-01 FFTIME: time = 3.606528e+01 mflops = 7.885846e+02 LLTIME(long): time = 4.140761e-01 (Naik) mflops = 2.855199e+02 LLTIME(Fat): time = 6.765622e+00 (Asqtad opt) mflops = 5.970057e+02 LLTIME(long): time = 4.127059e-01 (Naik) mflops = 2.864678e+02 LLTIME(Fat): time = 6.767859e+00 (Asqtad opt) mflops = 5.968083e+02 LLTIME(long): time = 4.153788e-01 (Naik) mflops = 2.846244e+02 LLTIME(Fat): time = 6.769133e+00 (Asqtad opt) mflops = 5.966960e+02 CONGRAD5: time = 1.116984e+01 iters = 107 mflops = 7.451905e+02 TESTCONG: reduce_time = 1.130064e-01 iters = 107 time/iter = 1.056134e-03 CONGRAD5: time = 1.113011e+01 iters = 107 mflops = 7.478509e+02 TESTCONG: reduce_time = 2.428432e-01 iters = 107 time/iter = 2.269562e-03 GFTIME: time = 2.710507e+01 (Symanzik1) mflops = -2.030994e-01 FFTIME: time = 3.607951e+01 mflops = 7.882737e+02 LLTIME(long): time = 4.060071e-01 (Naik) mflops = 2.911943e+02 LLTIME(Fat): time = 6.762003e+00 (Asqtad opt) mflops = 5.973252e+02 LLTIME(long): time = 4.187822e-01 (Naik) mflops = 2.823113e+02 LLTIME(Fat): time = 6.743159e+00 (Asqtad opt) mflops = 5.989945e+02 LLTIME(long): time = 4.131200e-01 (Naik) mflops = 2.861806e+02 LLTIME(Fat): time = 6.755210e+00 (Asqtad opt) mflops = 5.979258e+02 CONGRAD5: time = 1.116513e+01 iters = 107 mflops = 7.455049e+02 TESTCONG: reduce_time = 1.513588e-01 iters = 107 time/iter = 1.414569e-03 CONGRAD5: time = 1.114904e+01 iters = 107 mflops = 7.465811e+02 TESTCONG: reduce_time = 2.286928e-01 iters = 107 time/iter = 2.137316e-03 GFTIME: time = 2.710480e+01 (Symanzik1) mflops = -2.031015e-01 FFTIME: time = 3.609180e+01 mflops = 7.880051e+02 LLTIME(long): time = 4.122338e-01 (Naik) mflops = 2.867958e+02 LLTIME(Fat): time = 6.753859e+00 (Asqtad opt) mflops = 5.980455e+02 LLTIME(long): time = 4.128549e-01 (Naik) mflops = 2.863644e+02 LLTIME(Fat): time = 6.743036e+00 (Asqtad opt) mflops = 5.990054e+02 LLTIME(long): time = 4.225121e-01 (Naik) mflops = 2.798191e+02 LLTIME(Fat): time = 6.741930e+00 (Asqtad opt) mflops = 5.991036e+02 CONGRAD5: time = 1.120421e+01 iters = 108 mflops = 7.498479e+02 TESTCONG: reduce_time = 1.681488e-01 iters = 108 time/iter = 1.556933e-03 CONGRAD5: time = 1.125236e+01 iters = 108 mflops = 7.466393e+02 TESTCONG: reduce_time = 1.148930e-01 iters = 108 time/iter = 1.063824e-03 GFTIME: time = 2.709417e+01 (Symanzik1) mflops = -2.031812e-01 FFTIME: time = 3.610215e+01 mflops = 7.877794e+02 LLTIME(long): time = 4.148901e-01 (Naik) mflops = 2.849597e+02 LLTIME(Fat): time = 6.772705e+00 (Asqtad opt) mflops = 5.963813e+02 LLTIME(long): time = 4.137890e-01 (Naik) mflops = 2.857179e+02 LLTIME(Fat): time = 6.777226e+00 (Asqtad opt) mflops = 5.959835e+02 LLTIME(long): time = 4.151552e-01 (Naik) mflops = 2.847777e+02 LLTIME(Fat): time = 6.763943e+00 (Asqtad opt) mflops = 5.971539e+02 CONGRAD5: time = 1.125548e+01 iters = 108 mflops = 7.464326e+02 TESTCONG: reduce_time = 1.529760e-01 iters = 108 time/iter = 1.416445e-03 CONGRAD5: time = 1.126031e+01 iters = 108 mflops = 7.461118e+02 TESTCONG: reduce_time = 1.347623e-01 iters = 108 time/iter = 1.247799e-03 GFTIME: time = 2.706208e+01 (Symanzik1) mflops = -2.034221e-01 FFTIME: time = 3.607412e+01 mflops = 7.883915e+02 LLTIME(long): time = 4.153419e-01 (Naik) mflops = 2.846497e+02 LLTIME(Fat): time = 6.771950e+00 (Asqtad opt) mflops = 5.964478e+02 LLTIME(long): time = 4.168980e-01 (Naik) mflops = 2.835872e+02 LLTIME(Fat): time = 6.767125e+00 (Asqtad opt) mflops = 5.968731e+02 LLTIME(long): time = 4.174991e-01 (Naik) mflops = 2.831789e+02 LLTIME(Fat): time = 6.771904e+00 (Asqtad opt) mflops = 5.964519e+02 CONGRAD5: time = 1.127824e+01 iters = 108 mflops = 7.449256e+02 TESTCONG: reduce_time = 2.362478e-01 iters = 108 time/iter = 2.187479e-03 CONGRAD5: time = 1.136299e+01 iters = 109 mflops = 7.462161e+02 TESTCONG: reduce_time = 1.000154e-01 iters = 109 time/iter = 9.175725e-04 GFTIME: time = 2.711747e+01 (Symanzik1) mflops = -2.030065e-01 FFTIME: time = 3.613861e+01 mflops = 7.869846e+02 LLTIME(long): time = 4.139941e-01 (Naik) mflops = 2.855764e+02 LLTIME(Fat): time = 6.765943e+00 (Asqtad opt) mflops = 5.969773e+02 LLTIME(long): time = 4.143460e-01 (Naik) mflops = 2.853339e+02 LLTIME(Fat): time = 6.773698e+00 (Asqtad opt) mflops = 5.962939e+02 LLTIME(long): time = 4.179020e-01 (Naik) mflops = 2.829059e+02 LLTIME(Fat): time = 6.761530e+00 (Asqtad opt) mflops = 5.973670e+02 CONGRAD5: time = 1.134541e+01 iters = 109 mflops = 7.473722e+02 TESTCONG: reduce_time = 1.483974e-01 iters = 109 time/iter = 1.361444e-03 CONGRAD5: time = 1.133722e+01 iters = 109 mflops = 7.479119e+02 TESTCONG: reduce_time = 1.644621e-01 iters = 109 time/iter = 1.508827e-03 GFTIME: time = 2.711837e+01 (Symanzik1) mflops = -2.029998e-01 FFTIME: time = 3.614574e+01 mflops = 7.868293e+02 LLTIME(long): time = 4.149520e-01 (Naik) mflops = 2.849171e+02 LLTIME(Fat): time = 6.758675e+00 (Asqtad opt) mflops = 5.976193e+02 LLTIME(long): time = 4.154699e-01 (Naik) mflops = 2.845620e+02 LLTIME(Fat): time = 6.766240e+00 (Asqtad opt) mflops = 5.969512e+02 LLTIME(long): time = 4.078219e-01 (Naik) mflops = 2.898985e+02 LLTIME(Fat): time = 6.768336e+00 (Asqtad opt) mflops = 5.967663e+02 CONGRAD5: time = 1.148037e+01 iters = 110 mflops = 7.453621e+02 TESTCONG: reduce_time = 1.059930e-01 iters = 110 time/iter = 9.635730e-04 CONGRAD5: time = 1.145668e+01 iters = 110 mflops = 7.469035e+02 TESTCONG: reduce_time = 2.021828e-01 iters = 110 time/iter = 1.838025e-03 GFTIME: time = 2.708329e+01 (Symanzik1) mflops = -2.032627e-01 FFTIME: time = 3.614648e+01 mflops = 7.868132e+02 PLAQ: 2.443139 2.443152 P_LOOP: 6.489087e-02 -2.986151e-03 LLTIME(long): time = 4.142389e-01 (Naik) mflops = 2.854076e+02 LLTIME(Fat): time = 6.763651e+00 (Asqtad opt) mflops = 5.971797e+02 CONGRAD5: time = 9.732624e+00 iters = 93 mflops = 7.433334e+02 TESTCONG: reduce_time = 9.336901e-02 iters = 93 time/iter = 1.003968e-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.662429e+00 iters = 93 mflops = 7.487335e+02 TESTCONG: reduce_time = 2.111368e-01 iters = 93 time/iter = 2.270288e-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 1800.743 secs exit: Fri Dec 17 17:52:07 2021 Application 1110964 resources: utime ~449973s, stime ~11626s, Rss ~285268, inblocks ~1079191, outblocks ~161648 Displaying status file: verified [SSH] completed [SSH] exit-status: 0 [workspace] $ /bin/sh -xe /tmp/jenkins3925690725246834146.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