You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type$env:USERPROFILE\.ssh\id_rsa.pub | ssh <username>@<computer name or IP address>"cat >> .ssh/authorized_keys"
120
119
121
120
122
-
* After completing, the above steps, doubleclick on ``run-simstack`` and be happy.
121
+
* After completing the above steps, double-click on ``run-simstack`` and be happy.
123
122
124
123
**Testing the connectivity**
125
124
@@ -147,20 +146,20 @@ Simstack Server Configuration
147
146
148
147
.. figure:: /assets/simstack_configuration.png
149
148
150
-
You must replace the characters ``xxxxxx`` with your proper setup as highlighted in the figure above,
149
+
You must replace the characters ``xxxxxx`` with your proper setup, as highlighted in the figure above,
151
150
and don't forget to load (**SSH Private Key**) your ``ssh`` key.
152
151
153
152
- **Registry Name**: accepts any name.
154
153
155
-
- **Base URI**: can accepts any HPC IP, but here we will limit ourselves with one of the below options.
154
+
- **Base URI**: can accept any HPC IP, but here we will limit ourselves with one of the below options.
156
155
157
156
- int-bionano.int.kit.edu
158
157
- int-nano.int.kit.edu
159
158
160
-
- **Username**: enter with the user account according to your available HPC resource.
159
+
- **Username**: enter the user account according to your available HPC resource.
161
160
162
161
163
-
* If `ssh` key is setup correctly, you should now be able to connect by clicking the `Connect` button at the top right of SimStack.
162
+
* If `ssh` key is set up correctly, you should now be able to connect by clicking the `Connect` button at the top right of SimStack.
164
163
The green button means you successfully connect to the server.
165
164
166
165
.. figure:: /assets/simstack_gui.png
@@ -176,14 +175,11 @@ Simstack Overview
176
175
177
176
Using the **SimStack** client (picture above), simulation workflows are constructed by dragging and
178
177
dropping various (already incorporated modules) from the window on the left side area (**Available WaNos**) into
179
-
the **Workflow canvas area**. Double click each module to modify module-specific parameters (see **input file** field)
180
-
and allocate resources in the **Requested computational resources** field for each module. To save and reuse your workflow
181
-
lately, press ``` Crtl+S``` or ```File -> Save```. It will then appear in the left panel **Saved Workflows** and can be
182
-
re-loaded by double-clicking. To submit your workflow, connect to the computational resource (the connect button as shown
183
-
in the last figure of **Simstack Server Configuration section**) and click ```Run -> Run``` on the menu bar,
178
+
the **Workflow canvas area**. Double-click each module to modify module-specific parameters (see **input file** field)
179
+
and allocate resources in the **Requested computational resources** field for each module. To save and reuse your workflow, press ``` Crtl+S``` or ```File -> Save```. It will then appear in the left panel **Saved Workflows** and can be
180
+
re-loaded by double-clicking. To submit your workflow, connect to the computational resource (the connect button shown
181
+
in the last figure of **Simstack Server Configuration section**) and click ```Run -> Run``` on the menu bar
184
182
or ```Crtl + r```. All required input files are uploaded automatically to the HPC resource, and workflow modules may
185
-
run serially or in parallel, depending on if your workflow uses or not some of the **Loop controls** features. As shown in
186
-
the figure above, the **SimStack** client will display a yellow folder while be running. When successfully finished,
187
-
the client will exhibit a green folder, and you will be able to retrieve all the relevant data from your simulations. If the
188
-
simulation presents a computational issue during the execution, **SimStack** returns a red folder, which we can be
189
-
inspected to fix the problem.
183
+
run serially or in parallel, depending on whether your workflow uses or not some of the **Loop controls** features. The figure above shows that the **SimStack** client will display a yellow folder while running. When successfully finished,
184
+
the client will exhibit a green folder, and you can retrieve all the relevant data from your simulations. If the
185
+
simulation presents a computational issue during the execution, **SimStack** returns a red folder, which we can inspect to fix the problem.
0 commit comments