Skip to content
Success

Console Output

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/jenkins9857890607212469136.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  8 08:20 .svn
REMODULE
     1	  ### Set Environment (do not remove this line only change what is in between)
     2	  . ${MODULESHOME}/init/ksh
     3	#  module use /u/vendor/cray/dalton/modulefiles
     4	
     5	  module unload PrgEnv-intel
     6	  module unload PrgEnv-cray
     7	  module unload PrgEnv-gnu
     8	  module load PrgEnv-gnu
     9	#  module load PrgEnv-gnu
    10	#  module swap gcc gcc/4.9.3
    11	
    12	#module unload darshan
    13	#module load darshan/3.1.3
    14	#module load darshan/3.1.6
    15	  module load PrgEnv/gnu-7.3.0-cuda-9.1
    16	
    17	  ### End Environment (do not remove this line only change what is in between)
    18	 
    19	  PACKAGE=milc-nsf
    20	  VERSION=v1
    21	  #SRCDIR=$PACKAGE-$VERSION
    22	  SRCDIR=$PACKAGE
    23	
    24	# load any other module here
    25	
    26	#module load cray-hdf5
    27	
    28	export F77=gfortran
    29	export F90=gfortran
    30	export F9X=gfortran
    31	export FC=gfortran
    32	export F9X=gfortran
    33	export CC=gcc
    34	export CXX=g++
    35	
    36	#module load craype-hugepages2M
    37	
    38	#export CRAYPE_LINK_TYPE=static
    39	#
    40	#export F77=ftn
    41	#export F90=ftn
    42	#export F9X=ftn
    43	#export FC=ftn
    44	#export F9X=ftn
    45	#export CC=cc
    46	#export CXX=CC
    47	#module load cray-mpich-compat/v7
/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3
/sw/tools/bin/swbuildwait
     1	#!/bin/sh
     2	
     3	realpath=`readlink -f .`
     4	build=`basename $realpath`
     5	
     6	version_dir=`dirname $realpath`
     7	version=`basename $version_dir`
     8	
     9	app_dir=`dirname $version_dir`
    10	app=`basename $app_dir`
    11	
    12	arch_dir=`dirname $app_dir`
    13	arch=`basename $arch_dir`
    14	
    15	echo "swbuild -s -a $app -v $version -b $build"
    16	swbuild -s -a $app -v $version -b $build 2>&1 | tee build.log
swbuild -s -a milc-nsf -v v1 -b cle5.2_gnu4.9.3
ModuleCmd_Load.c(244):ERROR:105: Unable to locate a modulefile for 'PrgEnv/gnu-7.3.0-cuda-9.1'
# clear out old installation to prevent potential libtool chmod 
# commands from failing when reinstalled by another person
rm -rf bin lib include status test.log $SRCDIR


#clear out status file since re-making
rm -f status

tar xf /sw/sources/$PACKAGE/$VERSION/$SRCDIR.tar.gz
tar: milc-nsf/src/milc-nsf/ks_imp_dyn2/.lastmake.Make_mpi.su3_rmd: implausibly old time stamp 1969-12-31 17:59:59
cd $SRCDIR/src/milc-nsf/ks_imp_dyn2

# Make clean
make -f Make_mpi clean
/bin/rm -f *.o
touch ../libraries/Make_vanilla

#Make
make -f Make_mpi su3_rmd

make -f Make_mpi target "MYTARGET= su3_rmd" \
	"DEFINES= -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS" \
	"GAUGE = symanzik_1loop_action.h" \
	"QUARK = asqtad_action.h" \
	"EXTRA_OBJECTS= dslash_fn2.o d_congrad5_fn.o"
make[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/ks_imp_dyn2'
Building libraries with Make_vanilla
cd ../libraries ;\
	make -f Make_vanilla   "APP_CC=cc   " all
make[2]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries'
================================================================
PLEASE CHECK COMPILERS: Libraries: cc . Application: cc
================================================================
/bin/rm -f .lastmake.*
make -f Make_vanilla clean
make[3]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries'
/bin/rm -f *.o
make[3]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries'
touch .lastmake.Make_vanilla
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cadd.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cdiv.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  ce_itheta.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cexp.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  clog.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cmplx.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cmul.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  conjg.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  csqrt.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  csub.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcadd.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcdiv.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dce_itheta.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcexp.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dclog.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcmplx.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcmul.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dconjg.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcsqrt.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcsub.c
ar rcs complex.a cadd.o cdiv.o ce_itheta.o cexp.o clog.o cmplx.o cmul.o conjg.o csqrt.o csub.o dcadd.o dcdiv.o dce_itheta.o dcexp.o dclog.o dcmplx.o dcmul.o dconjg.o dcsqrt.o dcsub.o 
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  addmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  addvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cmp_ahmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_a_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_a_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_s_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  det_su3.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  clear_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dumpmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dumpvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  clearvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amatvec_s.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amatvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amatvec_ns.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_an.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_na.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_nn.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_matvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_matvec_ns.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_matvec_s.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  make_ahmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  rand_ahmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  realtr.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  complextr.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_a_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_a_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_s_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_s_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_sum_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_s_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_adjoint.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_dot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_rdot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_proj.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3mat_copy.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3vec_copy.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  submat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  subvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  trace_su3.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  uncmp_ahmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  msq_su3vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  sub4vecs.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amv_4dir.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amv_4vec.c
m_amv_4vec.c: In function 'mult_adj_su3_mat_4vec':
m_amv_4vec.c:45:24: warning: iteration 3 invokes undefined behavior [-Waggressive-loop-optimizations]
   for(n=0;n<4;n++,a++,c=cc[n]){
                       ~^~~~~~
m_amv_4vec.c:45:3: note: within this loop
   for(n=0;n<4;n++,a++,c=cc[n]){
   ^~~
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mv_s_4dir.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  flush_to_zero.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  l_su2_hit_n.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  r_su2_hit_a.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dumpsu2.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_su2_mat_vec_n.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_su2_mat_vec_a.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  gaussrand.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  byterevn.c
cc     -g -ffast-math -funroll-loops -c prefetch.c
ar rcs su3.a addmat.o addvec.o cmp_ahmat.o cs_m_a_vec.o cs_m_a_mat.o cs_m_s_vec.o cs_m_vec.o det_su3.o clear_mat.o dumpmat.o dumpvec.o clearvec.o m_amatvec_s.o m_amatvec.o m_amatvec_ns.o m_mat_an.o m_mat_na.o m_mat_nn.o m_matvec.o m_matvec_ns.o m_matvec_s.o make_ahmat.o rand_ahmat.o realtr.o complextr.o s_m_a_mat.o s_m_a_vec.o s_m_s_mat.o s_m_s_vec.o s_m_sum_vec.o s_m_vec.o s_m_mat.o cs_m_mat.o cs_m_s_mat.o su3_adjoint.o su3_dot.o su3_rdot.o su3_proj.o su3mat_copy.o su3vec_copy.o submat.o subvec.o trace_su3.o uncmp_ahmat.o msq_su3vec.o sub4vecs.o m_amv_4dir.o m_amv_4vec.o m_mv_s_4dir.o flush_to_zero.o l_su2_hit_n.o r_su2_hit_a.o dumpsu2.o m_su2_mat_vec_n.o m_su2_mat_vec_a.o gaussrand.o byterevn.o prefetch.o
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wp_shrink.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wp_grow.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wp_grow_a.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dump_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  clear_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_proj_w.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  copy_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  add_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  sub_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_hwvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  msq_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wvec_dot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wvec2_dot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wvec_rdot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_a_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_atm_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mb_gamma.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mb_gamma_l.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mb_gamma_r.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mswvb_gamma_l.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mswvb_gamma_r.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_a_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_a_wvec2.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_hwvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amat_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amat_hwvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  grow4wvecs.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wp_shrink4.c
ar rcs su3.a wp_shrink.o wp_grow.o wp_grow_a.o dump_wvec.o clear_wvec.o su3_proj_w.o copy_wvec.o add_wvec.o sub_wvec.o s_m_wvec.o s_m_hwvec.o msq_wvec.o wvec_dot.o wvec2_dot.o wvec_rdot.o s_m_a_wvec.o s_m_atm_wvec.o mb_gamma.o mb_gamma_l.o mb_gamma_r.o mswvb_gamma_l.o mswvb_gamma_r.o cs_m_wvec.o cs_m_a_wvec.o cs_m_a_wvec2.o m_mat_wvec.o m_mat_hwvec.o m_amat_wvec.o m_amat_hwvec.o grow4wvecs.o wp_shrink4.o
make[2]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries'
make[1]: .lastmake.Make_mpi.su3_rmd: Timestamp out of range; substituting 1969-12-31 18:00:00
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  control.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/f_meas.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  gauge_info.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  setup.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  update.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  update_h.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  update_u.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/layout_hyper_tstretch.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/check_unitarity.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/d_plaq4.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/gaugefix2.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/gauge_stuff.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/io_helpers.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/io_lat4.c 
../generic/io_lat4.c: In function 'qcdhdr_get_hdr':
../generic/io_lat4.c:188:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     len = (int) q - (int) line;
           ^
../generic/io_lat4.c:188:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     len = (int) q - (int) line;
                     ^
../generic/io_lat4.c: In function 'read_gauge_hdr':
../generic/io_lat4.c:1316:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
        (char *)GAUGE_VERSION_NUMBER,(char *)tmp);
                                     ^
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/make_lattice.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/path_product.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/ploop3.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/ranmom.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/ranstuff.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/reunitarize2.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/grsource_imp.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/mat_invert.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/quark_stuff4.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/rephase.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/dslash_fn2.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/d_congrad5_fn.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/com_mpi.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/io_ansi.c 
cc    -O3 -g   -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS      -o su3_rmd \
	control.o f_meas.o gauge_info.o setup.o update.o update_h.o update_u.o layout_hyper_tstretch.o check_unitarity.o d_plaq4.o gaugefix2.o gauge_stuff.o io_helpers.o io_lat4.o make_lattice.o path_product.o ploop3.o ranmom.o ranstuff.o reunitarize2.o grsource_imp.o mat_invert.o quark_stuff4.o rephase.o dslash_fn2.o d_congrad5_fn.o com_mpi.o io_ansi.o  ../libraries/su3.a ../libraries/complex.a   -lm
touch localmake
make[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/ks_imp_dyn2'
if [[ ! -e su3_rmd ]] ; then
    echo "make failed"
    exit 1
fi

mkdir -p $SW_BLDDIR/bin
cp su3_rmd $SW_BLDDIR/bin

cd $SW_BLDDIR

############################### if this far, return 0
exit 0
['/scratch/system/bwjenkins/tests/milc-nsf/v1']
/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/rebuild : passed (0)

[SSH] completed
[SSH] exit-status: 0

[SSH] script:
PATH="/sw/tools/bin:/sw/tools/bin:$PATH"
SW_CONFIG="/scratch/system/bwjenkins/sw_config"
PYTHONPATH="/sw/tools/bin:/sw/tools/bin:$PYTHONPATH"
SW_ROOT="/scratch/system/bwjenkins/tests"
SW_WORKDIR="/scratch/system/bwjenkins/sw_workdir"


echo $PATH $SW_CONFIG $PYTHONPATH SW_WORKDIR > /dev/null
export SW_CONFIG=$SW_CONFIG
export SW_WORKDIR=$SW_WORKDIR

cd $SW_ROOT
cd milc-nsf/v1/cle5.2_gnu4.9.3
swtestwait


[SSH] executing...
Waiting for job 597885.jyc to start ... 
Submitted job 597885.jyc is running. Following .running ... 
597885.jyc
SU3 with improved KS action
Microcanonical simulation with refreshing
MIMD version 6
Machine = MPI (portable), with 256 nodes
R algorithm
type 0 for no prompts  or 1 for prompts
nflavors1 4
nflavors2 4
nx 64
ny 64
nz 64
nt 64
iseed 5682304
LAYOUT = Hypercubes, options = EVENFIRST,
ON EACH NODE 16 x 16 x 16 x 16
Mallocing 73.9 MBytes per node for lattice
Made lattice
Made nn gathers
Made 3nn gathers
Finished setup


warms 0
trajecs 2
traj_between_meas 1
beta 5.6
mass1 0.01
mass2 0.01
u0 0.8441
microcanonical_time_step 0.02
steps_per_trajectory 8
max_cg_iterations 200
error_per_site 1e-05
error_for_propagator 0.0001
fresh 
forget 
unit gauge configuration loaded
CHECK PLAQ: 3.000000e+00 3.000000e+00
Unitarity checked.  Max deviation 0.00e+00
Time to check unitarity = 3.004289e-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.336510e-01 (Naik) mflops = 2.726316e+02
LLTIME(Fat): time = 6.813862e+00 (Asqtad opt) mflops = 5.927791e+02
LLTIME(long): time =  4.104328e-01 (Naik) mflops = 2.880543e+02
LLTIME(Fat): time = 6.772228e+00 (Asqtad opt) mflops = 5.964233e+02
LLTIME(long): time =  4.160721e-01 (Naik) mflops = 2.841501e+02
LLTIME(Fat): time = 6.779013e+00 (Asqtad opt) mflops = 5.958264e+02
CONGRAD5: time = 1.084603e+01 iters = 104 mflops = 7.459216e+02
TESTCONG: reduce_time = 4.385042e-02 iters = 104 time/iter = 4.216387e-04
CONGRAD5: time = 1.082895e+01 iters = 104 mflops = 7.470982e+02
TESTCONG: reduce_time = 1.245444e-01 iters = 104 time/iter = 1.197542e-03
GFTIME:   time = 2.711574e+01 (Symanzik1) mflops = -2.030195e-01
FFTIME:  time = 3.617368e+01 mflops = 7.862216e+02
LLTIME(long): time =  4.171438e-01 (Naik) mflops = 2.834201e+02
LLTIME(Fat): time = 6.777945e+00 (Asqtad opt) mflops = 5.959203e+02
LLTIME(long): time =  4.138920e-01 (Naik) mflops = 2.856468e+02
LLTIME(Fat): time = 6.768733e+00 (Asqtad opt) mflops = 5.967313e+02
LLTIME(long): time =  4.197268e-01 (Naik) mflops = 2.816759e+02
LLTIME(Fat): time = 6.752782e+00 (Asqtad opt) mflops = 5.981408e+02
CONGRAD5: time = 1.082252e+01 iters = 104 mflops = 7.475417e+02
TESTCONG: reduce_time = 8.771515e-02 iters = 104 time/iter = 8.434149e-04
CONGRAD5: time = 1.080460e+01 iters = 104 mflops = 7.487818e+02
TESTCONG: reduce_time = 1.592810e-01 iters = 104 time/iter = 1.531548e-03
GFTIME:   time = 2.712514e+01 (Symanzik1) mflops = -2.029492e-01
FFTIME:  time = 3.615807e+01 mflops = 7.865610e+02
LLTIME(long): time =  4.179070e-01 (Naik) mflops = 2.829025e+02
LLTIME(Fat): time = 6.765242e+00 (Asqtad opt) mflops = 5.970392e+02
LLTIME(long): time =  4.119792e-01 (Naik) mflops = 2.869731e+02
LLTIME(Fat): time = 6.764703e+00 (Asqtad opt) mflops = 5.970868e+02
LLTIME(long): time =  4.184799e-01 (Naik) mflops = 2.825152e+02
LLTIME(Fat): time = 6.774221e+00 (Asqtad opt) mflops = 5.962479e+02
CONGRAD5: time = 1.084163e+01 iters = 104 mflops = 7.462245e+02
TESTCONG: reduce_time = 9.836864e-02 iters = 104 time/iter = 9.458524e-04
CONGRAD5: time = 1.084138e+01 iters = 104 mflops = 7.462414e+02
TESTCONG: reduce_time = 8.870435e-02 iters = 104 time/iter = 8.529264e-04
GFTIME:   time = 2.711361e+01 (Symanzik1) mflops = -2.030354e-01
FFTIME:  time = 3.618821e+01 mflops = 7.859060e+02
LLTIME(long): time =  4.062588e-01 (Naik) mflops = 2.910139e+02
LLTIME(Fat): time = 6.753182e+00 (Asqtad opt) mflops = 5.981054e+02
LLTIME(long): time =  4.181900e-01 (Naik) mflops = 2.827111e+02
LLTIME(Fat): time = 6.761180e+00 (Asqtad opt) mflops = 5.973979e+02
LLTIME(long): time =  4.199049e-01 (Naik) mflops = 2.815564e+02
LLTIME(Fat): time = 6.758255e+00 (Asqtad opt) mflops = 5.976565e+02
CONGRAD5: time = 1.092004e+01 iters = 105 mflops = 7.479902e+02
TESTCONG: reduce_time = 9.965205e-02 iters = 105 time/iter = 9.490672e-04
CONGRAD5: time = 1.092680e+01 iters = 105 mflops = 7.475269e+02
TESTCONG: reduce_time = 1.035676e-01 iters = 105 time/iter = 9.863581e-04
GFTIME:   time = 2.709876e+01 (Symanzik1) mflops = -2.031467e-01
FFTIME:  time = 3.609085e+01 mflops = 7.880260e+02
LLTIME(long): time =  4.232550e-01 (Naik) mflops = 2.793280e+02
LLTIME(Fat): time = 6.762623e+00 (Asqtad opt) mflops = 5.972704e+02
LLTIME(long): time =  4.228101e-01 (Naik) mflops = 2.796219e+02
LLTIME(Fat): time = 6.771571e+00 (Asqtad opt) mflops = 5.964812e+02
LLTIME(long): time =  4.175091e-01 (Naik) mflops = 2.831722e+02
LLTIME(Fat): time = 6.772218e+00 (Asqtad opt) mflops = 5.964242e+02
CONGRAD5: time = 1.095794e+01 iters = 105 mflops = 7.454028e+02
TESTCONG: reduce_time = 1.990798e-01 iters = 105 time/iter = 1.895998e-03
CONGRAD5: time = 1.094495e+01 iters = 105 mflops = 7.462872e+02
TESTCONG: reduce_time = 9.177375e-02 iters = 105 time/iter = 8.740357e-04
GFTIME:   time = 2.709492e+01 (Symanzik1) mflops = -2.031755e-01
FFTIME:  time = 3.614330e+01 mflops = 7.868825e+02
LLTIME(long): time =  4.143090e-01 (Naik) mflops = 2.853593e+02
LLTIME(Fat): time = 6.760640e+00 (Asqtad opt) mflops = 5.974456e+02
LLTIME(long): time =  4.193799e-01 (Naik) mflops = 2.819089e+02
LLTIME(Fat): time = 6.771798e+00 (Asqtad opt) mflops = 5.964612e+02
LLTIME(long): time =  4.123080e-01 (Naik) mflops = 2.867443e+02
LLTIME(Fat): time = 6.762564e+00 (Asqtad opt) mflops = 5.972756e+02
CONGRAD5: time = 1.103500e+01 iters = 106 mflops = 7.472472e+02
TESTCONG: reduce_time = 1.138792e-01 iters = 106 time/iter = 1.074332e-03
CONGRAD5: time = 1.104370e+01 iters = 106 mflops = 7.466585e+02
TESTCONG: reduce_time = 1.185989e-01 iters = 106 time/iter = 1.118858e-03
GFTIME:   time = 2.710497e+01 (Symanzik1) mflops = -2.031002e-01
FFTIME:  time = 3.610855e+01 mflops = 7.876396e+02
LLTIME(long): time =  4.104290e-01 (Naik) mflops = 2.880570e+02
LLTIME(Fat): time = 6.764320e+00 (Asqtad opt) mflops = 5.971206e+02
LLTIME(long): time =  4.178998e-01 (Naik) mflops = 2.829074e+02
LLTIME(Fat): time = 6.762947e+00 (Asqtad opt) mflops = 5.972418e+02
LLTIME(long): time =  4.130280e-01 (Naik) mflops = 2.862444e+02
LLTIME(Fat): time = 6.767766e+00 (Asqtad opt) mflops = 5.968165e+02
CONGRAD5: time = 1.103937e+01 iters = 106 mflops = 7.469513e+02
TESTCONG: reduce_time = 6.343222e-02 iters = 106 time/iter = 5.984171e-04
CONGRAD5: time = 1.104496e+01 iters = 106 mflops = 7.465733e+02
TESTCONG: reduce_time = 1.343107e-01 iters = 106 time/iter = 1.267082e-03
GFTIME:   time = 2.706613e+01 (Symanzik1) mflops = -2.033916e-01
FFTIME:  time = 3.612600e+01 mflops = 7.872591e+02
LLTIME(long): time =  4.089370e-01 (Naik) mflops = 2.891080e+02
LLTIME(Fat): time = 6.759958e+00 (Asqtad opt) mflops = 5.975059e+02
LLTIME(long): time =  4.203031e-01 (Naik) mflops = 2.812897e+02
LLTIME(Fat): time = 6.750116e+00 (Asqtad opt) mflops = 5.983771e+02
LLTIME(long): time =  4.166541e-01 (Naik) mflops = 2.837532e+02
LLTIME(Fat): time = 6.754724e+00 (Asqtad opt) mflops = 5.979689e+02
CONGRAD5: time = 1.116593e+01 iters = 107 mflops = 7.454518e+02
TESTCONG: reduce_time = 1.280591e-01 iters = 107 time/iter = 1.196814e-03
CONGRAD5: time = 1.112008e+01 iters = 107 mflops = 7.485256e+02
TESTCONG: reduce_time = 1.014431e-01 iters = 107 time/iter = 9.480659e-04
GFTIME:   time = 2.709703e+01 (Symanzik1) mflops = -2.031597e-01
FFTIME:  time = 3.612745e+01 mflops = 7.872277e+02
PLAQ:	2.658360	2.658338
P_LOOP:	3.906134e-01	-1.507364e-03
LLTIME(long): time =  4.117160e-01 (Naik) mflops = 2.871566e+02
LLTIME(Fat): time = 6.759410e+00 (Asqtad opt) mflops = 5.975543e+02
CONGRAD5: time = 9.501774e+00 iters = 91 mflops = 7.450190e+02
TESTCONG: reduce_time = 1.201384e-01 iters = 91 time/iter = 1.320202e-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.389038e+00 iters = 90 mflops = 7.456793e+02
TESTCONG: reduce_time = 1.049750e-01 iters = 90 time/iter = 1.166389e-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.200280e-01 (Naik) mflops = 2.814740e+02
LLTIME(Fat): time = 6.769220e+00 (Asqtad opt) mflops = 5.966883e+02
LLTIME(long): time =  4.145770e-01 (Naik) mflops = 2.851749e+02
LLTIME(Fat): time = 6.765124e+00 (Asqtad opt) mflops = 5.970496e+02
LLTIME(long): time =  4.177680e-01 (Naik) mflops = 2.829966e+02
LLTIME(Fat): time = 6.770097e+00 (Asqtad opt) mflops = 5.966111e+02
CONGRAD5: time = 1.114255e+01 iters = 107 mflops = 7.470155e+02
TESTCONG: reduce_time = 1.656466e-01 iters = 107 time/iter = 1.548099e-03
CONGRAD5: time = 1.112910e+01 iters = 107 mflops = 7.479186e+02
TESTCONG: reduce_time = 1.744938e-01 iters = 107 time/iter = 1.630783e-03
GFTIME:   time = 2.712142e+01 (Symanzik1) mflops = -2.029770e-01
FFTIME:  time = 3.614083e+01 mflops = 7.869362e+02
LLTIME(long): time =  4.146910e-01 (Naik) mflops = 2.850965e+02
LLTIME(Fat): time = 6.764316e+00 (Asqtad opt) mflops = 5.971209e+02
LLTIME(long): time =  4.180601e-01 (Naik) mflops = 2.827989e+02
LLTIME(Fat): time = 6.770029e+00 (Asqtad opt) mflops = 5.966170e+02
LLTIME(long): time =  4.168639e-01 (Naik) mflops = 2.836104e+02
LLTIME(Fat): time = 6.767828e+00 (Asqtad opt) mflops = 5.968111e+02
CONGRAD5: time = 1.110545e+01 iters = 107 mflops = 7.495118e+02
TESTCONG: reduce_time = 1.137457e-01 iters = 107 time/iter = 1.063044e-03
CONGRAD5: time = 1.114831e+01 iters = 107 mflops = 7.466300e+02
TESTCONG: reduce_time = 1.552327e-01 iters = 107 time/iter = 1.450773e-03
GFTIME:   time = 2.708613e+01 (Symanzik1) mflops = -2.032414e-01
FFTIME:  time = 3.613640e+01 mflops = 7.870326e+02
LLTIME(long): time =  4.000130e-01 (Naik) mflops = 2.955578e+02
LLTIME(Fat): time = 6.764139e+00 (Asqtad opt) mflops = 5.971366e+02
LLTIME(long): time =  4.171050e-01 (Naik) mflops = 2.834465e+02
LLTIME(Fat): time = 6.756092e+00 (Asqtad opt) mflops = 5.978478e+02
LLTIME(long): time =  4.186730e-01 (Naik) mflops = 2.823849e+02
LLTIME(Fat): time = 6.763733e+00 (Asqtad opt) mflops = 5.971724e+02
CONGRAD5: time = 1.114641e+01 iters = 107 mflops = 7.467571e+02
TESTCONG: reduce_time = 1.617656e-01 iters = 107 time/iter = 1.511828e-03
CONGRAD5: time = 1.112604e+01 iters = 107 mflops = 7.481244e+02
TESTCONG: reduce_time = 1.437747e-01 iters = 107 time/iter = 1.343689e-03
GFTIME:   time = 2.709386e+01 (Symanzik1) mflops = -2.031835e-01
FFTIME:  time = 3.615230e+01 mflops = 7.866864e+02
LLTIME(long): time =  4.217389e-01 (Naik) mflops = 2.803321e+02
LLTIME(Fat): time = 6.772612e+00 (Asqtad opt) mflops = 5.963895e+02
LLTIME(long): time =  4.214880e-01 (Naik) mflops = 2.804989e+02
LLTIME(Fat): time = 6.763922e+00 (Asqtad opt) mflops = 5.971557e+02
LLTIME(long): time =  4.119561e-01 (Naik) mflops = 2.869892e+02
LLTIME(Fat): time = 6.758608e+00 (Asqtad opt) mflops = 5.976252e+02
CONGRAD5: time = 1.124067e+01 iters = 108 mflops = 7.474155e+02
TESTCONG: reduce_time = 9.799242e-02 iters = 108 time/iter = 9.073372e-04
CONGRAD5: time = 1.123999e+01 iters = 108 mflops = 7.474610e+02
TESTCONG: reduce_time = 1.123061e-01 iters = 108 time/iter = 1.039871e-03
GFTIME:   time = 2.710636e+01 (Symanzik1) mflops = -2.030897e-01
FFTIME:  time = 3.618919e+01 mflops = 7.858845e+02
LLTIME(long): time =  4.123681e-01 (Naik) mflops = 2.867025e+02
LLTIME(Fat): time = 6.769851e+00 (Asqtad opt) mflops = 5.966327e+02
LLTIME(long): time =  4.156291e-01 (Naik) mflops = 2.844530e+02
LLTIME(Fat): time = 6.768861e+00 (Asqtad opt) mflops = 5.967200e+02
LLTIME(long): time =  4.106660e-01 (Naik) mflops = 2.878908e+02
LLTIME(Fat): time = 6.763205e+00 (Asqtad opt) mflops = 5.972190e+02
CONGRAD5: time = 1.126034e+01 iters = 108 mflops = 7.461100e+02
TESTCONG: reduce_time = 1.320050e-01 iters = 108 time/iter = 1.222268e-03
CONGRAD5: time = 1.125379e+01 iters = 108 mflops = 7.465443e+02
TESTCONG: reduce_time = 1.844482e-01 iters = 108 time/iter = 1.707854e-03
GFTIME:   time = 2.710354e+01 (Symanzik1) mflops = -2.031109e-01
FFTIME:  time = 3.617106e+01 mflops = 7.862785e+02
LLTIME(long): time =  4.213469e-01 (Naik) mflops = 2.805929e+02
LLTIME(Fat): time = 6.759023e+00 (Asqtad opt) mflops = 5.975885e+02
LLTIME(long): time =  4.136961e-01 (Naik) mflops = 2.857821e+02
LLTIME(Fat): time = 6.759418e+00 (Asqtad opt) mflops = 5.975536e+02
LLTIME(long): time =  4.134099e-01 (Naik) mflops = 2.859799e+02
LLTIME(Fat): time = 6.772240e+00 (Asqtad opt) mflops = 5.964223e+02
CONGRAD5: time = 1.123277e+01 iters = 108 mflops = 7.479416e+02
TESTCONG: reduce_time = 8.266187e-02 iters = 108 time/iter = 7.653877e-04
CONGRAD5: time = 1.133456e+01 iters = 109 mflops = 7.480879e+02
TESTCONG: reduce_time = 6.730890e-02 iters = 109 time/iter = 6.175129e-04
GFTIME:   time = 2.710714e+01 (Symanzik1) mflops = -2.030839e-01
FFTIME:  time = 3.611249e+01 mflops = 7.875538e+02
LLTIME(long): time =  4.127641e-01 (Naik) mflops = 2.864274e+02
LLTIME(Fat): time = 6.761575e+00 (Asqtad opt) mflops = 5.973630e+02
LLTIME(long): time =  4.111290e-01 (Naik) mflops = 2.875665e+02
LLTIME(Fat): time = 6.765283e+00 (Asqtad opt) mflops = 5.970356e+02
LLTIME(long): time =  4.144320e-01 (Naik) mflops = 2.852746e+02
LLTIME(Fat): time = 6.746465e+00 (Asqtad opt) mflops = 5.987009e+02
CONGRAD5: time = 1.134342e+01 iters = 109 mflops = 7.475036e+02
TESTCONG: reduce_time = 8.532023e-02 iters = 109 time/iter = 7.827544e-04
CONGRAD5: time = 1.137110e+01 iters = 109 mflops = 7.456839e+02
TESTCONG: reduce_time = 1.024027e-01 iters = 109 time/iter = 9.394742e-04
GFTIME:   time = 2.712362e+01 (Symanzik1) mflops = -2.029605e-01
FFTIME:  time = 3.617501e+01 mflops = 7.861927e+02
LLTIME(long): time =  4.072871e-01 (Naik) mflops = 2.902791e+02
LLTIME(Fat): time = 6.753649e+00 (Asqtad opt) mflops = 5.980641e+02
LLTIME(long): time =  4.145670e-01 (Naik) mflops = 2.851818e+02
LLTIME(Fat): time = 6.755455e+00 (Asqtad opt) mflops = 5.979042e+02
LLTIME(long): time =  4.191661e-01 (Naik) mflops = 2.820527e+02
LLTIME(Fat): time = 6.767315e+00 (Asqtad opt) mflops = 5.968563e+02
CONGRAD5: time = 1.143783e+01 iters = 110 mflops = 7.481347e+02
TESTCONG: reduce_time = 1.314478e-01 iters = 110 time/iter = 1.194980e-03
CONGRAD5: time = 1.147345e+01 iters = 110 mflops = 7.458121e+02
TESTCONG: reduce_time = 1.211796e-01 iters = 110 time/iter = 1.101633e-03
GFTIME:   time = 2.713110e+01 (Symanzik1) mflops = -2.029045e-01
FFTIME:  time = 3.607586e+01 mflops = 7.883533e+02
PLAQ:	2.443139	2.443152
P_LOOP:	6.489087e-02	-2.986151e-03
LLTIME(long): time =  4.129381e-01 (Naik) mflops = 2.863067e+02
LLTIME(Fat): time = 6.764619e+00 (Asqtad opt) mflops = 5.970942e+02
CONGRAD5: time = 9.701342e+00 iters = 93 mflops = 7.457303e+02
TESTCONG: reduce_time = 1.262741e-01 iters = 93 time/iter = 1.357786e-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.674528e+00 iters = 93 mflops = 7.477972e+02
TESTCONG: reduce_time = 1.195402e-01 iters = 93 time/iter = 1.285379e-03
PBP: mass 1.000000e-02     5.840848e-03  5.897290e-03  1.105854e-04  1.071485e-04 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.500023e+00 ( 1 of 1 )
RUNNING COMPLETED
average cg iters for step= 2.130000e+02
total_iters = 3778
NERSC_TIME 1801.329 secs


exit: Wed Dec  8 08:51:46 2021

Application 1107948 resources: utime ~450116s, stime ~11613s, Rss ~285268, inblocks ~1079303, outblocks ~161669
Displaying test.log:
['/scratch/system/bwjenkins/tests/milc-nsf/v1']
/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/retest : batch submitted (2)
SU3 with improved KS action
Microcanonical simulation with refreshing
MIMD version 6
Machine = MPI (portable), with 256 nodes
R algorithm
type 0 for no prompts  or 1 for prompts
nflavors1 4
nflavors2 4
nx 64
ny 64
nz 64
nt 64
iseed 5682304
LAYOUT = Hypercubes, options = EVENFIRST,
ON EACH NODE 16 x 16 x 16 x 16
Mallocing 73.9 MBytes per node for lattice
Made lattice
Made nn gathers
Made 3nn gathers
Finished setup


warms 0
trajecs 2
traj_between_meas 1
beta 5.6
mass1 0.01
mass2 0.01
u0 0.8441
microcanonical_time_step 0.02
steps_per_trajectory 8
max_cg_iterations 200
error_per_site 1e-05
error_for_propagator 0.0001
fresh 
forget 
unit gauge configuration loaded
CHECK PLAQ: 3.000000e+00 3.000000e+00
Unitarity checked.  Max deviation 0.00e+00
Time to check unitarity = 3.004289e-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.336510e-01 (Naik) mflops = 2.726316e+02
LLTIME(Fat): time = 6.813862e+00 (Asqtad opt) mflops = 5.927791e+02
LLTIME(long): time =  4.104328e-01 (Naik) mflops = 2.880543e+02
LLTIME(Fat): time = 6.772228e+00 (Asqtad opt) mflops = 5.964233e+02
LLTIME(long): time =  4.160721e-01 (Naik) mflops = 2.841501e+02
LLTIME(Fat): time = 6.779013e+00 (Asqtad opt) mflops = 5.958264e+02
CONGRAD5: time = 1.084603e+01 iters = 104 mflops = 7.459216e+02
TESTCONG: reduce_time = 4.385042e-02 iters = 104 time/iter = 4.216387e-04
CONGRAD5: time = 1.082895e+01 iters = 104 mflops = 7.470982e+02
TESTCONG: reduce_time = 1.245444e-01 iters = 104 time/iter = 1.197542e-03
GFTIME:   time = 2.711574e+01 (Symanzik1) mflops = -2.030195e-01
FFTIME:  time = 3.617368e+01 mflops = 7.862216e+02
LLTIME(long): time =  4.171438e-01 (Naik) mflops = 2.834201e+02
LLTIME(Fat): time = 6.777945e+00 (Asqtad opt) mflops = 5.959203e+02
LLTIME(long): time =  4.138920e-01 (Naik) mflops = 2.856468e+02
LLTIME(Fat): time = 6.768733e+00 (Asqtad opt) mflops = 5.967313e+02
LLTIME(long): time =  4.197268e-01 (Naik) mflops = 2.816759e+02
LLTIME(Fat): time = 6.752782e+00 (Asqtad opt) mflops = 5.981408e+02
CONGRAD5: time = 1.082252e+01 iters = 104 mflops = 7.475417e+02
TESTCONG: reduce_time = 8.771515e-02 iters = 104 time/iter = 8.434149e-04
CONGRAD5: time = 1.080460e+01 iters = 104 mflops = 7.487818e+02
TESTCONG: reduce_time = 1.592810e-01 iters = 104 time/iter = 1.531548e-03
GFTIME:   time = 2.712514e+01 (Symanzik1) mflops = -2.029492e-01
FFTIME:  time = 3.615807e+01 mflops = 7.865610e+02
LLTIME(long): time =  4.179070e-01 (Naik) mflops = 2.829025e+02
LLTIME(Fat): time = 6.765242e+00 (Asqtad opt) mflops = 5.970392e+02
LLTIME(long): time =  4.119792e-01 (Naik) mflops = 2.869731e+02
LLTIME(Fat): time = 6.764703e+00 (Asqtad opt) mflops = 5.970868e+02
LLTIME(long): time =  4.184799e-01 (Naik) mflops = 2.825152e+02
LLTIME(Fat): time = 6.774221e+00 (Asqtad opt) mflops = 5.962479e+02
CONGRAD5: time = 1.084163e+01 iters = 104 mflops = 7.462245e+02
TESTCONG: reduce_time = 9.836864e-02 iters = 104 time/iter = 9.458524e-04
CONGRAD5: time = 1.084138e+01 iters = 104 mflops = 7.462414e+02
TESTCONG: reduce_time = 8.870435e-02 iters = 104 time/iter = 8.529264e-04
GFTIME:   time = 2.711361e+01 (Symanzik1) mflops = -2.030354e-01
FFTIME:  time = 3.618821e+01 mflops = 7.859060e+02
LLTIME(long): time =  4.062588e-01 (Naik) mflops = 2.910139e+02
LLTIME(Fat): time = 6.753182e+00 (Asqtad opt) mflops = 5.981054e+02
LLTIME(long): time =  4.181900e-01 (Naik) mflops = 2.827111e+02
LLTIME(Fat): time = 6.761180e+00 (Asqtad opt) mflops = 5.973979e+02
LLTIME(long): time =  4.199049e-01 (Naik) mflops = 2.815564e+02
LLTIME(Fat): time = 6.758255e+00 (Asqtad opt) mflops = 5.976565e+02
CONGRAD5: time = 1.092004e+01 iters = 105 mflops = 7.479902e+02
TESTCONG: reduce_time = 9.965205e-02 iters = 105 time/iter = 9.490672e-04
CONGRAD5: time = 1.092680e+01 iters = 105 mflops = 7.475269e+02
TESTCONG: reduce_time = 1.035676e-01 iters = 105 time/iter = 9.863581e-04
GFTIME:   time = 2.709876e+01 (Symanzik1) mflops = -2.031467e-01
FFTIME:  time = 3.609085e+01 mflops = 7.880260e+02
LLTIME(long): time =  4.232550e-01 (Naik) mflops = 2.793280e+02
LLTIME(Fat): time = 6.762623e+00 (Asqtad opt) mflops = 5.972704e+02
LLTIME(long): time =  4.228101e-01 (Naik) mflops = 2.796219e+02
LLTIME(Fat): time = 6.771571e+00 (Asqtad opt) mflops = 5.964812e+02
LLTIME(long): time =  4.175091e-01 (Naik) mflops = 2.831722e+02
LLTIME(Fat): time = 6.772218e+00 (Asqtad opt) mflops = 5.964242e+02
CONGRAD5: time = 1.095794e+01 iters = 105 mflops = 7.454028e+02
TESTCONG: reduce_time = 1.990798e-01 iters = 105 time/iter = 1.895998e-03
CONGRAD5: time = 1.094495e+01 iters = 105 mflops = 7.462872e+02
TESTCONG: reduce_time = 9.177375e-02 iters = 105 time/iter = 8.740357e-04
GFTIME:   time = 2.709492e+01 (Symanzik1) mflops = -2.031755e-01
FFTIME:  time = 3.614330e+01 mflops = 7.868825e+02
LLTIME(long): time =  4.143090e-01 (Naik) mflops = 2.853593e+02
LLTIME(Fat): time = 6.760640e+00 (Asqtad opt) mflops = 5.974456e+02
LLTIME(long): time =  4.193799e-01 (Naik) mflops = 2.819089e+02
LLTIME(Fat): time = 6.771798e+00 (Asqtad opt) mflops = 5.964612e+02
LLTIME(long): time =  4.123080e-01 (Naik) mflops = 2.867443e+02
LLTIME(Fat): time = 6.762564e+00 (Asqtad opt) mflops = 5.972756e+02
CONGRAD5: time = 1.103500e+01 iters = 106 mflops = 7.472472e+02
TESTCONG: reduce_time = 1.138792e-01 iters = 106 time/iter = 1.074332e-03
CONGRAD5: time = 1.104370e+01 iters = 106 mflops = 7.466585e+02
TESTCONG: reduce_time = 1.185989e-01 iters = 106 time/iter = 1.118858e-03
GFTIME:   time = 2.710497e+01 (Symanzik1) mflops = -2.031002e-01
FFTIME:  time = 3.610855e+01 mflops = 7.876396e+02
LLTIME(long): time =  4.104290e-01 (Naik) mflops = 2.880570e+02
LLTIME(Fat): time = 6.764320e+00 (Asqtad opt) mflops = 5.971206e+02
LLTIME(long): time =  4.178998e-01 (Naik) mflops = 2.829074e+02
LLTIME(Fat): time = 6.762947e+00 (Asqtad opt) mflops = 5.972418e+02
LLTIME(long): time =  4.130280e-01 (Naik) mflops = 2.862444e+02
LLTIME(Fat): time = 6.767766e+00 (Asqtad opt) mflops = 5.968165e+02
CONGRAD5: time = 1.103937e+01 iters = 106 mflops = 7.469513e+02
TESTCONG: reduce_time = 6.343222e-02 iters = 106 time/iter = 5.984171e-04
CONGRAD5: time = 1.104496e+01 iters = 106 mflops = 7.465733e+02
TESTCONG: reduce_time = 1.343107e-01 iters = 106 time/iter = 1.267082e-03
GFTIME:   time = 2.706613e+01 (Symanzik1) mflops = -2.033916e-01
FFTIME:  time = 3.612600e+01 mflops = 7.872591e+02
LLTIME(long): time =  4.089370e-01 (Naik) mflops = 2.891080e+02
LLTIME(Fat): time = 6.759958e+00 (Asqtad opt) mflops = 5.975059e+02
LLTIME(long): time =  4.203031e-01 (Naik) mflops = 2.812897e+02
LLTIME(Fat): time = 6.750116e+00 (Asqtad opt) mflops = 5.983771e+02
LLTIME(long): time =  4.166541e-01 (Naik) mflops = 2.837532e+02
LLTIME(Fat): time = 6.754724e+00 (Asqtad opt) mflops = 5.979689e+02
CONGRAD5: time = 1.116593e+01 iters = 107 mflops = 7.454518e+02
TESTCONG: reduce_time = 1.280591e-01 iters = 107 time/iter = 1.196814e-03
CONGRAD5: time = 1.112008e+01 iters = 107 mflops = 7.485256e+02
TESTCONG: reduce_time = 1.014431e-01 iters = 107 time/iter = 9.480659e-04
GFTIME:   time = 2.709703e+01 (Symanzik1) mflops = -2.031597e-01
FFTIME:  time = 3.612745e+01 mflops = 7.872277e+02
PLAQ:	2.658360	2.658338
P_LOOP:	3.906134e-01	-1.507364e-03
LLTIME(long): time =  4.117160e-01 (Naik) mflops = 2.871566e+02
LLTIME(Fat): time = 6.759410e+00 (Asqtad opt) mflops = 5.975543e+02
CONGRAD5: time = 9.501774e+00 iters = 91 mflops = 7.450190e+02
TESTCONG: reduce_time = 1.201384e-01 iters = 91 time/iter = 1.320202e-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.389038e+00 iters = 90 mflops = 7.456793e+02
TESTCONG: reduce_time = 1.049750e-01 iters = 90 time/iter = 1.166389e-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.200280e-01 (Naik) mflops = 2.814740e+02
LLTIME(Fat): time = 6.769220e+00 (Asqtad opt) mflops = 5.966883e+02
LLTIME(long): time =  4.145770e-01 (Naik) mflops = 2.851749e+02
LLTIME(Fat): time = 6.765124e+00 (Asqtad opt) mflops = 5.970496e+02
LLTIME(long): time =  4.177680e-01 (Naik) mflops = 2.829966e+02
LLTIME(Fat): time = 6.770097e+00 (Asqtad opt) mflops = 5.966111e+02
CONGRAD5: time = 1.114255e+01 iters = 107 mflops = 7.470155e+02
TESTCONG: reduce_time = 1.656466e-01 iters = 107 time/iter = 1.548099e-03
CONGRAD5: time = 1.112910e+01 iters = 107 mflops = 7.479186e+02
TESTCONG: reduce_time = 1.744938e-01 iters = 107 time/iter = 1.630783e-03
GFTIME:   time = 2.712142e+01 (Symanzik1) mflops = -2.029770e-01
FFTIME:  time = 3.614083e+01 mflops = 7.869362e+02
LLTIME(long): time =  4.146910e-01 (Naik) mflops = 2.850965e+02
LLTIME(Fat): time = 6.764316e+00 (Asqtad opt) mflops = 5.971209e+02
LLTIME(long): time =  4.180601e-01 (Naik) mflops = 2.827989e+02
LLTIME(Fat): time = 6.770029e+00 (Asqtad opt) mflops = 5.966170e+02
LLTIME(long): time =  4.168639e-01 (Naik) mflops = 2.836104e+02
LLTIME(Fat): time = 6.767828e+00 (Asqtad opt) mflops = 5.968111e+02
CONGRAD5: time = 1.110545e+01 iters = 107 mflops = 7.495118e+02
TESTCONG: reduce_time = 1.137457e-01 iters = 107 time/iter = 1.063044e-03
CONGRAD5: time = 1.114831e+01 iters = 107 mflops = 7.466300e+02
TESTCONG: reduce_time = 1.552327e-01 iters = 107 time/iter = 1.450773e-03
GFTIME:   time = 2.708613e+01 (Symanzik1) mflops = -2.032414e-01
FFTIME:  time = 3.613640e+01 mflops = 7.870326e+02
LLTIME(long): time =  4.000130e-01 (Naik) mflops = 2.955578e+02
LLTIME(Fat): time = 6.764139e+00 (Asqtad opt) mflops = 5.971366e+02
LLTIME(long): time =  4.171050e-01 (Naik) mflops = 2.834465e+02
LLTIME(Fat): time = 6.756092e+00 (Asqtad opt) mflops = 5.978478e+02
LLTIME(long): time =  4.186730e-01 (Naik) mflops = 2.823849e+02
LLTIME(Fat): time = 6.763733e+00 (Asqtad opt) mflops = 5.971724e+02
CONGRAD5: time = 1.114641e+01 iters = 107 mflops = 7.467571e+02
TESTCONG: reduce_time = 1.617656e-01 iters = 107 time/iter = 1.511828e-03
CONGRAD5: time = 1.112604e+01 iters = 107 mflops = 7.481244e+02
TESTCONG: reduce_time = 1.437747e-01 iters = 107 time/iter = 1.343689e-03
GFTIME:   time = 2.709386e+01 (Symanzik1) mflops = -2.031835e-01
FFTIME:  time = 3.615230e+01 mflops = 7.866864e+02
LLTIME(long): time =  4.217389e-01 (Naik) mflops = 2.803321e+02
LLTIME(Fat): time = 6.772612e+00 (Asqtad opt) mflops = 5.963895e+02
LLTIME(long): time =  4.214880e-01 (Naik) mflops = 2.804989e+02
LLTIME(Fat): time = 6.763922e+00 (Asqtad opt) mflops = 5.971557e+02
LLTIME(long): time =  4.119561e-01 (Naik) mflops = 2.869892e+02
LLTIME(Fat): time = 6.758608e+00 (Asqtad opt) mflops = 5.976252e+02
CONGRAD5: time = 1.124067e+01 iters = 108 mflops = 7.474155e+02
TESTCONG: reduce_time = 9.799242e-02 iters = 108 time/iter = 9.073372e-04
CONGRAD5: time = 1.123999e+01 iters = 108 mflops = 7.474610e+02
TESTCONG: reduce_time = 1.123061e-01 iters = 108 time/iter = 1.039871e-03
GFTIME:   time = 2.710636e+01 (Symanzik1) mflops = -2.030897e-01
FFTIME:  time = 3.618919e+01 mflops = 7.858845e+02
LLTIME(long): time =  4.123681e-01 (Naik) mflops = 2.867025e+02
LLTIME(Fat): time = 6.769851e+00 (Asqtad opt) mflops = 5.966327e+02
LLTIME(long): time =  4.156291e-01 (Naik) mflops = 2.844530e+02
LLTIME(Fat): time = 6.768861e+00 (Asqtad opt) mflops = 5.967200e+02
LLTIME(long): time =  4.106660e-01 (Naik) mflops = 2.878908e+02
LLTIME(Fat): time = 6.763205e+00 (Asqtad opt) mflops = 5.972190e+02
CONGRAD5: time = 1.126034e+01 iters = 108 mflops = 7.461100e+02
TESTCONG: reduce_time = 1.320050e-01 iters = 108 time/iter = 1.222268e-03
CONGRAD5: time = 1.125379e+01 iters = 108 mflops = 7.465443e+02
TESTCONG: reduce_time = 1.844482e-01 iters = 108 time/iter = 1.707854e-03
GFTIME:   time = 2.710354e+01 (Symanzik1) mflops = -2.031109e-01
FFTIME:  time = 3.617106e+01 mflops = 7.862785e+02
LLTIME(long): time =  4.213469e-01 (Naik) mflops = 2.805929e+02
LLTIME(Fat): time = 6.759023e+00 (Asqtad opt) mflops = 5.975885e+02
LLTIME(long): time =  4.136961e-01 (Naik) mflops = 2.857821e+02
LLTIME(Fat): time = 6.759418e+00 (Asqtad opt) mflops = 5.975536e+02
LLTIME(long): time =  4.134099e-01 (Naik) mflops = 2.859799e+02
LLTIME(Fat): time = 6.772240e+00 (Asqtad opt) mflops = 5.964223e+02
CONGRAD5: time = 1.123277e+01 iters = 108 mflops = 7.479416e+02
TESTCONG: reduce_time = 8.266187e-02 iters = 108 time/iter = 7.653877e-04
CONGRAD5: time = 1.133456e+01 iters = 109 mflops = 7.480879e+02
TESTCONG: reduce_time = 6.730890e-02 iters = 109 time/iter = 6.175129e-04
GFTIME:   time = 2.710714e+01 (Symanzik1) mflops = -2.030839e-01
FFTIME:  time = 3.611249e+01 mflops = 7.875538e+02
LLTIME(long): time =  4.127641e-01 (Naik) mflops = 2.864274e+02
LLTIME(Fat): time = 6.761575e+00 (Asqtad opt) mflops = 5.973630e+02
LLTIME(long): time =  4.111290e-01 (Naik) mflops = 2.875665e+02
LLTIME(Fat): time = 6.765283e+00 (Asqtad opt) mflops = 5.970356e+02
LLTIME(long): time =  4.144320e-01 (Naik) mflops = 2.852746e+02
LLTIME(Fat): time = 6.746465e+00 (Asqtad opt) mflops = 5.987009e+02
CONGRAD5: time = 1.134342e+01 iters = 109 mflops = 7.475036e+02
TESTCONG: reduce_time = 8.532023e-02 iters = 109 time/iter = 7.827544e-04
CONGRAD5: time = 1.137110e+01 iters = 109 mflops = 7.456839e+02
TESTCONG: reduce_time = 1.024027e-01 iters = 109 time/iter = 9.394742e-04
GFTIME:   time = 2.712362e+01 (Symanzik1) mflops = -2.029605e-01
FFTIME:  time = 3.617501e+01 mflops = 7.861927e+02
LLTIME(long): time =  4.072871e-01 (Naik) mflops = 2.902791e+02
LLTIME(Fat): time = 6.753649e+00 (Asqtad opt) mflops = 5.980641e+02
LLTIME(long): time =  4.145670e-01 (Naik) mflops = 2.851818e+02
LLTIME(Fat): time = 6.755455e+00 (Asqtad opt) mflops = 5.979042e+02
LLTIME(long): time =  4.191661e-01 (Naik) mflops = 2.820527e+02
LLTIME(Fat): time = 6.767315e+00 (Asqtad opt) mflops = 5.968563e+02
CONGRAD5: time = 1.143783e+01 iters = 110 mflops = 7.481347e+02
TESTCONG: reduce_time = 1.314478e-01 iters = 110 time/iter = 1.194980e-03
CONGRAD5: time = 1.147345e+01 iters = 110 mflops = 7.458121e+02
TESTCONG: reduce_time = 1.211796e-01 iters = 110 time/iter = 1.101633e-03
GFTIME:   time = 2.713110e+01 (Symanzik1) mflops = -2.029045e-01
FFTIME:  time = 3.607586e+01 mflops = 7.883533e+02
PLAQ:	2.443139	2.443152
P_LOOP:	6.489087e-02	-2.986151e-03
LLTIME(long): time =  4.129381e-01 (Naik) mflops = 2.863067e+02
LLTIME(Fat): time = 6.764619e+00 (Asqtad opt) mflops = 5.970942e+02
CONGRAD5: time = 9.701342e+00 iters = 93 mflops = 7.457303e+02
TESTCONG: reduce_time = 1.262741e-01 iters = 93 time/iter = 1.357786e-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.674528e+00 iters = 93 mflops = 7.477972e+02
TESTCONG: reduce_time = 1.195402e-01 iters = 93 time/iter = 1.285379e-03
PBP: mass 1.000000e-02     5.840848e-03  5.897290e-03  1.105854e-04  1.071485e-04 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.500023e+00 ( 1 of 1 )
RUNNING COMPLETED
average cg iters for step= 2.130000e+02
total_iters = 3778
NERSC_TIME 1801.329 secs


exit: Wed Dec  8 08:51:46 2021

Application 1107948 resources: utime ~450116s, stime ~11613s, Rss ~285268, inblocks ~1079303, outblocks ~161669
Displaying status file:
verified

[SSH] completed
[SSH] exit-status: 0

[workspace] $ /bin/sh -xe /tmp/jenkins8345512958247865464.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