Skip to content
Success

Console Output

Started by timer
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 98224 queued and waiting for resources
srun: job 98224 has been allocated resources
Traceback (most recent call last):
  File "cifar10gpu.py", line 3, in <module>
    import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
srun: error: hydro05: task 0: Exited with exit code 1

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

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