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
359c308e
Commit
359c308e
authored
Feb 27, 2017
by
Your Name
Browse files
MPIHOST,MPIPORT
parent
f5891301
Changes
1
Hide whitespace changes
Inline
Side-by-side
beaker-notebooks/sis_cscl.bkr
View file @
359c308e
...
...
@@ -448,6 +448,7 @@
"feature_list = [f for f_li in beaker.selected_feature_list for f in dict_feat[f_li]]",
"",
"random_name = 'AA_'+''.join(random.SystemRandom().choice(string.ascii_uppercase + string.digits) for _ in range(20))",
"'''",
"try:",
" IP = os.environ['IP']",
" ",
...
...
@@ -457,6 +458,13 @@
" PORT = int(os.environ['PORT'])",
"except:",
" PORT = 22",
"''' ",
"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'",
...
...
@@ -511,7 +519,7 @@
"elapsedTime": 1174
},
"evaluatorReader": true,
"lineCount":
73
,
"lineCount":
81
,
"tags": "calc_cell"
},
{
...
...
Write
Preview
Supports
Markdown
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