Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/stream-xe-jyc-intel/workspace
[SSH] script:

~arnoldg/ior/myenv.sh
mkdir stream-jenkins-intel
cd stream-jenkins-intel
rm -rf *
wget https://www.cs.virginia.edu/stream/FTP/Code/stream.c
module unload PrgEnv-cray
module load PrgEnv-intel
module unload intel
#module load intel/18.0.3.222
cc -qopenmp -o stream stream.c


echo "#!/bin/bash" > stream.pbs
echo "#PBS -lnodes=2:ppn=32:xe,walltime=00:05:00 -Nstream" >> stream.pbs
echo "cd  ~/stream-jenkins-intel" >> stream.pbs
echo "export KMP_AFFINITY=disabled" >> stream.pbs
echo "module unload PrgEnv-cray; module load PrgEnv-intel" >> stream.pbs
#echo "module unload intel; module load intel/18.0.3.222 " >> stream.pbs
echo "OMP_NUM_THREADS=16 aprun -n 1 -d 16 -cc 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31 ~/stream-jenkins-intel/stream  > streamout" >> stream.pbs
echo "grep Triad: streamout   | cut -d: -f2 | cut -d. -f1 > stream.datB" >> stream.pbs
echo "echo YVALUE= > stream.datA" >> stream.pbs
echo "paste stream.datA stream.datB > stream.triad" >> stream.pbs
echo "aprun -n 1 hostname > stream-compute-node" >> stream.pbs

cat -n stream.pbs

MYJOBID=`qsub stream.pbs -lnodes=2:ppn=32:xe,walltime=00:15:00 -Nnomachine `
echo MYJOBID=$MYJOBID
~arnoldg/ior/wait_for.sh $MYJOBID

echo "=== JOB RAN ON ==="
cat ~/stream-jenkins-intel/stream-compute-node
rm -f ~/stream-jenkins-intel/stream-compute-node

[SSH] executing...
mkdir: cannot create directory `stream-jenkins-intel': File exists
=== RUNNING /u/staff/arnoldg/ior/myenv.sh ===
HOST=jyc1
HOME=/u/system/bwjenkins
SCRATCH=/u/system/bwjenkins/scratch
     ls SCRATCH:
mdtest
setsm_benchmark
SPP-PPM
stripe8
sw_config
sw_workdir
test.log
tests
     my id:
uid=49294(bwjenkins) gid=16228(BW_System) groups=16228(BW_System),999(login_user),1000(ie_user),1001(hpss_user),1009(swtools),16237(jnd)
Currently Loaded Modulefiles:
  1) modules/3.2.10.5
  2) nodestat/2.2-1.0502.60539.1.31.gem
  3) sdb/1.1-1.0502.63652.4.27.gem
  4) alps/5.2.4-2.0502.9774.31.12.gem
  5) lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.45.1-1.0502.21728.75.4
  6) udreg/2.3.2-1.0502.10518.2.17.gem
  7) ugni/6.0-1.0502.10863.8.28.gem
  8) gni-headers/4.0-1.0502.10859.9.27.gem
  9) dmapp/7.0.1-1.0502.11080.8.74.gem
 10) xpmem/0.1-2.0502.64982.7.27.gem
 11) hss-llm/7.2.0
 12) Base-opts/1.0.2-1.0502.60680.2.4.gem
 13) cce/8.7.7
 14) craype-network-gemini
 15) craype/2.5.16
 16) cray-libsci/18.12.1
 17) pmi/5.0.11
 18) rca/1.0.0-2.0502.60530.1.63.gem
 19) atp/2.1.0
 20) PrgEnv-cray/5.2.82
 21) moab/9.1.2.h6-sles11
 22) torque/6.1.2
 23) craype-interlagos
 24) cray-mpich/7.7.4
 25) openssh/7.5p1
 26) xalt/0.7.6.local
 27) scripts
 28) OpenSSL/1.0.2m
 29) cURL/7.59.0
 30) git/2.17.0
 31) wget/1.19.4
 32) user-paths
 33) gnuplot/5.0.5
 34) darshan/3.1.3-longusername
--2021-12-11 10:13:02--  https://www.cs.virginia.edu/stream/FTP/Code/stream.c
Resolving www.cs.virginia.edu... 128.143.67.11
Connecting to www.cs.virginia.edu|128.143.67.11|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 19967 (19K) [text/plain]
Saving to: ‘stream.c’

     0K .......... .........                                  100%  767K=0.03s

2021-12-11 10:13:03 (767 KB/s) - ‘stream.c’ saved [19967/19967]

Error:
Unable to determine compiler version.
Make sure that a intel module is loaded and that INTEL_VERSION is defined
INFO: Job submitted to account: jnc
     1	#!/bin/bash
     2	#PBS -lnodes=2:ppn=32:xe,walltime=00:05:00 -Nstream
     3	cd  ~/stream-jenkins-intel
     4	export KMP_AFFINITY=disabled
     5	module unload PrgEnv-cray; module load PrgEnv-intel
     6	OMP_NUM_THREADS=16 aprun -n 1 -d 16 -cc 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31 ~/stream-jenkins-intel/stream  > streamout
     7	grep Triad: streamout   | cut -d: -f2 | cut -d. -f1 > stream.datB
     8	echo YVALUE= > stream.datA
     9	paste stream.datA stream.datB > stream.triad
    10	aprun -n 1 hostname > stream-compute-node
MYJOBID=598138.jyc
=== RUNNING /u/staff/arnoldg/ior/wait_for.sh ===
Sat Dec 11 10:13:04 CST 2021: waiting for 598138.jyc to finish
Sat Dec 11 10:18:04 CST 2021: waiting for 598138.jyc to finish
qstat: Unknown Job Id Error 598138.nid00030
598138.jyc finished
=== JOB RAN ON ===
nid00063
Application 1108934 resources: utime ~0s, stime ~1s, Rss ~30352, inblocks ~19, outblocks ~28

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

[workspace] $ /bin/sh -xe /tmp/jenkins9662070905228888127.sh
+ scp 'JYC_REMOTE:~/stream-jenkins-intel/s*' /var/lib/jenkins/jobs/stream-xe-jyc-intel/workspace
Recording plot data
Saving plot series data from: /var/lib/jenkins/jobs/stream-xe-jyc-intel/workspace/stream.triad
Finished: SUCCESS