Skip to content

Commit 787b87f

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1007 from vkarak/test/bump-module-versions-for-pe
[test] Bump PE version in module names
2 parents 8745dec + 0096ecf commit 787b87f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cscs-checks/apps/tensorflow/tensorflow_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self, model_name):
1515
self.num_gpus_per_node = 1
1616
tf_version = '1.14.0'
1717
cuda_version = '10.1.168'
18-
tc_version = '19.09'
18+
tc_version = '19.10'
1919
self.modules = ['TensorFlow/%s-CrayGNU-%s-cuda-%s-python3' %
2020
(tf_version, tc_version, cuda_version)]
2121

cscs-checks/apps/tensorflow/tf_horovod_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, variant):
1111
self.valid_prog_environs = ['PrgEnv-gnu']
1212
tfshortver = '1.14'
1313
self.sourcesdir = 'https://github.com/tensorflow/benchmarks'
14-
self.modules = ['Horovod/0.16.4-CrayGNU-19.09-tf-%s.0' % tfshortver]
14+
self.modules = ['Horovod/0.16.4-CrayGNU-19.10-tf-%s.0' % tfshortver]
1515
if variant == 'small':
1616
self.valid_systems += ['dom:gpu']
1717
self.num_tasks = 8

cscs-checks/libraries/boost/boost_python_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import reframe.utility.sanity as sn
33

44

5-
@rfm.parameterized_test(['1.70.0', '19.09', '2.7'], ['1.70.0', '19.09', '3.6'])
5+
@rfm.parameterized_test(['1.70.0', '19.10', '2.7'], ['1.70.0', '19.10', '3.6'])
66
class BoostCrayGnuPythonTest(rfm.RegressionTest):
77
def __init__(self, boost_version, cray_gnu_version, python_version):
88
self.descr = ('Test for Boost-%s for CrayGnu-%s with python %s '

0 commit comments

Comments
 (0)