Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
analytics-toolkit-tutorials
Commits
c7631441
Commit
c7631441
authored
Feb 04, 2017
by
Your Name
Browse files
Changed port again
parent
eb0acfb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
beaker-notebooks/sis_cscl.bkr
View file @
c7631441
...
...
@@ -823,15 +823,14 @@
"import string",
"import os",
"",
"random_name = ''.join(random.SystemRandom().choice(string.ascii_uppercase + string.digits) for _ in range(20))",
"try:",
" IP = os.environ['OPENMPIHOST'] ",
"except:",
" IP = '130.183.207.77'",
"random_name = 'AA_'+''.join(random.SystemRandom().choice(string.ascii_uppercase + string.digits) for _ in range(20))",
"try:",
" IP = os.environ['OPENMPIHOST'] ",
" PORT = int(os.environ['OPENMPIPORT'])",
"except:",
" IP = '130.183.207.77'",
" PORT = 9672",
"",
" ",
"#rsa key for mpi container",
"key_file = '/home/beaker/key.mpi'",
...
...
@@ -887,7 +886,7 @@
"height": 287
},
"evaluatorReader": true,
"lineCount": 5
6
,
"lineCount": 5
5
,
"tags": "calc_cell"
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment