Skip to content
Success

Console Output

Started by user Jeremy Enos
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/tensorflow/workspace
[SSH] script:

module load anaconda3_gpu
module load cudnn

cd python
rm -f tensorflow_test.txt

srun --nodes=1 --ntasks-per-node=1 --mem=16g \
  --time=00:05:00 \
  --partition=a100rome \
  --account=bbmb-hydro \
  --gpus-per-node=1 \
  --gpu-bind=closest \
  python3 cifar10gpu.py | tee tensorflow_test.txt

YVALUE=`grep "wall time seconds" tensorflow_test.txt | cut -d'=' -f2`
echo YVALUE=$YVALUE > tensorflow_time.txt


[SSH] executing...
srun: job 96827 queued and waiting for resources
srun: job 96827 has been allocated resources
srun: error: Nodes hydro03 are still not ready
srun: error: Something is wrong with the boot of the nodes.

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

[workspace] $ /bin/sh -xe /tmp/jenkins1012626593856734036.sh
+ scp 'HYDRO_REMOTE:~svchydrojenkins/python/tensorflow_time.txt' /var/lib/jenkins/jobs/tensorflow/workspace
Recording plot data
Saving plot series data from: /var/lib/jenkins/jobs/tensorflow/workspace/tensorflow_time.txt
Finished: SUCCESS