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/jenkins1466941604326075917.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 7 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 597834.jyc to start ... Submitted job 597834.jyc is running. Following .running ... 597834.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.999115e-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.323330e-01 (Naik) mflops = 2.734627e+02 LLTIME(Fat): time = 6.793582e+00 (Asqtad opt) mflops = 5.945486e+02 LLTIME(long): time = 4.179840e-01 (Naik) mflops = 2.828504e+02 LLTIME(Fat): time = 6.753526e+00 (Asqtad opt) mflops = 5.980750e+02 LLTIME(long): time = 4.174490e-01 (Naik) mflops = 2.832129e+02 LLTIME(Fat): time = 6.754927e+00 (Asqtad opt) mflops = 5.979509e+02 CONGRAD5: time = 1.089352e+01 iters = 104 mflops = 7.426700e+02 TESTCONG: reduce_time = 2.070992e-01 iters = 104 time/iter = 1.991338e-03 CONGRAD5: time = 1.080314e+01 iters = 104 mflops = 7.488833e+02 TESTCONG: reduce_time = 1.487415e-01 iters = 104 time/iter = 1.430207e-03 GFTIME: time = 2.707811e+01 (Symanzik1) mflops = -2.033016e-01 FFTIME: time = 3.608271e+01 mflops = 7.882037e+02 LLTIME(long): time = 4.199948e-01 (Naik) mflops = 2.814962e+02 LLTIME(Fat): time = 6.764667e+00 (Asqtad opt) mflops = 5.970900e+02 LLTIME(long): time = 4.169631e-01 (Naik) mflops = 2.835429e+02 LLTIME(Fat): time = 6.764811e+00 (Asqtad opt) mflops = 5.970772e+02 LLTIME(long): time = 4.137080e-01 (Naik) mflops = 2.857739e+02 LLTIME(Fat): time = 6.767571e+00 (Asqtad opt) mflops = 5.968337e+02 CONGRAD5: time = 1.082210e+01 iters = 104 mflops = 7.475708e+02 TESTCONG: reduce_time = 1.544361e-01 iters = 104 time/iter = 1.484963e-03 CONGRAD5: time = 1.083459e+01 iters = 104 mflops = 7.467095e+02 TESTCONG: reduce_time = 1.364863e-01 iters = 104 time/iter = 1.312368e-03 GFTIME: time = 2.710233e+01 (Symanzik1) mflops = -2.031200e-01 FFTIME: time = 3.611399e+01 mflops = 7.875211e+02 LLTIME(long): time = 4.138260e-01 (Naik) mflops = 2.856924e+02 LLTIME(Fat): time = 6.770586e+00 (Asqtad opt) mflops = 5.965680e+02 LLTIME(long): time = 4.204450e-01 (Naik) mflops = 2.811948e+02 LLTIME(Fat): time = 6.773490e+00 (Asqtad opt) mflops = 5.963122e+02 LLTIME(long): time = 4.123230e-01 (Naik) mflops = 2.867338e+02 LLTIME(Fat): time = 6.766927e+00 (Asqtad opt) mflops = 5.968905e+02 CONGRAD5: time = 1.085436e+01 iters = 104 mflops = 7.453490e+02 TESTCONG: reduce_time = 1.683156e-01 iters = 104 time/iter = 1.618420e-03 CONGRAD5: time = 1.081205e+01 iters = 104 mflops = 7.482655e+02 TESTCONG: reduce_time = 1.414318e-01 iters = 104 time/iter = 1.359921e-03 GFTIME: time = 2.707279e+01 (Symanzik1) mflops = -2.033415e-01 FFTIME: time = 3.618187e+01 mflops = 7.860437e+02 LLTIME(long): time = 4.009480e-01 (Naik) mflops = 2.948685e+02 LLTIME(Fat): time = 6.764131e+00 (Asqtad opt) mflops = 5.971373e+02 LLTIME(long): time = 4.201429e-01 (Naik) mflops = 2.813970e+02 LLTIME(Fat): time = 6.756513e+00 (Asqtad opt) mflops = 5.978105e+02 LLTIME(long): time = 4.129219e-01 (Naik) mflops = 2.863179e+02 LLTIME(Fat): time = 6.754909e+00 (Asqtad opt) mflops = 5.979525e+02 CONGRAD5: time = 1.097951e+01 iters = 105 mflops = 7.439385e+02 TESTCONG: reduce_time = 1.573863e-01 iters = 105 time/iter = 1.498917e-03 CONGRAD5: time = 1.094311e+01 iters = 105 mflops = 7.464128e+02 TESTCONG: reduce_time = 1.681213e-01 iters = 105 time/iter = 1.601156e-03 GFTIME: time = 2.708162e+01 (Symanzik1) mflops = -2.032753e-01 FFTIME: time = 3.606093e+01 mflops = 7.886797e+02 LLTIME(long): time = 4.184000e-01 (Naik) mflops = 2.825691e+02 LLTIME(Fat): time = 6.758065e+00 (Asqtad opt) mflops = 5.976733e+02 LLTIME(long): time = 4.186759e-01 (Naik) mflops = 2.823830e+02 LLTIME(Fat): time = 6.749386e+00 (Asqtad opt) mflops = 5.984418e+02 LLTIME(long): time = 4.151499e-01 (Naik) mflops = 2.847813e+02 LLTIME(Fat): time = 6.746564e+00 (Asqtad opt) mflops = 5.986921e+02 CONGRAD5: time = 1.094551e+01 iters = 105 mflops = 7.462496e+02 TESTCONG: reduce_time = 1.869142e-01 iters = 105 time/iter = 1.780135e-03 CONGRAD5: time = 1.092946e+01 iters = 105 mflops = 7.473455e+02 TESTCONG: reduce_time = 1.279247e-01 iters = 105 time/iter = 1.218330e-03 GFTIME: time = 2.710389e+01 (Symanzik1) mflops = -2.031082e-01 FFTIME: time = 3.608254e+01 mflops = 7.882074e+02 LLTIME(long): time = 4.303360e-01 (Naik) mflops = 2.747317e+02 LLTIME(Fat): time = 6.765650e+00 (Asqtad opt) mflops = 5.970032e+02 LLTIME(long): time = 4.182429e-01 (Naik) mflops = 2.826753e+02 LLTIME(Fat): time = 6.757658e+00 (Asqtad opt) mflops = 5.977093e+02 LLTIME(long): time = 4.185419e-01 (Naik) mflops = 2.824734e+02 LLTIME(Fat): time = 6.766509e+00 (Asqtad opt) mflops = 5.969274e+02 CONGRAD5: time = 1.103454e+01 iters = 106 mflops = 7.472783e+02 TESTCONG: reduce_time = 1.570902e-01 iters = 106 time/iter = 1.481983e-03 CONGRAD5: time = 1.103736e+01 iters = 106 mflops = 7.470871e+02 TESTCONG: reduce_time = 1.722507e-01 iters = 106 time/iter = 1.625007e-03 GFTIME: time = 2.710046e+01 (Symanzik1) mflops = -2.031340e-01 FFTIME: time = 3.611436e+01 mflops = 7.875129e+02 LLTIME(long): time = 4.093280e-01 (Naik) mflops = 2.888318e+02 LLTIME(Fat): time = 6.760216e+00 (Asqtad opt) mflops = 5.974831e+02 LLTIME(long): time = 4.102571e-01 (Naik) mflops = 2.881777e+02 LLTIME(Fat): time = 6.766147e+00 (Asqtad opt) mflops = 5.969594e+02 LLTIME(long): time = 4.169679e-01 (Naik) mflops = 2.835397e+02 LLTIME(Fat): time = 6.760989e+00 (Asqtad opt) mflops = 5.974148e+02 CONGRAD5: time = 1.107672e+01 iters = 106 mflops = 7.444323e+02 TESTCONG: reduce_time = 2.057571e-01 iters = 106 time/iter = 1.941105e-03 CONGRAD5: time = 1.103093e+01 iters = 106 mflops = 7.475225e+02 TESTCONG: reduce_time = 2.066453e-01 iters = 106 time/iter = 1.949483e-03 GFTIME: time = 2.707968e+01 (Symanzik1) mflops = -2.032899e-01 FFTIME: time = 3.607094e+01 mflops = 7.884610e+02 LLTIME(long): time = 4.196861e-01 (Naik) mflops = 2.817033e+02 LLTIME(Fat): time = 6.765448e+00 (Asqtad opt) mflops = 5.970210e+02 LLTIME(long): time = 4.214418e-01 (Naik) mflops = 2.805297e+02 LLTIME(Fat): time = 6.764014e+00 (Asqtad opt) mflops = 5.971476e+02 LLTIME(long): time = 4.160390e-01 (Naik) mflops = 2.841728e+02 LLTIME(Fat): time = 6.775115e+00 (Asqtad opt) mflops = 5.961692e+02 CONGRAD5: time = 1.113512e+01 iters = 107 mflops = 7.475147e+02 TESTCONG: reduce_time = 2.135022e-01 iters = 107 time/iter = 1.995347e-03 CONGRAD5: time = 1.117563e+01 iters = 107 mflops = 7.448050e+02 TESTCONG: reduce_time = 1.680770e-01 iters = 107 time/iter = 1.570813e-03 GFTIME: time = 2.708677e+01 (Symanzik1) mflops = -2.032367e-01 FFTIME: time = 3.604624e+01 mflops = 7.890012e+02 PLAQ: 2.658360 2.658338 P_LOOP: 3.906134e-01 -1.507364e-03 LLTIME(long): time = 4.146168e-01 (Naik) mflops = 2.851475e+02 LLTIME(Fat): time = 6.743257e+00 (Asqtad opt) mflops = 5.989857e+02 CONGRAD5: time = 9.524575e+00 iters = 91 mflops = 7.432355e+02 TESTCONG: reduce_time = 2.093608e-01 iters = 91 time/iter = 2.300669e-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.371677e+00 iters = 90 mflops = 7.470606e+02 TESTCONG: reduce_time = 1.662352e-01 iters = 90 time/iter = 1.847058e-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.197369e-01 (Naik) mflops = 2.816692e+02 LLTIME(Fat): time = 6.746431e+00 (Asqtad opt) mflops = 5.987039e+02 LLTIME(long): time = 4.200609e-01 (Naik) mflops = 2.814519e+02 LLTIME(Fat): time = 6.772765e+00 (Asqtad opt) mflops = 5.963760e+02 LLTIME(long): time = 4.136250e-01 (Naik) mflops = 2.858312e+02 LLTIME(Fat): time = 6.761705e+00 (Asqtad opt) mflops = 5.973515e+02 CONGRAD5: time = 1.113986e+01 iters = 107 mflops = 7.471963e+02 TESTCONG: reduce_time = 6.634045e-02 iters = 107 time/iter = 6.200042e-04 CONGRAD5: time = 1.119064e+01 iters = 107 mflops = 7.438058e+02 TESTCONG: reduce_time = 2.772348e-01 iters = 107 time/iter = 2.590979e-03 GFTIME: time = 2.706263e+01 (Symanzik1) mflops = -2.034179e-01 FFTIME: time = 3.613162e+01 mflops = 7.871367e+02 LLTIME(long): time = 4.087172e-01 (Naik) mflops = 2.892635e+02 LLTIME(Fat): time = 6.754066e+00 (Asqtad opt) mflops = 5.980271e+02 LLTIME(long): time = 4.232950e-01 (Naik) mflops = 2.793015e+02 LLTIME(Fat): time = 6.772684e+00 (Asqtad opt) mflops = 5.963832e+02 LLTIME(long): time = 4.151270e-01 (Naik) mflops = 2.847970e+02 LLTIME(Fat): time = 6.769360e+00 (Asqtad opt) mflops = 5.966760e+02 CONGRAD5: time = 1.114353e+01 iters = 107 mflops = 7.469501e+02 TESTCONG: reduce_time = 1.455276e-01 iters = 107 time/iter = 1.360071e-03 CONGRAD5: time = 1.112784e+01 iters = 107 mflops = 7.480034e+02 TESTCONG: reduce_time = 1.511612e-01 iters = 107 time/iter = 1.412721e-03 GFTIME: time = 2.708598e+01 (Symanzik1) mflops = -2.032425e-01 FFTIME: time = 3.608694e+01 mflops = 7.881115e+02 LLTIME(long): time = 4.106519e-01 (Naik) mflops = 2.879006e+02 LLTIME(Fat): time = 6.774506e+00 (Asqtad opt) mflops = 5.962228e+02 LLTIME(long): time = 4.104850e-01 (Naik) mflops = 2.880177e+02 LLTIME(Fat): time = 6.770882e+00 (Asqtad opt) mflops = 5.965419e+02 LLTIME(long): time = 4.186661e-01 (Naik) mflops = 2.823896e+02 LLTIME(Fat): time = 6.764678e+00 (Asqtad opt) mflops = 5.970890e+02 CONGRAD5: time = 1.111621e+01 iters = 107 mflops = 7.487862e+02 TESTCONG: reduce_time = 1.087971e-01 iters = 107 time/iter = 1.016795e-03 CONGRAD5: time = 1.114314e+01 iters = 107 mflops = 7.469766e+02 TESTCONG: reduce_time = 1.420512e-01 iters = 107 time/iter = 1.327581e-03 GFTIME: time = 2.707568e+01 (Symanzik1) mflops = -2.033198e-01 FFTIME: time = 3.609003e+01 mflops = 7.880438e+02 LLTIME(long): time = 4.004061e-01 (Naik) mflops = 2.952676e+02 LLTIME(Fat): time = 6.756249e+00 (Asqtad opt) mflops = 5.978339e+02 LLTIME(long): time = 4.152200e-01 (Naik) mflops = 2.847332e+02 LLTIME(Fat): time = 6.745627e+00 (Asqtad opt) mflops = 5.987753e+02 LLTIME(long): time = 4.166250e-01 (Naik) mflops = 2.837730e+02 LLTIME(Fat): time = 6.752417e+00 (Asqtad opt) mflops = 5.981732e+02 CONGRAD5: time = 1.124394e+01 iters = 108 mflops = 7.471984e+02 TESTCONG: reduce_time = 1.808565e-01 iters = 108 time/iter = 1.674597e-03 CONGRAD5: time = 1.124453e+01 iters = 108 mflops = 7.471588e+02 TESTCONG: reduce_time = 1.051207e-01 iters = 108 time/iter = 9.733394e-04 GFTIME: time = 2.707941e+01 (Symanzik1) mflops = -2.032919e-01 FFTIME: time = 3.613316e+01 mflops = 7.871032e+02 LLTIME(long): time = 4.100859e-01 (Naik) mflops = 2.882980e+02 LLTIME(Fat): time = 6.762026e+00 (Asqtad opt) mflops = 5.973232e+02 LLTIME(long): time = 4.210081e-01 (Naik) mflops = 2.808187e+02 LLTIME(Fat): time = 6.740555e+00 (Asqtad opt) mflops = 5.992258e+02 LLTIME(long): time = 4.116719e-01 (Naik) mflops = 2.871873e+02 LLTIME(Fat): time = 6.757480e+00 (Asqtad opt) mflops = 5.977250e+02 CONGRAD5: time = 1.122977e+01 iters = 108 mflops = 7.481411e+02 TESTCONG: reduce_time = 1.569428e-01 iters = 108 time/iter = 1.453174e-03 CONGRAD5: time = 1.123973e+01 iters = 108 mflops = 7.474785e+02 TESTCONG: reduce_time = 1.018488e-01 iters = 108 time/iter = 9.430448e-04 GFTIME: time = 2.710885e+01 (Symanzik1) mflops = -2.030711e-01 FFTIME: time = 3.612971e+01 mflops = 7.871785e+02 LLTIME(long): time = 4.232130e-01 (Naik) mflops = 2.793556e+02 LLTIME(Fat): time = 6.755471e+00 (Asqtad opt) mflops = 5.979028e+02 LLTIME(long): time = 4.199102e-01 (Naik) mflops = 2.815529e+02 LLTIME(Fat): time = 6.757104e+00 (Asqtad opt) mflops = 5.977583e+02 LLTIME(long): time = 4.143200e-01 (Naik) mflops = 2.853518e+02 LLTIME(Fat): time = 6.771336e+00 (Asqtad opt) mflops = 5.965019e+02 CONGRAD5: time = 1.124738e+01 iters = 108 mflops = 7.469697e+02 TESTCONG: reduce_time = 1.496449e-01 iters = 108 time/iter = 1.385600e-03 CONGRAD5: time = 1.130644e+01 iters = 109 mflops = 7.499482e+02 TESTCONG: reduce_time = 1.507480e-01 iters = 109 time/iter = 1.383009e-03 GFTIME: time = 2.708931e+01 (Symanzik1) mflops = -2.032176e-01 FFTIME: time = 3.609935e+01 mflops = 7.878405e+02 LLTIME(long): time = 4.026029e-01 (Naik) mflops = 2.936565e+02 LLTIME(Fat): time = 6.761783e+00 (Asqtad opt) mflops = 5.973446e+02 LLTIME(long): time = 4.171960e-01 (Naik) mflops = 2.833846e+02 LLTIME(Fat): time = 6.762930e+00 (Asqtad opt) mflops = 5.972433e+02 LLTIME(long): time = 4.226069e-01 (Naik) mflops = 2.797563e+02 LLTIME(Fat): time = 6.765370e+00 (Asqtad opt) mflops = 5.970279e+02 CONGRAD5: time = 1.133889e+01 iters = 109 mflops = 7.478021e+02 TESTCONG: reduce_time = 1.829464e-01 iters = 109 time/iter = 1.678408e-03 CONGRAD5: time = 1.133154e+01 iters = 109 mflops = 7.482871e+02 TESTCONG: reduce_time = 2.068336e-01 iters = 109 time/iter = 1.897556e-03 GFTIME: time = 2.706873e+01 (Symanzik1) mflops = -2.033721e-01 FFTIME: time = 3.603232e+01 mflops = 7.893061e+02 LLTIME(long): time = 4.111440e-01 (Naik) mflops = 2.875560e+02 LLTIME(Fat): time = 6.758803e+00 (Asqtad opt) mflops = 5.976080e+02 LLTIME(long): time = 4.184899e-01 (Naik) mflops = 2.825085e+02 LLTIME(Fat): time = 6.754745e+00 (Asqtad opt) mflops = 5.979670e+02 LLTIME(long): time = 4.174500e-01 (Naik) mflops = 2.832123e+02 LLTIME(Fat): time = 6.760904e+00 (Asqtad opt) mflops = 5.974223e+02 CONGRAD5: time = 1.146154e+01 iters = 110 mflops = 7.465866e+02 TESTCONG: reduce_time = 1.506548e-01 iters = 110 time/iter = 1.369589e-03 CONGRAD5: time = 1.143635e+01 iters = 110 mflops = 7.482315e+02 TESTCONG: reduce_time = 1.652503e-01 iters = 110 time/iter = 1.502275e-03 GFTIME: time = 2.707752e+01 (Symanzik1) mflops = -2.033061e-01 FFTIME: time = 3.604960e+01 mflops = 7.889278e+02 PLAQ: 2.443139 2.443152 P_LOOP: 6.489087e-02 -2.986151e-03 LLTIME(long): time = 4.118040e-01 (Naik) mflops = 2.870952e+02 LLTIME(Fat): time = 6.746352e+00 (Asqtad opt) mflops = 5.987109e+02 CONGRAD5: time = 9.671212e+00 iters = 93 mflops = 7.480536e+02 TESTCONG: reduce_time = 8.753586e-02 iters = 93 time/iter = 9.412458e-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.716670e+00 iters = 93 mflops = 7.445539e+02 TESTCONG: reduce_time = 1.733890e-01 iters = 93 time/iter = 1.864397e-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.073 secs exit: Tue Dec 7 17:51:53 2021 Application 1107746 resources: utime ~449801s, stime ~11621s, Rss ~285272, inblocks ~1080071, outblocks ~161695 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.999115e-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.323330e-01 (Naik) mflops = 2.734627e+02 LLTIME(Fat): time = 6.793582e+00 (Asqtad opt) mflops = 5.945486e+02 LLTIME(long): time = 4.179840e-01 (Naik) mflops = 2.828504e+02 LLTIME(Fat): time = 6.753526e+00 (Asqtad opt) mflops = 5.980750e+02 LLTIME(long): time = 4.174490e-01 (Naik) mflops = 2.832129e+02 LLTIME(Fat): time = 6.754927e+00 (Asqtad opt) mflops = 5.979509e+02 CONGRAD5: time = 1.089352e+01 iters = 104 mflops = 7.426700e+02 TESTCONG: reduce_time = 2.070992e-01 iters = 104 time/iter = 1.991338e-03 CONGRAD5: time = 1.080314e+01 iters = 104 mflops = 7.488833e+02 TESTCONG: reduce_time = 1.487415e-01 iters = 104 time/iter = 1.430207e-03 GFTIME: time = 2.707811e+01 (Symanzik1) mflops = -2.033016e-01 FFTIME: time = 3.608271e+01 mflops = 7.882037e+02 LLTIME(long): time = 4.199948e-01 (Naik) mflops = 2.814962e+02 LLTIME(Fat): time = 6.764667e+00 (Asqtad opt) mflops = 5.970900e+02 LLTIME(long): time = 4.169631e-01 (Naik) mflops = 2.835429e+02 LLTIME(Fat): time = 6.764811e+00 (Asqtad opt) mflops = 5.970772e+02 LLTIME(long): time = 4.137080e-01 (Naik) mflops = 2.857739e+02 LLTIME(Fat): time = 6.767571e+00 (Asqtad opt) mflops = 5.968337e+02 CONGRAD5: time = 1.082210e+01 iters = 104 mflops = 7.475708e+02 TESTCONG: reduce_time = 1.544361e-01 iters = 104 time/iter = 1.484963e-03 CONGRAD5: time = 1.083459e+01 iters = 104 mflops = 7.467095e+02 TESTCONG: reduce_time = 1.364863e-01 iters = 104 time/iter = 1.312368e-03 GFTIME: time = 2.710233e+01 (Symanzik1) mflops = -2.031200e-01 FFTIME: time = 3.611399e+01 mflops = 7.875211e+02 LLTIME(long): time = 4.138260e-01 (Naik) mflops = 2.856924e+02 LLTIME(Fat): time = 6.770586e+00 (Asqtad opt) mflops = 5.965680e+02 LLTIME(long): time = 4.204450e-01 (Naik) mflops = 2.811948e+02 LLTIME(Fat): time = 6.773490e+00 (Asqtad opt) mflops = 5.963122e+02 LLTIME(long): time = 4.123230e-01 (Naik) mflops = 2.867338e+02 LLTIME(Fat): time = 6.766927e+00 (Asqtad opt) mflops = 5.968905e+02 CONGRAD5: time = 1.085436e+01 iters = 104 mflops = 7.453490e+02 TESTCONG: reduce_time = 1.683156e-01 iters = 104 time/iter = 1.618420e-03 CONGRAD5: time = 1.081205e+01 iters = 104 mflops = 7.482655e+02 TESTCONG: reduce_time = 1.414318e-01 iters = 104 time/iter = 1.359921e-03 GFTIME: time = 2.707279e+01 (Symanzik1) mflops = -2.033415e-01 FFTIME: time = 3.618187e+01 mflops = 7.860437e+02 LLTIME(long): time = 4.009480e-01 (Naik) mflops = 2.948685e+02 LLTIME(Fat): time = 6.764131e+00 (Asqtad opt) mflops = 5.971373e+02 LLTIME(long): time = 4.201429e-01 (Naik) mflops = 2.813970e+02 LLTIME(Fat): time = 6.756513e+00 (Asqtad opt) mflops = 5.978105e+02 LLTIME(long): time = 4.129219e-01 (Naik) mflops = 2.863179e+02 LLTIME(Fat): time = 6.754909e+00 (Asqtad opt) mflops = 5.979525e+02 CONGRAD5: time = 1.097951e+01 iters = 105 mflops = 7.439385e+02 TESTCONG: reduce_time = 1.573863e-01 iters = 105 time/iter = 1.498917e-03 CONGRAD5: time = 1.094311e+01 iters = 105 mflops = 7.464128e+02 TESTCONG: reduce_time = 1.681213e-01 iters = 105 time/iter = 1.601156e-03 GFTIME: time = 2.708162e+01 (Symanzik1) mflops = -2.032753e-01 FFTIME: time = 3.606093e+01 mflops = 7.886797e+02 LLTIME(long): time = 4.184000e-01 (Naik) mflops = 2.825691e+02 LLTIME(Fat): time = 6.758065e+00 (Asqtad opt) mflops = 5.976733e+02 LLTIME(long): time = 4.186759e-01 (Naik) mflops = 2.823830e+02 LLTIME(Fat): time = 6.749386e+00 (Asqtad opt) mflops = 5.984418e+02 LLTIME(long): time = 4.151499e-01 (Naik) mflops = 2.847813e+02 LLTIME(Fat): time = 6.746564e+00 (Asqtad opt) mflops = 5.986921e+02 CONGRAD5: time = 1.094551e+01 iters = 105 mflops = 7.462496e+02 TESTCONG: reduce_time = 1.869142e-01 iters = 105 time/iter = 1.780135e-03 CONGRAD5: time = 1.092946e+01 iters = 105 mflops = 7.473455e+02 TESTCONG: reduce_time = 1.279247e-01 iters = 105 time/iter = 1.218330e-03 GFTIME: time = 2.710389e+01 (Symanzik1) mflops = -2.031082e-01 FFTIME: time = 3.608254e+01 mflops = 7.882074e+02 LLTIME(long): time = 4.303360e-01 (Naik) mflops = 2.747317e+02 LLTIME(Fat): time = 6.765650e+00 (Asqtad opt) mflops = 5.970032e+02 LLTIME(long): time = 4.182429e-01 (Naik) mflops = 2.826753e+02 LLTIME(Fat): time = 6.757658e+00 (Asqtad opt) mflops = 5.977093e+02 LLTIME(long): time = 4.185419e-01 (Naik) mflops = 2.824734e+02 LLTIME(Fat): time = 6.766509e+00 (Asqtad opt) mflops = 5.969274e+02 CONGRAD5: time = 1.103454e+01 iters = 106 mflops = 7.472783e+02 TESTCONG: reduce_time = 1.570902e-01 iters = 106 time/iter = 1.481983e-03 CONGRAD5: time = 1.103736e+01 iters = 106 mflops = 7.470871e+02 TESTCONG: reduce_time = 1.722507e-01 iters = 106 time/iter = 1.625007e-03 GFTIME: time = 2.710046e+01 (Symanzik1) mflops = -2.031340e-01 FFTIME: time = 3.611436e+01 mflops = 7.875129e+02 LLTIME(long): time = 4.093280e-01 (Naik) mflops = 2.888318e+02 LLTIME(Fat): time = 6.760216e+00 (Asqtad opt) mflops = 5.974831e+02 LLTIME(long): time = 4.102571e-01 (Naik) mflops = 2.881777e+02 LLTIME(Fat): time = 6.766147e+00 (Asqtad opt) mflops = 5.969594e+02 LLTIME(long): time = 4.169679e-01 (Naik) mflops = 2.835397e+02 LLTIME(Fat): time = 6.760989e+00 (Asqtad opt) mflops = 5.974148e+02 CONGRAD5: time = 1.107672e+01 iters = 106 mflops = 7.444323e+02 TESTCONG: reduce_time = 2.057571e-01 iters = 106 time/iter = 1.941105e-03 CONGRAD5: time = 1.103093e+01 iters = 106 mflops = 7.475225e+02 TESTCONG: reduce_time = 2.066453e-01 iters = 106 time/iter = 1.949483e-03 GFTIME: time = 2.707968e+01 (Symanzik1) mflops = -2.032899e-01 FFTIME: time = 3.607094e+01 mflops = 7.884610e+02 LLTIME(long): time = 4.196861e-01 (Naik) mflops = 2.817033e+02 LLTIME(Fat): time = 6.765448e+00 (Asqtad opt) mflops = 5.970210e+02 LLTIME(long): time = 4.214418e-01 (Naik) mflops = 2.805297e+02 LLTIME(Fat): time = 6.764014e+00 (Asqtad opt) mflops = 5.971476e+02 LLTIME(long): time = 4.160390e-01 (Naik) mflops = 2.841728e+02 LLTIME(Fat): time = 6.775115e+00 (Asqtad opt) mflops = 5.961692e+02 CONGRAD5: time = 1.113512e+01 iters = 107 mflops = 7.475147e+02 TESTCONG: reduce_time = 2.135022e-01 iters = 107 time/iter = 1.995347e-03 CONGRAD5: time = 1.117563e+01 iters = 107 mflops = 7.448050e+02 TESTCONG: reduce_time = 1.680770e-01 iters = 107 time/iter = 1.570813e-03 GFTIME: time = 2.708677e+01 (Symanzik1) mflops = -2.032367e-01 FFTIME: time = 3.604624e+01 mflops = 7.890012e+02 PLAQ: 2.658360 2.658338 P_LOOP: 3.906134e-01 -1.507364e-03 LLTIME(long): time = 4.146168e-01 (Naik) mflops = 2.851475e+02 LLTIME(Fat): time = 6.743257e+00 (Asqtad opt) mflops = 5.989857e+02 CONGRAD5: time = 9.524575e+00 iters = 91 mflops = 7.432355e+02 TESTCONG: reduce_time = 2.093608e-01 iters = 91 time/iter = 2.300669e-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.371677e+00 iters = 90 mflops = 7.470606e+02 TESTCONG: reduce_time = 1.662352e-01 iters = 90 time/iter = 1.847058e-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.197369e-01 (Naik) mflops = 2.816692e+02 LLTIME(Fat): time = 6.746431e+00 (Asqtad opt) mflops = 5.987039e+02 LLTIME(long): time = 4.200609e-01 (Naik) mflops = 2.814519e+02 LLTIME(Fat): time = 6.772765e+00 (Asqtad opt) mflops = 5.963760e+02 LLTIME(long): time = 4.136250e-01 (Naik) mflops = 2.858312e+02 LLTIME(Fat): time = 6.761705e+00 (Asqtad opt) mflops = 5.973515e+02 CONGRAD5: time = 1.113986e+01 iters = 107 mflops = 7.471963e+02 TESTCONG: reduce_time = 6.634045e-02 iters = 107 time/iter = 6.200042e-04 CONGRAD5: time = 1.119064e+01 iters = 107 mflops = 7.438058e+02 TESTCONG: reduce_time = 2.772348e-01 iters = 107 time/iter = 2.590979e-03 GFTIME: time = 2.706263e+01 (Symanzik1) mflops = -2.034179e-01 FFTIME: time = 3.613162e+01 mflops = 7.871367e+02 LLTIME(long): time = 4.087172e-01 (Naik) mflops = 2.892635e+02 LLTIME(Fat): time = 6.754066e+00 (Asqtad opt) mflops = 5.980271e+02 LLTIME(long): time = 4.232950e-01 (Naik) mflops = 2.793015e+02 LLTIME(Fat): time = 6.772684e+00 (Asqtad opt) mflops = 5.963832e+02 LLTIME(long): time = 4.151270e-01 (Naik) mflops = 2.847970e+02 LLTIME(Fat): time = 6.769360e+00 (Asqtad opt) mflops = 5.966760e+02 CONGRAD5: time = 1.114353e+01 iters = 107 mflops = 7.469501e+02 TESTCONG: reduce_time = 1.455276e-01 iters = 107 time/iter = 1.360071e-03 CONGRAD5: time = 1.112784e+01 iters = 107 mflops = 7.480034e+02 TESTCONG: reduce_time = 1.511612e-01 iters = 107 time/iter = 1.412721e-03 GFTIME: time = 2.708598e+01 (Symanzik1) mflops = -2.032425e-01 FFTIME: time = 3.608694e+01 mflops = 7.881115e+02 LLTIME(long): time = 4.106519e-01 (Naik) mflops = 2.879006e+02 LLTIME(Fat): time = 6.774506e+00 (Asqtad opt) mflops = 5.962228e+02 LLTIME(long): time = 4.104850e-01 (Naik) mflops = 2.880177e+02 LLTIME(Fat): time = 6.770882e+00 (Asqtad opt) mflops = 5.965419e+02 LLTIME(long): time = 4.186661e-01 (Naik) mflops = 2.823896e+02 LLTIME(Fat): time = 6.764678e+00 (Asqtad opt) mflops = 5.970890e+02 CONGRAD5: time = 1.111621e+01 iters = 107 mflops = 7.487862e+02 TESTCONG: reduce_time = 1.087971e-01 iters = 107 time/iter = 1.016795e-03 CONGRAD5: time = 1.114314e+01 iters = 107 mflops = 7.469766e+02 TESTCONG: reduce_time = 1.420512e-01 iters = 107 time/iter = 1.327581e-03 GFTIME: time = 2.707568e+01 (Symanzik1) mflops = -2.033198e-01 FFTIME: time = 3.609003e+01 mflops = 7.880438e+02 LLTIME(long): time = 4.004061e-01 (Naik) mflops = 2.952676e+02 LLTIME(Fat): time = 6.756249e+00 (Asqtad opt) mflops = 5.978339e+02 LLTIME(long): time = 4.152200e-01 (Naik) mflops = 2.847332e+02 LLTIME(Fat): time = 6.745627e+00 (Asqtad opt) mflops = 5.987753e+02 LLTIME(long): time = 4.166250e-01 (Naik) mflops = 2.837730e+02 LLTIME(Fat): time = 6.752417e+00 (Asqtad opt) mflops = 5.981732e+02 CONGRAD5: time = 1.124394e+01 iters = 108 mflops = 7.471984e+02 TESTCONG: reduce_time = 1.808565e-01 iters = 108 time/iter = 1.674597e-03 CONGRAD5: time = 1.124453e+01 iters = 108 mflops = 7.471588e+02 TESTCONG: reduce_time = 1.051207e-01 iters = 108 time/iter = 9.733394e-04 GFTIME: time = 2.707941e+01 (Symanzik1) mflops = -2.032919e-01 FFTIME: time = 3.613316e+01 mflops = 7.871032e+02 LLTIME(long): time = 4.100859e-01 (Naik) mflops = 2.882980e+02 LLTIME(Fat): time = 6.762026e+00 (Asqtad opt) mflops = 5.973232e+02 LLTIME(long): time = 4.210081e-01 (Naik) mflops = 2.808187e+02 LLTIME(Fat): time = 6.740555e+00 (Asqtad opt) mflops = 5.992258e+02 LLTIME(long): time = 4.116719e-01 (Naik) mflops = 2.871873e+02 LLTIME(Fat): time = 6.757480e+00 (Asqtad opt) mflops = 5.977250e+02 CONGRAD5: time = 1.122977e+01 iters = 108 mflops = 7.481411e+02 TESTCONG: reduce_time = 1.569428e-01 iters = 108 time/iter = 1.453174e-03 CONGRAD5: time = 1.123973e+01 iters = 108 mflops = 7.474785e+02 TESTCONG: reduce_time = 1.018488e-01 iters = 108 time/iter = 9.430448e-04 GFTIME: time = 2.710885e+01 (Symanzik1) mflops = -2.030711e-01 FFTIME: time = 3.612971e+01 mflops = 7.871785e+02 LLTIME(long): time = 4.232130e-01 (Naik) mflops = 2.793556e+02 LLTIME(Fat): time = 6.755471e+00 (Asqtad opt) mflops = 5.979028e+02 LLTIME(long): time = 4.199102e-01 (Naik) mflops = 2.815529e+02 LLTIME(Fat): time = 6.757104e+00 (Asqtad opt) mflops = 5.977583e+02 LLTIME(long): time = 4.143200e-01 (Naik) mflops = 2.853518e+02 LLTIME(Fat): time = 6.771336e+00 (Asqtad opt) mflops = 5.965019e+02 CONGRAD5: time = 1.124738e+01 iters = 108 mflops = 7.469697e+02 TESTCONG: reduce_time = 1.496449e-01 iters = 108 time/iter = 1.385600e-03 CONGRAD5: time = 1.130644e+01 iters = 109 mflops = 7.499482e+02 TESTCONG: reduce_time = 1.507480e-01 iters = 109 time/iter = 1.383009e-03 GFTIME: time = 2.708931e+01 (Symanzik1) mflops = -2.032176e-01 FFTIME: time = 3.609935e+01 mflops = 7.878405e+02 LLTIME(long): time = 4.026029e-01 (Naik) mflops = 2.936565e+02 LLTIME(Fat): time = 6.761783e+00 (Asqtad opt) mflops = 5.973446e+02 LLTIME(long): time = 4.171960e-01 (Naik) mflops = 2.833846e+02 LLTIME(Fat): time = 6.762930e+00 (Asqtad opt) mflops = 5.972433e+02 LLTIME(long): time = 4.226069e-01 (Naik) mflops = 2.797563e+02 LLTIME(Fat): time = 6.765370e+00 (Asqtad opt) mflops = 5.970279e+02 CONGRAD5: time = 1.133889e+01 iters = 109 mflops = 7.478021e+02 TESTCONG: reduce_time = 1.829464e-01 iters = 109 time/iter = 1.678408e-03 CONGRAD5: time = 1.133154e+01 iters = 109 mflops = 7.482871e+02 TESTCONG: reduce_time = 2.068336e-01 iters = 109 time/iter = 1.897556e-03 GFTIME: time = 2.706873e+01 (Symanzik1) mflops = -2.033721e-01 FFTIME: time = 3.603232e+01 mflops = 7.893061e+02 LLTIME(long): time = 4.111440e-01 (Naik) mflops = 2.875560e+02 LLTIME(Fat): time = 6.758803e+00 (Asqtad opt) mflops = 5.976080e+02 LLTIME(long): time = 4.184899e-01 (Naik) mflops = 2.825085e+02 LLTIME(Fat): time = 6.754745e+00 (Asqtad opt) mflops = 5.979670e+02 LLTIME(long): time = 4.174500e-01 (Naik) mflops = 2.832123e+02 LLTIME(Fat): time = 6.760904e+00 (Asqtad opt) mflops = 5.974223e+02 CONGRAD5: time = 1.146154e+01 iters = 110 mflops = 7.465866e+02 TESTCONG: reduce_time = 1.506548e-01 iters = 110 time/iter = 1.369589e-03 CONGRAD5: time = 1.143635e+01 iters = 110 mflops = 7.482315e+02 TESTCONG: reduce_time = 1.652503e-01 iters = 110 time/iter = 1.502275e-03 GFTIME: time = 2.707752e+01 (Symanzik1) mflops = -2.033061e-01 FFTIME: time = 3.604960e+01 mflops = 7.889278e+02 PLAQ: 2.443139 2.443152 P_LOOP: 6.489087e-02 -2.986151e-03 LLTIME(long): time = 4.118040e-01 (Naik) mflops = 2.870952e+02 LLTIME(Fat): time = 6.746352e+00 (Asqtad opt) mflops = 5.987109e+02 CONGRAD5: time = 9.671212e+00 iters = 93 mflops = 7.480536e+02 TESTCONG: reduce_time = 8.753586e-02 iters = 93 time/iter = 9.412458e-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.716670e+00 iters = 93 mflops = 7.445539e+02 TESTCONG: reduce_time = 1.733890e-01 iters = 93 time/iter = 1.864397e-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.073 secs exit: Tue Dec 7 17:51:53 2021 Application 1107746 resources: utime ~449801s, stime ~11621s, Rss ~285272, inblocks ~1080071, outblocks ~161695 Displaying status file: verified [SSH] completed [SSH] exit-status: 0 [workspace] $ /bin/sh -xe /tmp/jenkins6690046190879159458.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