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 @@ ...@@ -823,15 +823,14 @@
"import string", "import string",
"import os", "import os",
"", "",
"random_name = ''.join(random.SystemRandom().choice(string.ascii_uppercase + string.digits) for _ in range(20))", "random_name = 'AA_'+''.join(random.SystemRandom().choice(string.ascii_uppercase + string.digits) for _ in range(20))",
"try:",
" IP = os.environ['OPENMPIHOST'] ",
"except:",
" IP = '130.183.207.77'",
"try:", "try:",
" IP = os.environ['OPENMPIHOST'] ",
" PORT = int(os.environ['OPENMPIPORT'])", " PORT = int(os.environ['OPENMPIPORT'])",
"except:", "except:",
" IP = '130.183.207.77'",
" PORT = 9672", " PORT = 9672",
"",
" ", " ",
"#rsa key for mpi container", "#rsa key for mpi container",
"key_file = '/home/beaker/key.mpi'", "key_file = '/home/beaker/key.mpi'",
...@@ -887,7 +886,7 @@ ...@@ -887,7 +886,7 @@
"height": 287 "height": 287
}, },
"evaluatorReader": true, "evaluatorReader": true,
"lineCount": 56, "lineCount": 55,
"tags": "calc_cell" "tags": "calc_cell"
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment