From 036593ff2be42b35d561f7a5df7b95aba8fd1381 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 23 Jul 2015 11:04:21 +0000 Subject: [PATCH] test sub-sub-clients --- utils/solvers/python/sub2.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 utils/solvers/python/sub2.py diff --git a/utils/solvers/python/sub2.py b/utils/solvers/python/sub2.py new file mode 100755 index 0000000000..6b56c7e157 --- /dev/null +++ b/utils/solvers/python/sub2.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python +#coding=utf-8 + +import onelab + +OL = onelab.client() + +A = OL.defineNumber('A', value=30) +print 'sub2 A= %f' %(A) -- GitLab