Skip to content
Snippets Groups Projects
Commit c7631441 authored by Your Name's avatar Your Name
Browse files

Changed port again

parent eb0acfb9
No related branches found
No related tags found
No related merge requests found
......@@ -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": 56,
"lineCount": 55,
"tags": "calc_cell"
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment